From 6e575ed8b8202a137f9acadf0e2699016fb82f7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 06:31:03 +0000 Subject: [PATCH] chore(deps): update topcoat requirement from =0.8.0 to =0.8.1 Updates the requirements on [topcoat](https://github.com/tokio-rs/topcoat) to permit the latest version. - [Release notes](https://github.com/tokio-rs/topcoat/releases) - [Changelog](https://github.com/tokio-rs/topcoat/blob/main/release-plz.toml) - [Commits](https://github.com/tokio-rs/topcoat/compare/v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: topcoat dependency-version: 0.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- thymeleaf-support/thymeleaf-topcoat/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thymeleaf-support/thymeleaf-topcoat/Cargo.toml b/thymeleaf-support/thymeleaf-topcoat/Cargo.toml index c10ab1b..8eafc92 100644 --- a/thymeleaf-support/thymeleaf-topcoat/Cargo.toml +++ b/thymeleaf-support/thymeleaf-topcoat/Cargo.toml @@ -15,7 +15,7 @@ indexmap = "2.12" thymeleaf = { path = "../../thymeleaf" } tokio = { version = "1", features = ["rt"] } url = "2.5.8" -topcoat = { version = "=0.8.0", default-features = false, features = ["router"] } +topcoat = { version = "=0.8.1", default-features = false, features = ["router"] } [dev-dependencies] futures-executor = "0.3.31"