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"