diff --git a/Cargo.lock b/Cargo.lock index 17464703e63..11e1ed627c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3510,9 +3510,9 @@ checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487" [[package]] name = "lock_api" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" +checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" dependencies = [ "autocfg", "scopeguard", @@ -4039,9 +4039,9 @@ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" [[package]] name = "parking_lot" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" +checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" dependencies = [ "lock_api", "parking_lot_core", @@ -4049,9 +4049,9 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.10" +version = "0.9.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" +checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" dependencies = [ "cfg-if", "libc", diff --git a/Cargo.toml b/Cargo.toml index 98a18ff6f63..09bc8cb966c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ native-tls = "=0.2.14" oauth2 = "=5.0.0" object_store = { version = "=0.12.1", features = ["aws"] } p256 = "=0.13.2" -parking_lot = "=0.12.3" +parking_lot = "=0.12.4" paste = "=1.0.15" postgres-native-tls = "=0.5.1" prometheus = { version = "=0.14.0", default-features = false } diff --git a/crates/crates_io_session/Cargo.toml b/crates/crates_io_session/Cargo.toml index 260b0a186c9..6be5e12cabf 100644 --- a/crates/crates_io_session/Cargo.toml +++ b/crates/crates_io_session/Cargo.toml @@ -12,6 +12,6 @@ axum = { version = "=0.8.4", features = ["macros"] } axum-extra = { version = "=0.11.0", features = ["cookie-signed"] } base64 = "=0.22.1" cookie = { version = "=0.18.1", features = ["secure"] } -parking_lot = "=0.12.3" +parking_lot = "=0.12.4" [dev-dependencies]