From d49b2d76e8fd4f2794f7f37a8533c39df39b299e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Oct 2020 15:15:08 +0300 Subject: [PATCH] Update Rust crate serde to 1.0.116 (#254) Co-authored-by: Renovate Bot --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f01673..929fa99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" build = "build.rs" [dependencies] -serde = { version = "1.0.115", features = ["derive"] } +serde = { version = "1.0.116", features = ["derive"] } clap = "2.33.3" structopt = "0.3.16" reqwest = { version = "0.10.7", features = ["blocking", "json"] }