From d91608f0346cdc925c7907770132209a5f8d8fff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 13:31:24 +0000 Subject: [PATCH] Bump parry3d-f64 from 0.13.1 to 0.13.3 Bumps [parry3d-f64](https://github.com/dimforge/parry) from 0.13.1 to 0.13.3. - [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.13.1...v0.13.3) --- 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 6b1b3d401..f62399d32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2541,9 +2541,9 @@ dependencies = [ [[package]] name = "parry3d-f64" -version = "0.13.1" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18dc2f40eafa0a4797620fdb2f95af90647bcc64be8311f67112c6450dbae000" +checksum = "5dd9aeaccbb2bdc6b1ee9b9c7976a54523af68cb88112050b5f4b02935d5a346" dependencies = [ "approx 0.5.1", "arrayvec", diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index b1401765f..a19f415b7 100644 --- a/crates/fj-math/Cargo.toml +++ b/crates/fj-math/Cargo.toml @@ -16,5 +16,5 @@ decorum = "0.3.1" nalgebra = "0.32.1" num-traits = "0.2.15" parry2d-f64 = "0.13.1" -parry3d-f64 = "0.13.1" +parry3d-f64 = "0.13.3" robust = "0.2.3"