From 07be0aeeaa36ed6bce0f27f47d57606810c49f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 19:15:19 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.89 to 1.0.91 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.89 to 1.0.91. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.89...v1.0.91) --- 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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bbf7fa32..94d25081 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1818,9 +1818,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.89" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db" +checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 79ef8d1d..8fbe4569 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ rustls = { version = "0.20.6", default-features = false } rustls-pemfile = { version = "1.0.0", default-features = false } semver = { version = "1.0.12", default-features = false } serde = { version = "1.0.149", default-features = false } -serde_json = { version = "1.0.89", default-features = false } +serde_json = { version = "1.0.91", default-features = false } sha2 = { version = "0.10.2", default-features = false } tempfile = { version = "3.3.0", default-features = false } tokio-util = { version = "0.7.3", default-features = false }