From a1002194b7e3d36510f297a48ac5a3cb78d9b549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 14:17:59 +0000 Subject: [PATCH] Update notify requirement from =5.0.0-pre.11 to =5.1.0 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...notify-5.1.0) --- 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 b6805f435d15a..d027a86931028 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -29,7 +29,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.1.0", optional = true } parking_lot = "0.11.0" rand = "0.8.0"