From fa82e7ad493b137f8c9fe64b88cbf41aaa1cf957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:28:34 +0000 Subject: [PATCH] Bump bevy-ui-navigation from 0.33.0 to 0.33.1 Bumps [bevy-ui-navigation](https://github.com/nicopap/ui-navigation) from 0.33.0 to 0.33.1. - [Changelog](https://github.com/nicopap/ui-navigation/blob/master/CHANGELOG.md) - [Commits](https://github.com/nicopap/ui-navigation/compare/v0.33.0...v0.33.1) --- updated-dependencies: - dependency-name: bevy-ui-navigation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a44e665..26f50c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -380,9 +380,9 @@ dependencies = [ [[package]] name = "bevy-ui-navigation" -version = "0.33.0" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce73fd4260a444dd5fef0cc2dcc6451acfeb9753ef520fafb250eeaa05396d5d" +checksum = "5440b0e95d1bc8ada8bc5ca7ca1faff42ea701d0863175f1f4add03eab99aac5" dependencies = [ "bevy", "bevy_mod_picking", diff --git a/Cargo.toml b/Cargo.toml index 361f448..5d2949b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] bevy = "0.12.0" bevy-inspector-egui = "0.21.0" -bevy-ui-navigation = "0.33.0" +bevy-ui-navigation = "0.33.1" bevy_asset_loader = { version = "0.18.0", features = ["2d"] } bevy_common_assets = { version = "0.8.0", features = ["ron"] } bevy_fluent = "0.8.0"