From 99cc35a1db56b3e868170b4f32dba48d81e08093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 08:04:04 +0000 Subject: [PATCH] Bump toml from 0.5.7 to 0.5.8 Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.7 to 0.5.8. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.7...0.5.8) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fefd0086..77da4784 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4431,9 +4431,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645" +checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 0e0a7618..9fb98244 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ cargo_metadata = "0.12.1" codec = { package = "parity-scale-codec", version = "1.3.5" } which = "4.0.2" colored = "2.0.0" -toml = "0.5.7" +toml = "0.5.8" rustc_version = "0.3.0" blake2 = "0.9.1" contract-metadata = { version = "0.2.0", path = "./metadata" } -- GitLab