From 973dc126113f566c187dde79b599d02bef5246e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 23:11:09 +0000 Subject: [PATCH] Update notify requirement from =5.0.0-pre.11 to =5.0.0-pre.14 Updates the requirements on [notify](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/5.0.0-pre.11...5.0.0-pre.14) --- updated-dependencies: - dependency-name: notify 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 18008a24135a2..7f221379ba48d 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -28,7 +28,7 @@ crossbeam-channel = "0.5.0" anyhow = "1.0.4" thiserror = "1.0" downcast-rs = "1.2.0" -notify = { version = "=5.0.0-pre.11", optional = true } +notify = { version = "=5.0.0-pre.14", optional = true } parking_lot = "0.11.0" rand = "0.8.0"