From 13dcb193dca1f677ae416aac24249ba1b4d2375f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 19:34:15 +0000 Subject: [PATCH] Bump askama_escape from 0.10.2 to 0.10.3 Bumps [askama_escape](https://github.com/djc/askama) from 0.10.2 to 0.10.3. - [Release notes](https://github.com/djc/askama/releases) - [Commits](https://github.com/djc/askama/commits) --- updated-dependencies: - dependency-name: askama_escape dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- plume-common/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a1d1d26..749aedc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -201,9 +201,9 @@ checksum = "71938f30533e4d95a6d17aa530939da3842c2ab6f4f84b9dae68447e4129f74a" [[package]] name = "askama_escape" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a1bb320f97e6edf9f756bf015900038e43c7700e059688e5724a928c8f3b8d5" +checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" [[package]] name = "assert-json-diff" diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index ecdc2fee..dce0a266 100644 --- a/plume-common/Cargo.toml +++ b/plume-common/Cargo.toml @@ -23,7 +23,7 @@ syntect = "4.5.0" tokio = "0.1.22" regex-syntax = { version = "0.6.17", default-features = false, features = ["unicode-perl"] } tracing = "0.1.30" -askama_escape = "0.10.2" +askama_escape = "0.10.3" [dependencies.chrono] features = ["serde"]