diff --git a/crates/bevy_asset/Cargo.toml b/crates/bevy_asset/Cargo.toml index 319fd3d370de6..39a363433dfbf 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -91,7 +91,7 @@ bevy_reflect = { path = "../bevy_reflect", version = "0.18.0-dev", default-featu ] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -notify-debouncer-full = { version = "0.5.0", default-features = false, optional = true } +notify-debouncer-full = { version = "0.6.0", default-features = false, optional = true } # updating ureq: while ureq is semver stable, it depends on rustls which is not, meaning unlikely but possible breaking changes on minor releases. https://github.com/bevyengine/bevy/pull/16366#issuecomment-2572890794 ureq = { version = "3", optional = true, default-features = false } blocking = { version = "1.6", optional = true }