diff --git a/rust/Cargo.lock b/rust/Cargo.lock index cbeaaca92..65b040faf 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -3871,9 +3871,9 @@ checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" [[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", @@ -4838,9 +4838,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", @@ -4848,9 +4848,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/rust/Cargo.toml b/rust/Cargo.toml index b254b56e0..9627e1a54 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -118,7 +118,7 @@ opentelemetry-stdout = "0.29.0" opentelemetry_sdk = "0.29.0" os_info = { version = "3", default-features = false } output_vt100 = "0.1" -parking_lot = "0.12.3" +parking_lot = "0.12.4" phoenix-channel = { path = "connlib/phoenix-channel" } png = "0.17.16" proc-macro2 = "1.0"