From b5ca3323133a608da2e5d3831138b50e86e3d2ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 03:06:32 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.73 to 1.0.83 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.73 to 1.0.83. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.73...v1.0.83) --- 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..09f4a38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -600,9 +600,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.73" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5" +checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 5713f2c..d8413e4 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.83" tempfile = "3.2.0" ureq = { version = "2.3.1", features = ["json"] } url = "2.2.2"