From 56192e02a35164d061fb4f71b7abf05b35ab6e20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Oct 2020 15:14:48 +0300 Subject: [PATCH] Update Rust crate serde_json to 1.0.58 (#255) Co-authored-by: Renovate Bot --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99d0df0..6f01673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ serde = { version = "1.0.115", features = ["derive"] } clap = "2.33.3" structopt = "0.3.16" reqwest = { version = "0.10.7", features = ["blocking", "json"] } -serde_json = "1.0.57" +serde_json = "1.0.58" chrono = { version = "0.4.15", features = ["serde"] } tar = "0.4.29" xz2 = "0.1.6"