From a23a0b62557d5cc5f5609391a3701cc2ac4488f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 03:59:53 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.73 to 1.0.78 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.73 to 1.0.78. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.73...v1.0.78) --- 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..c2a4492 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -600,9 +600,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.73" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5" +checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 5713f2c..432a075 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.78" tempfile = "3.2.0" ureq = { version = "2.3.1", features = ["json"] } url = "2.2.2"