From a1d3b643270d722b97574ce30d895c385a79d458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:06:31 +0000 Subject: [PATCH] Bump serde_json from 1.0.89 to 1.0.94 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.89 to 1.0.94. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.89...v1.0.94) --- 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 bb55e26..3d61704 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1205,9 +1205,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.89" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db" +checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index e3c905e..470dcd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ oauth2 = "4.3.0" reqwest = "0.11.13" #rust-lzma = "0.5.1" serde-xml-rs = "0.6.0" -serde_json = "1.0.89" +serde_json = "1.0.94" serde_yaml = "0.9.14" tar = "0.4.38" walkdir = "2.3.2"