diff --git a/askama_rocket/Cargo.toml b/askama_rocket/Cargo.toml index 0496a340d..9495d1ba0 100644 --- a/askama_rocket/Cargo.toml +++ b/askama_rocket/Cargo.toml @@ -18,7 +18,7 @@ askama = { version = "0.12", path = "../askama", default-features = false, featu rocket = { version = "0.5.0-rc.3", default-features = false } [dev-dependencies] -futures-lite = "1.12.0" +futures-lite = "2.0.0" [features] default = ["askama/default"]