From 8cece1f41bdaea5c8bcbfde428aa975f09ae2104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 12:54:06 +0000 Subject: [PATCH] Bump parry3d-f64 from 0.9.0 to 0.10.0 Bumps [parry3d-f64](https://github.com/dimforge/parry) from 0.9.0 to 0.10.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.9.0...v0.10.0) --- updated-dependencies: - dependency-name: parry3d-f64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/fj-math/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22f2905af5..9827d97894 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -935,9 +935,9 @@ dependencies = [ [[package]] name = "figment" -version = "0.10.7" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e3bd154d9ae2f1bb0ada5b7eebd56529513efa5de7d2fc8c6adf33bc43260cf" +checksum = "4e56602b469b2201400dec66a66aec5a9b8761ee97cd1b8c96ab2483fcc16cc9" dependencies = [ "atomic", "pear", @@ -2448,9 +2448,9 @@ dependencies = [ [[package]] name = "parry3d-f64" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76afcd47906fbc4a5d7e6914fec1577b582f59b579187c9a2a6b381f17c40995" +checksum = "e36afd258d7ec516d15854c80b933277258028378b4f059446ed304b3ba42267" dependencies = [ "approx 0.5.1", "arrayvec 0.7.2", diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index 3627df0053..44e2e48152 100644 --- a/crates/fj-math/Cargo.toml +++ b/crates/fj-math/Cargo.toml @@ -16,4 +16,4 @@ decorum = "0.3.1" nalgebra = "0.31.1" num-traits = "0.2.15" parry2d-f64 = "0.9.0" -parry3d-f64 = "0.9.0" +parry3d-f64 = "0.10.0"