From 59919e2890967ad1d607e3b831ab7676458d4cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 03:03:33 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.73 to 1.0.91 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.73 to 1.0.91. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.73...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 2a63b3a..9b32c1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -600,9 +600,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.73" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5" +checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 5713f2c..bd8f2ec 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.91" tempfile = "3.2.0" ureq = { version = "2.3.1", features = ["json"] } url = "2.2.2"