From d96e21605b59b2d28ed2d136e3b1aa030ffe31d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 18:48:25 +0200 Subject: [PATCH] build(deps): bump serde_json from 1.0.54 to 1.0.55 (#1331) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.54 to 1.0.55. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.54...v1.0.55) 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 41957dd6..32a067c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1072,9 +1072,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.54" +version = "1.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe4c1f6427dbc29329c6288e9e748b8b8e0ea42a0aab733e887fa72c22e965d" +checksum = "ec2c5d7e739bc07a3e73381a39d61fdb5f671c60c1df26a130690665803d8226" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 6957eb25..359545e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ ansi_term = "0.12.1" dirs = "2.0.2" git2 = { version = "0.13.6", default-features = false, features = [] } toml = { version = "0.5.6", features = ["preserve_order"] } -serde_json = "1.0.54" +serde_json = "1.0.55" rayon = "1.3.0" pretty_env_logger = "0.4.0" log = "0.4.8"