From 46a039f88f6d9ea863d127ff80abc2c5b3200b5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 02:50:20 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4020f9ac..6c4c0ed6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1513,9 +1513,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 = "scopetime" diff --git a/Cargo.toml b/Cargo.toml index b22499a5..79468a66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ once_cell = "1" ratatui = { version = "0.21", default-features = false, features = ['crossterm', 'serde'] } rayon-core = "1.11" ron = "0.8" -scopeguard = "1.1" +scopeguard = "1.2" scopetime = { path = "./scopetime", version = "0.1" } serde = "1.0" simplelog = { version = "0.12", default-features = false }