From 74a7885b9e78c42d45b56e0eec7d33bfef535c83 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 11:26:36 +0000 Subject: [PATCH] Bump toml from 0.5.6 to 0.5.7 Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.6 to 0.5.7. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.6...0.5.7) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d39e21ed9..d9e713356 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1327,9 +1327,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a" +checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index bb49ba802..267d71d65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ gcd = "2.0.1" rand = "0.7.3" colorful = "0.2.1" ansi_term = "0.12.1" -toml = "0.5.6" +toml = "0.5.7" serde = "1.0.116" serde_derive = "1.0.116" cidr-utils = "0.5.0"