diff --git a/Cargo.lock b/Cargo.lock index ca37c92ced7..a649e2e7404 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3793,11 +3793,10 @@ checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487" [[package]] name = "lock_api" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" +checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" dependencies = [ - "autocfg", "scopeguard", ] @@ -4321,9 +4320,9 @@ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" [[package]] name = "parking_lot" -version = "0.12.4" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" +checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" dependencies = [ "lock_api", "parking_lot_core", @@ -4331,15 +4330,15 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.11" +version = "0.9.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" +checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" dependencies = [ "cfg-if", "libc", "redox_syscall", "smallvec", - "windows-targets 0.52.6", + "windows-link 0.2.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 39a96b5b7b2..5d7e93d7b1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ native-tls = "=0.2.14" oauth2 = "=5.0.0" object_store = { version = "=0.12.4", features = ["aws"] } p256 = "=0.13.2" -parking_lot = "=0.12.4" +parking_lot = "=0.12.5" paste = "=1.0.15" postgres-native-tls = "=0.5.2" 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 e70137e6a01..058b22b3801 100644 --- a/crates/crates_io_session/Cargo.toml +++ b/crates/crates_io_session/Cargo.toml @@ -12,6 +12,6 @@ axum = { version = "=0.8.6", features = ["macros"] } axum-extra = { version = "=0.10.3", features = ["cookie-signed"] } base64 = "=0.22.1" cookie = { version = "=0.18.1", features = ["secure"] } -parking_lot = "=0.12.4" +parking_lot = "=0.12.5" [dev-dependencies]