From 3fd26eb319bc05627e16f45b5bae741fa44ca0fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 02:44:43 +0000 Subject: [PATCH] Bump hexasphere from 14.1.0 to 15.0.0 Bumps [hexasphere](https://github.com/OptimisticPeach/hexasphere) from 14.1.0 to 15.0.0. - [Release notes](https://github.com/OptimisticPeach/hexasphere/releases) - [Commits](https://github.com/OptimisticPeach/hexasphere/commits) --- updated-dependencies: - dependency-name: hexasphere dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 +++++++++++----- wasm/unavi-shapes/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 234942675..e1e6bf52e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2083,7 +2083,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.12.1", + "itertools 0.13.0", "proc-macro2", "quote", "regex", @@ -5193,6 +5193,12 @@ version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "779ae4bf7e8421cf91c0b3b64e7e8b40b862fba4d393f59150042de7c4965a94" +[[package]] +name = "glam" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c28091a37a5d09b555cb6628fd954da299b536433834f5b8e59eba78e0cbbf8a" + [[package]] name = "glob" version = "0.3.1" @@ -5574,12 +5580,12 @@ dependencies = [ [[package]] name = "hexasphere" -version = "14.1.0" +version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "344d5bf5d6b6da1020fcfd4014d44e0cc695356c603db9c774b30bd6d385ad2b" +checksum = "741ab88b8cc670443da777c3daab02cebf5a3caccfc04e3c052f55c94d1643fe" dependencies = [ "constgebra", - "glam 0.28.0", + "glam 0.29.0", ] [[package]] @@ -12293,7 +12299,7 @@ name = "unavi-shapes" version = "0.0.10" dependencies = [ "glam 0.28.0", - "hexasphere 14.1.0", + "hexasphere 15.0.0", "parry3d 0.17.1", "wit-bindgen-rt", ] diff --git a/wasm/unavi-shapes/Cargo.toml b/wasm/unavi-shapes/Cargo.toml index bf1088ea1..7e8f14bb3 100644 --- a/wasm/unavi-shapes/Cargo.toml +++ b/wasm/unavi-shapes/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] glam.workspace = true -hexasphere = "14.1.0" +hexasphere = "15.0.0" parry3d = "0.17.0" wit-bindgen-rt.workspace = true