From 3afb724fed9390f657850335d7920d24f8a79a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 19:32:32 +0000 Subject: [PATCH 1/2] Bump serde_json from 1.0.78 to 1.0.79 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.78 to 1.0.79. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.78...v1.0.79) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- plume-common/Cargo.toml | 2 +- plume-models/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a1d1d26..6df49960 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4090,9 +4090,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.78" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085" +checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95" dependencies = [ "itoa 1.0.1", "ryu", diff --git a/Cargo.toml b/Cargo.toml index b3fdcd47..a5386c90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rocket_contrib = { version = "0.4.5", features = ["json"] } rocket_i18n = { git = "https://github.com/Plume-org/rocket_i18n", rev = "e922afa7c366038b3433278c03b1456b346074f2" } scheduled-thread-pool = "0.2.2" serde = "1.0" -serde_json = "1.0.70" +serde_json = "1.0.79" shrinkwraprs = "0.3.0" validator = { version = "0.14", features = ["derive"] } webfinger = "0.4.1" diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index ecdc2fee..7f9b925c 100644 --- a/plume-common/Cargo.toml +++ b/plume-common/Cargo.toml @@ -17,7 +17,7 @@ rocket = "0.4.6" reqwest = { version = "0.9", features = ["socks"] } serde = "1.0" serde_derive = "1.0" -serde_json = "1.0.70" +serde_json = "1.0.79" shrinkwraprs = "0.3.0" syntect = "4.5.0" tokio = "0.1.22" diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index f430825f..d81ea5ab 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -20,7 +20,7 @@ reqwest = "0.9" scheduled-thread-pool = "0.2.2" serde = "1.0" serde_derive = "1.0" -serde_json = "1.0.70" +serde_json = "1.0.79" tantivy = "0.13.3" url = "2.1" walkdir = "2.2" 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 2/2] 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"]