From 36d876927297d8cd2fe1debc506edb3e1169537a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 06:15:10 +0000 Subject: [PATCH] Update notify-debouncer-full requirement from 0.5.0 to 0.6.0 Updates the requirements on [notify-debouncer-full](https://github.com/notify-rs/notify) to permit the latest version. - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](https://github.com/notify-rs/notify/compare/debouncer-full-0.5.0...debouncer-full-0.6.0) --- updated-dependencies: - dependency-name: notify-debouncer-full dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_asset/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }