From c10dd299bb80cf8084cc6f04bdce0e6074eb3a4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 23:12:09 +0000 Subject: [PATCH] Update hexasphere requirement from 4.0.0 to 6.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..5ccb96dd1bbf0 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 = "6.0.0" parking_lot = "0.11.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies]