From cbf960500bf90905e6b700fcad80667b35f0d8d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 19:35:06 +0000 Subject: [PATCH] Bump serde_json from 1.0.79 to 1.0.80 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.80. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.79...v1.0.80) --- 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 49294691..d65723eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4115,9 +4115,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.79" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95" +checksum = "f972498cf015f7c0746cac89ebe1d6ef10c293b94175a243a2d9442c163d9944" dependencies = [ "itoa 1.0.1", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 400a8297..ad0ed9aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rocket_contrib = { version = "0.4.5", features = ["json"] } rocket_i18n = "0.4.1" scheduled-thread-pool = "0.2.2" serde = "1.0" -serde_json = "1.0.79" +serde_json = "1.0.80" 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 25d776cf..32db34d3 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.79" +serde_json = "1.0.80" 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 fe0e700b..1b3a7cd7 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.79" +serde_json = "1.0.80" tantivy = "0.13.3" url = "2.1" walkdir = "2.2"