From 4c12f3c6b640e423664d10890afe5b405f9b768b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2020 05:40:12 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.55 to 1.0.56 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.55 to 1.0.56. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.55...v1.0.56) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3cd29eb1..b175aff8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1092,9 +1092,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.55" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec2c5d7e739bc07a3e73381a39d61fdb5f671c60c1df26a130690665803d8226" +checksum = "3433e879a558dde8b5e8feb2a04899cf34fdde1fafb894687e52105fc1162ac3" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 4ad32668..d9cb5440 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ ansi_term = "0.12.1" dirs-next = "1.0.1" git2 = { version = "0.13.6", default-features = false, features = [] } toml = { version = "0.5.6", features = ["preserve_order"] } -serde_json = "1.0.55" +serde_json = "1.0.56" rayon = "1.3.1" pretty_env_logger = "0.4.0" log = "0.4.8"