From 07aa9f6500507e53d55e51e44a8fd4586d485a21 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 08:11:02 +0000 Subject: [PATCH] Bump toml from 0.5.1 to 0.5.6 Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.1 to 0.5.6. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.1...0.5.6) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6fa8c597cc..9cf2e85bfc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6105,9 +6105,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.5.1" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8c96d7873fa7ef8bdeb3a9cda3ac48389b4154f32b9803b4bc26220b677b039" +checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a" dependencies = [ "serde", ]