From 04a6b488633070b137e112d4bc8d981d9cf7cff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:58:40 +0000 Subject: [PATCH] Bump parry2d-f64 from 0.13.3 to 0.13.4 Bumps [parry2d-f64](https://github.com/dimforge/parry) from 0.13.3 to 0.13.4. - [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.3...v0.13.4) --- updated-dependencies: - dependency-name: parry2d-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 e918f1967..8da584156 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2552,9 +2552,9 @@ dependencies = [ [[package]] name = "parry2d-f64" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a1bf555d44a3be6c6b6acdea1614af50b12987b4b9651c812d3219e8136c336" +checksum = "2f612055f319eb83e67841fdf00248eee26045a1759b5d94fa9c6ecce7c1e78d" dependencies = [ "approx 0.5.1", "arrayvec", diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index 890dd1001..ba7af8626 100644 --- a/crates/fj-math/Cargo.toml +++ b/crates/fj-math/Cargo.toml @@ -15,6 +15,6 @@ approx = "0.5.1" decorum = "0.3.1" nalgebra = "0.32.2" num-traits = "0.2.15" -parry2d-f64 = "0.13.3" +parry2d-f64 = "0.13.4" parry3d-f64 = "0.13.3" robust = "1.0.0"