From 367c8fe48f6eaae12d9a412c538e3293c2e27f31 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 11:25:43 +0100 Subject: [PATCH] Bump serde_json from 1.0.62 to 1.0.63 (#162) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.62 to 1.0.63. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.62...v1.0.63) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3dd384..d6cfeb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2251,9 +2251,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.62" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486" +checksum = "43535db9747a4ba938c0ce0a98cc631a46ebf943c9e1d604e091df6007620bf6" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 5371a39..a8b8061 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ shellexpand = "2.1.0" lazy_static = "1.4.0" wiremock = "0.5.1" openssl-sys = "0.9.60" -serde_json = "1.0.62" +serde_json = "1.0.63" # Make build work on Apple Silicon. # See https://github.com/briansmith/ring/issues/1163 # This is necessary for the homebrew build