From 4b68470c51a1dbc5011c9c8fb891ba711e7dc55e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:18:35 +0000 Subject: [PATCH] Bump parry3d-f64 from 0.12.0 to 0.12.1 Bumps [parry3d-f64](https://github.com/dimforge/parry) from 0.12.0 to 0.12.1. - [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.12.0...v0.12.1) --- updated-dependencies: - dependency-name: parry3d-f64 dependency-type: direct:production update-type: version-update:semver-patch ... 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 fc1ad1f78..1eb23a048 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2684,9 +2684,9 @@ dependencies = [ [[package]] name = "parry3d-f64" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd4f5c088da26e35aee827e6732a0c04553c8ef0a5999c17d0d6e9ea57c9bd0d" +checksum = "47af2b31fba872e27eb89b9979aa7e0821f251e0c489f182942b28a29193494f" dependencies = [ "approx 0.5.1", "arrayvec 0.7.2", diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index 5a5f066d6..2aa8beb58 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.12.0" -parry3d-f64 = "0.12.0" +parry3d-f64 = "0.12.1" robust = "0.2.3"