From 45371a9db4357328fec6b5aad970e8111c6c95bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 23:14:22 +0000 Subject: [PATCH] Update hexasphere requirement from 6.0.0 to 7.1.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 765d5b94e346e..3b788da3daa61 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -50,7 +50,7 @@ thiserror = "1.0" futures-lite = "1.4.0" anyhow = "1.0" hex = "0.4.2" -hexasphere = "6.0.0" +hexasphere = "7.1.0" parking_lot = "0.11.0" regex = "1.5" copyless = "0.1.5"