From a55308fa85ae956a80c797f27c217169f51e805c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 03:10:57 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.73 to 1.0.86 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.73 to 1.0.86. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.73...v1.0.86) --- 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 2a63b3a..e8ea74d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -600,9 +600,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.73" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5" +checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 5713f2c..930315c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ indicatif = "0.16.2" indoc = "1.0.3" semver = "1.0.4" serde = { version = "1.0.132", features = ["derive"] } -serde_json = "1.0.73" +serde_json = "1.0.86" tempfile = "3.2.0" ureq = { version = "2.3.1", features = ["json"] } url = "2.2.2"