From c5616573951f6d56af89877516dc372d68e23d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 14:59:45 +0000 Subject: [PATCH] Bump scopeguard from 1.1.0 to 1.2.0 (#32630) * Bump scopeguard from 1.1.0 to 1.2.0 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: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- programs/sbf/Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25a7d2f49..2fefd1669 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4633,9 +4633,9 @@ dependencies = [ [[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 = "scroll" diff --git a/Cargo.toml b/Cargo.toml index 194105be0..493b59d2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -276,7 +276,7 @@ rpassword = "7.2" rustc_version = "0.4" rustls = { version = "0.21.5", default-features = false, features = ["quic"] } rustversion = "1.0.14" -scopeguard = "1.1.0" +scopeguard = "1.2.0" semver = "1.0.18" serde = "1.0.175" serde_bytes = "0.11.12" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 224a7d871..79c12e7c6 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -4149,9 +4149,9 @@ dependencies = [ [[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 = "scroll"