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"