From 5e776426cceb090bd5dde49a2034af0b4c88abd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 23:16:09 +0000 Subject: [PATCH] Update hexasphere requirement from 4.0.0 to 5.0.0 Updates the requirements on [hexasphere](https://github.com/OptimisticPeach/hexasphere) to permit the latest version. - [Release notes](https://github.com/OptimisticPeach/hexasphere/releases) - [Commits](https://github.com/OptimisticPeach/hexasphere/commits) --- updated-dependencies: - dependency-name: hexasphere dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_render/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index 7c82d528ea540..d69d170df5977 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -36,7 +36,7 @@ downcast-rs = "1.2.0" thiserror = "1.0" anyhow = "1.0.4" hex = "0.4.2" -hexasphere = "4.0.0" +hexasphere = "5.0.0" parking_lot = "0.11.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies]