diff --git a/test-cot-0.3/Cargo.toml b/test-cot-0.3/Cargo.toml index e2b787d..ec3926d 100644 --- a/test-cot-0.3/Cargo.toml +++ b/test-cot-0.3/Cargo.toml @@ -8,4 +8,4 @@ publish = false askama = { workspace = true, features = ["derive"] } askama_web = { workspace = true, features = ["derive", "cot-0.3"] } -cot = { version = "0.3.0", features = ["test"] } +cot = { version = "0.4.0", features = ["test"] } diff --git a/test-salvo-0.76/Cargo.toml b/test-salvo-0.76/Cargo.toml index 73696ed..88e9b34 100644 --- a/test-salvo-0.76/Cargo.toml +++ b/test-salvo-0.76/Cargo.toml @@ -8,5 +8,5 @@ publish = false askama = { workspace = true, features = ["derive"] } askama_web = { workspace = true, features = ["derive", "salvo-0.76"] } -salvo = { version = "0.76.2", default-features = false, features = ["test"] } +salvo = { version = "0.84.2", default-features = false, features = ["test"] } tokio = { version = "1.44.2", features = ["macros", "rt"] } diff --git a/test-salvo-0.77/Cargo.toml b/test-salvo-0.77/Cargo.toml index 801d407..1d874c2 100644 --- a/test-salvo-0.77/Cargo.toml +++ b/test-salvo-0.77/Cargo.toml @@ -8,5 +8,5 @@ publish = false askama = { workspace = true, features = ["derive"] } askama_web = { workspace = true, features = ["derive", "salvo-0.77"] } -salvo = { version = "0.77.1", default-features = false, features = ["test"] } +salvo = { version = "0.84.2", default-features = false, features = ["test"] } tokio = { version = "1.44.2", features = ["macros", "rt"] } diff --git a/test-salvo-0.78/Cargo.toml b/test-salvo-0.78/Cargo.toml index 659baf4..2bc3cce 100644 --- a/test-salvo-0.78/Cargo.toml +++ b/test-salvo-0.78/Cargo.toml @@ -8,5 +8,5 @@ publish = false askama = { workspace = true, features = ["derive"] } askama_web = { workspace = true, features = ["derive", "salvo-0.78"] } -salvo = { version = "0.78.0", default-features = false, features = ["test"] } +salvo = { version = "0.84.2", default-features = false, features = ["test"] } tokio = { version = "1.44.2", features = ["macros", "rt"] } diff --git a/test-salvo-0.79/Cargo.toml b/test-salvo-0.79/Cargo.toml index b2ee3d4..1db2d96 100644 --- a/test-salvo-0.79/Cargo.toml +++ b/test-salvo-0.79/Cargo.toml @@ -8,5 +8,5 @@ publish = false askama = { workspace = true, features = ["derive"] } askama_web = { workspace = true, features = ["derive", "salvo-0.79"] } -salvo = { version = "0.79.0", default-features = false, features = ["test"] } +salvo = { version = "0.84.2", default-features = false, features = ["test"] } tokio = { version = "1.44.2", features = ["macros", "rt"] } diff --git a/test-salvo-0.80/Cargo.toml b/test-salvo-0.80/Cargo.toml index e1e40fe..f756961 100644 --- a/test-salvo-0.80/Cargo.toml +++ b/test-salvo-0.80/Cargo.toml @@ -8,5 +8,5 @@ publish = false askama = { workspace = true, features = ["derive"] } askama_web = { workspace = true, features = ["derive", "salvo-0.80"] } -salvo = { version = "0.80.0", default-features = false, features = ["test"] } +salvo = { version = "0.84.2", default-features = false, features = ["test"] } tokio = { version = "1.44.2", features = ["macros", "rt"] } diff --git a/test-salvo-0.81/Cargo.toml b/test-salvo-0.81/Cargo.toml index f8a16e0..5c3e277 100644 --- a/test-salvo-0.81/Cargo.toml +++ b/test-salvo-0.81/Cargo.toml @@ -8,5 +8,5 @@ publish = false askama = { workspace = true, features = ["derive"] } askama_web = { workspace = true, features = ["derive", "salvo-0.81"] } -salvo = { version = "0.81.0", default-features = false, features = ["test"] } +salvo = { version = "0.84.2", default-features = false, features = ["test"] } tokio = { version = "1.44.2", features = ["macros", "rt"] }