From 40081f5c3cf4ec9549c8a45835656c9943cbfd48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:47:47 +0000 Subject: [PATCH] Bump parking_lot from 0.12.1 to 0.12.2 Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.1 to 0.12.2. - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.1...0.12.2) --- updated-dependencies: - dependency-name: parking_lot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- libs/calypso_common/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f9dba3..5c87b23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -984,9 +984,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "parking_lot" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" +checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb" dependencies = [ "lock_api", "parking_lot_core", diff --git a/libs/calypso_common/Cargo.toml b/libs/calypso_common/Cargo.toml index 9256462..3b3d867 100644 --- a/libs/calypso_common/Cargo.toml +++ b/libs/calypso_common/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" rust-version = "1.66.1" [dependencies] -parking_lot = "0.12.1" +parking_lot = "0.12.2" [dependencies.calypso_base] path = "../calypso_base"