From f1dbac5510085d2f8b05e25b0276e7c46551aca7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 May 2020 08:09:28 +0000 Subject: [PATCH] Bump scopeguard from 1.0.0 to 1.1.0 Bumps [scopeguard](https://github.com/bluss/scopeguard) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/bluss/scopeguard/releases) - [Commits](https://github.com/bluss/scopeguard/compare/1.0.0...v1.1.0) 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 23e3224aea7..f6ed4338ae8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4560,9 +4560,9 @@ checksum = "3ef399c8893e8cb7aa9696e895427fab3a6bf265977bb96e126f24ddd2cda85a" [[package]] name = "scopeguard" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" +checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "script"