Update Rust crate askama to 0.12.1
This commit is contained in:
parent
004ea96f59
commit
ad666aace9
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -439,9 +439,9 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
||||
|
||||
[[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",
|
||||
|
@ -21,7 +21,7 @@ serde = { version = "1.0.181", features = ["derive"] }
|
||||
bcrypt = "0.15.0"
|
||||
uuid = { version = "1.4.1", features = ["v4"] }
|
||||
mime_guess = "2.0.4"
|
||||
askama = "0.12.0"
|
||||
askama = "0.12.1"
|
||||
futures-util = "0.3.28"
|
||||
urlencoding = "2.1.3"
|
||||
rand = "0.8.5"
|
||||
|
Loading…
Reference in New Issue
Block a user