From 226f5376f13c93f5a14e5cfb02add04626d1b387 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2020 04:56:53 +0300 Subject: [PATCH] fix(deps): update rust crate serde to 1.0.115 (#70) Co-authored-by: Renovate Bot --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1042bee..ba39b9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ bitcoin = "0.23.0" secp256k1 = "0.17.2" sha2 = "0.9.1" failure = "0.1.8" -serde = "1.0.114" +serde = "1.0.115" serde_json = "1.0.56" serde_derive = "1.0.115" lazy_static = "1.4.0"