diff --git a/crates/bevy_asset/Cargo.toml b/crates/bevy_asset/Cargo.toml index 8385655510..8854bdfc02 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -29,7 +29,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.4.0" } # other serde = { version = "1", features = ["derive"] } ron = "0.6.2" -crossbeam-channel = "0.4.4" +crossbeam-channel = "0.5.0" anyhow = "1.0" thiserror = "1.0" downcast-rs = "1.2.0" diff --git a/crates/bevy_wgpu/Cargo.toml b/crates/bevy_wgpu/Cargo.toml index 67e9dd9776..9717014d64 100644 --- a/crates/bevy_wgpu/Cargo.toml +++ b/crates/bevy_wgpu/Cargo.toml @@ -31,6 +31,6 @@ bevy_utils = { path = "../bevy_utils", version = "0.4.0" } # other wgpu = "0.7" futures-lite = "1.4.0" -crossbeam-channel = "0.4.4" +crossbeam-channel = "0.5.0" crossbeam-utils = "0.7.2" parking_lot = "0.11.0"