diff --git a/crates/bevy_asset/Cargo.toml b/crates/bevy_asset/Cargo.toml index 21e305cf04..995f974b1d 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" fastrand = "1.7.0" -notify = { version = "5.0.0", optional = true } +notify = { version = "6.0.0", optional = true } parking_lot = "0.12.1" [target.'cfg(target_os = "android")'.dependencies]