diff --git a/test-trillium-0.2/Cargo.toml b/test-trillium-0.2/Cargo.toml index 2f6e69d..05a446f 100644 --- a/test-trillium-0.2/Cargo.toml +++ b/test-trillium-0.2/Cargo.toml @@ -8,5 +8,5 @@ publish = false askama = { workspace = true, features = ["derive"] } askama_web = { workspace = true, features = ["derive", "trillium-0.2"] } -trillium = { version = "0.2.20", default-features = false } -trillium-testing = "0.7.0" +trillium = { version = "1.3.0", default-features = false } +trillium-testing = "0.10.0"