diff --git a/Cargo.lock b/Cargo.lock index 519a37a..fe2984a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,14 +150,9 @@ dependencies = [ [[package]] name = "askama_axum" -version = "0.4.0" +version = "0.5.0+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a41603f7cdbf5ac4af60760f17253eb6adf6ec5b6f14a7ed830cf687d375f163" -dependencies = [ - "askama", - "axum-core", - "http", -] +checksum = "78ebeda8ac47efa9ea6c5947c911a2db48a9d92cba6fff15ceb2ccbb1ee0f21e" [[package]] name = "askama_derive" diff --git a/Cargo.toml b/Cargo.toml index dcd0245..bb80995 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ futures-util = "0.3" async-trait = "0.1" axum = "0.7" askama = "0.12" -askama_axum = "0.4" +askama_axum = "0.5" tower-http = { version = "0.6", features = ["cors", "fs", "set-header"] } wiremock = "0.6" sha2 = "0.10"