diff --git a/crates/bevy_asset/Cargo.toml b/crates/bevy_asset/Cargo.toml index b6805f435d15a..16a67ec9450c9 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -30,7 +30,7 @@ anyhow = "1.0.4" thiserror = "1.0" downcast-rs = "1.2.0" notify = { version = "=5.0.0-pre.11", optional = true } -parking_lot = "0.11.0" +parking_lot = "0.12.0" rand = "0.8.0" [target.'cfg(target_arch = "wasm32")'.dependencies] diff --git a/crates/bevy_audio/Cargo.toml b/crates/bevy_audio/Cargo.toml index f2699d5eb167a..67685834d865c 100644 --- a/crates/bevy_audio/Cargo.toml +++ b/crates/bevy_audio/Cargo.toml @@ -19,7 +19,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.7.0" } # other anyhow = "1.0.4" rodio = { version = "0.15", default-features = false } -parking_lot = "0.11.0" +parking_lot = "0.12.0" [target.'cfg(target_arch = "wasm32")'.dependencies] rodio = { version = "0.15", default-features = false, features = ["wasm-bindgen"] } diff --git a/crates/bevy_ecs/Cargo.toml b/crates/bevy_ecs/Cargo.toml index 6681377e52f00..3e9908baf07df 100644 --- a/crates/bevy_ecs/Cargo.toml +++ b/crates/bevy_ecs/Cargo.toml @@ -27,7 +27,7 @@ downcast-rs = "1.2" serde = "1" [dev-dependencies] -parking_lot = "0.11" +parking_lot = "0.12" rand = "0.8" [[example]] diff --git a/crates/bevy_reflect/Cargo.toml b/crates/bevy_reflect/Cargo.toml index 27ac25e4f4d5c..cdb373a6cf78d 100644 --- a/crates/bevy_reflect/Cargo.toml +++ b/crates/bevy_reflect/Cargo.toml @@ -20,7 +20,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.7.0" } # other erased-serde = "0.3" downcast-rs = "1.2" -parking_lot = "0.11.0" +parking_lot = "0.12.0" thiserror = "1.0" serde = "1" smallvec = { version = "1.6", features = ["serde", "union", "const_generics"], optional = true } diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index 33da4af7f715f..23fe468cd8bfe 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -57,7 +57,7 @@ futures-lite = "1.4.0" anyhow = "1.0" hex = "0.4.2" hexasphere = "7.0.0" -parking_lot = "0.11.0" +parking_lot = "0.12.0" regex = "1.5" copyless = "0.1.5" ddsfile = { version = "0.5.0", optional = true }