From 2b515e6057e751d2c4f3da3b04e83e8478ce160e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 17:05:18 +0000 Subject: [PATCH] Update hexasphere requirement from 1.0.0 to 7.2.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 63734d83f2f74..6a5e65eaba3a5 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -41,7 +41,7 @@ downcast-rs = "1.2.0" thiserror = "1.0" anyhow = "1.0" hex = "0.4.2" -hexasphere = "1.0.0" +hexasphere = "7.2.0" parking_lot = "0.11.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies]