diff options
Diffstat (limited to '')
| -rw-r--r-- | askama_axum/Cargo.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/askama_axum/Cargo.toml b/askama_axum/Cargo.toml index 834daf4..d1f7d37 100644 --- a/askama_axum/Cargo.toml +++ b/askama_axum/Cargo.toml @@ -13,7 +13,7 @@ workspace = ".."  readme = "README.md"  [dependencies] -askama = { version = "0.11.0", path = "../askama", default-features = false, features = ["with-axum", "mime", "mime_guess"] } +askama = { version = "0.11.2", path = "../askama", default-features = false, features = ["with-axum", "mime", "mime_guess"] }  axum-core = "0.2"  http = "0.2" | 
