From 1856c4b57ca7ab706552e2c47f550c86e8999e7c Mon Sep 17 00:00:00 2001 From: Vypo Mouse Date: Sat, 25 Mar 2023 14:40:37 -0400 Subject: Update to rocket 0.5-rc.3 --- askama_rocket/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_rocket/Cargo.toml') diff --git a/askama_rocket/Cargo.toml b/askama_rocket/Cargo.toml index e15724b..e9f5afe 100644 --- a/askama_rocket/Cargo.toml +++ b/askama_rocket/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.58" [dependencies] askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-rocket", "mime", "mime_guess"] } -rocket = { version = "0.5.0-rc.2", default-features = false } +rocket = { version = "0.5.0-rc.3", default-features = false } [dev-dependencies] futures-lite = "1.12.0" -- cgit