From 44b5e0b7613eb9f16670d442d9dae53d04cac940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 12:51:47 +0000 Subject: [PATCH] Bump parry3d-f64 from 0.11.1 to 0.12.0 Bumps [parry3d-f64](https://github.com/dimforge/parry) from 0.11.1 to 0.12.0. - [Release notes](https://github.com/dimforge/parry/releases) - [Changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md) - [Commits](https://github.com/dimforge/parry/compare/v0.11.1...v0.12.0) --- updated-dependencies: - dependency-name: parry3d-f64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/fj-math/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92878001a8..e94a3e66b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2695,9 +2695,9 @@ dependencies = [ [[package]] name = "parry3d-f64" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f42d28bb1263d1162e3105848230b258cc13b3084a45df0c77c3f75ea1c5306" +checksum = "cd4f5c088da26e35aee827e6732a0c04553c8ef0a5999c17d0d6e9ea57c9bd0d" dependencies = [ "approx 0.5.1", "arrayvec 0.7.2", diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index 04a54e9807..01c5a77cf0 100644 --- a/crates/fj-math/Cargo.toml +++ b/crates/fj-math/Cargo.toml @@ -16,5 +16,5 @@ decorum = "0.3.1" nalgebra = "0.31.4" num-traits = "0.2.15" parry2d-f64 = "0.11.1" -parry3d-f64 = "0.11.1" +parry3d-f64 = "0.12.0" robust-predicates = "0.1.4"