diff --git a/Cargo.lock b/Cargo.lock index 2c5fc69..1d7e8a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,9 +67,9 @@ dependencies = [ [[package]] name = "askama" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47cbc3cf73fa8d9833727bbee4835ba5c421a0d65b72daf9a7b5d0e0f9cfb57e" +checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28" dependencies = [ "askama_derive", "askama_escape", diff --git a/Cargo.toml b/Cargo.toml index f031a9f..00d7b43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tracing = "0.1.37" tracing-subscriber = "0.3.17" tower = "0.4.13" tower-http = { version = "0.4.4", features = ["fs", "trace"] } -askama = "0.12.0" +askama = "0.12.1" hyper = { version = "0.14.27", features = ["server", "tcp", "http1", "stream"] } mime_guess = "2.0.4" mime = "0.3.17"