diff --git a/Cargo.lock b/Cargo.lock index 1e273ec..09e11f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,9 +96,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "parking_lot" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb" +checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" dependencies = [ "lock_api", "parking_lot_core", diff --git a/Cargo.toml b/Cargo.toml index ab0b8eb..193ecd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ windows = { version = "0.56.0", features = [ ] } # Mutex optimization -parking_lot = "0.12.2" +parking_lot = "0.12.3" # Multithreading rayon = "1.10.0"