From 2e3ca86dcbd683ddf04c6d5f7c8ec64acb13a2e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 17:28:09 +0000 Subject: [PATCH] build(deps): bump scopeguard from 1.1.0 to 1.2.0 (#30166) Bumps [scopeguard](https://github.com/bluss/scopeguard) from 1.1.0 to 1.2.0. - [Commits](https://github.com/bluss/scopeguard/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: scopeguard dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9da2e64b353..d41096906a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5153,9 +5153,9 @@ checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" [[package]] name = "scopeguard" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "script"