Merge remote-tracking branch 'github/dependabot/cargo/askama_escape-0.10.3' into update-crates

This commit is contained in:
Kitaiti Makoto 2022-02-17 22:34:41 +09:00
commit 920cf622c5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -201,9 +201,9 @@ checksum = "71938f30533e4d95a6d17aa530939da3842c2ab6f4f84b9dae68447e4129f74a"
[[package]] [[package]]
name = "askama_escape" name = "askama_escape"
version = "0.10.2" version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a1bb320f97e6edf9f756bf015900038e43c7700e059688e5724a928c8f3b8d5" checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
[[package]] [[package]]
name = "assert-json-diff" name = "assert-json-diff"

View File

@ -23,7 +23,7 @@ syntect = "4.5.0"
tokio = "0.1.22" tokio = "0.1.22"
regex-syntax = { version = "0.6.17", default-features = false, features = ["unicode-perl"] } regex-syntax = { version = "0.6.17", default-features = false, features = ["unicode-perl"] }
tracing = "0.1.30" tracing = "0.1.30"
askama_escape = "0.10.2" askama_escape = "0.10.3"
[dependencies.chrono] [dependencies.chrono]
features = ["serde"] features = ["serde"]