From 339518a5eac66d49643e3468b13b967c91628a71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 13:43:11 +0000 Subject: [PATCH] Bump parry2d-f64 from 0.13.1 to 0.13.3 Bumps [parry2d-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: 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 f62399d32..e4b36b1ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2520,9 +2520,9 @@ dependencies = [ [[package]] name = "parry2d-f64" -version = "0.13.1" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a348af365f1ab93eb3cc08a766f10deae153a7255073778c5153098aea2400de" +checksum = "4a1bf555d44a3be6c6b6acdea1614af50b12987b4b9651c812d3219e8136c336" dependencies = [ "approx 0.5.1", "arrayvec", diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index a19f415b7..cfae5066a 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.1" num-traits = "0.2.15" -parry2d-f64 = "0.13.1" +parry2d-f64 = "0.13.3" parry3d-f64 = "0.13.3" robust = "0.2.3"