From 023f18e88495ab4446f3488e3ef3b39287161649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 06:41:14 +0000 Subject: [PATCH] Update async-lock requirement from 2.8 to 3.0 Updates the requirements on [async-lock](https://github.com/smol-rs/async-lock) to permit the latest version. - [Release notes](https://github.com/smol-rs/async-lock/releases) - [Changelog](https://github.com/smol-rs/async-lock/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-lock/compare/v2.8.0...v3.0.0) --- updated-dependencies: - dependency-name: async-lock 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 2c90744ba1c10..d8f2c6651d67d 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -28,7 +28,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.12.0-dev" } async-broadcast = "0.5" async-fs = "1.5" -async-lock = "2.8" +async-lock = "3.0" crossbeam-channel = "0.5" downcast-rs = "1.2" futures-io = "0.3"