From 7a30617ebbc993698f2d5a3fc7575545f952c31c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 07:03:33 +0000 Subject: [PATCH] Update bevy_utils requirement from 0.9 to 0.10 Updates the requirements on [bevy_utils](https://github.com/bevyengine/bevy) to permit the latest version. - [Release notes](https://github.com/bevyengine/bevy/releases) - [Changelog](https://github.com/bevyengine/bevy/blob/main/CHANGELOG.md) - [Commits](https://github.com/bevyengine/bevy/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: bevy_utils dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b986043..83fcacd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ license = "MIT OR Apache-2.0" [dependencies] bevy_ecs = "0.9" -bevy_utils = "0.9" \ No newline at end of file +bevy_utils = "0.10" \ No newline at end of file