From 55f71c4d4a8292edb08b9cc83bebcfd5bc89e39b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 13:30:26 +0300 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.67 (#501) Co-authored-by: Renovate Bot --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54df8a5..a70c26a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1328,9 +1328,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.64" +version = "1.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" +checksum = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 5caff2c..30c2846 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ serde = { version = "1.0.130", features = ["derive"] } clap = "2.33.3" structopt = "0.3.22" reqwest = { version = "0.11.4", features = ["blocking", "json", "rustls-tls", "brotli"], default-features = false } -serde_json = "1.0.64" +serde_json = "1.0.67" chrono = { version = "0.4.19", features = ["serde"] } tar = "0.4.35" xz2 = "0.1.6"