From f8a7fd26602ad0aea0e994c0a830249d1216cc81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 13:17:24 +0000 Subject: [PATCH] Bump parry2d-f64 from 0.13.0 to 0.13.1 Bumps [parry2d-f64](https://github.com/dimforge/parry) from 0.13.0 to 0.13.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.13.0...v0.13.1) --- 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 dcb436647b..610412c969 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2530,9 +2530,9 @@ dependencies = [ [[package]] name = "parry2d-f64" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70f96abf23f15f0bb4d998a96bcdc58915519a2de8828a809f1ea57b431c4d1f" +checksum = "a348af365f1ab93eb3cc08a766f10deae153a7255073778c5153098aea2400de" dependencies = [ "approx 0.5.1", "arrayvec", diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index f078939681..4db5d68fd1 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.0" +parry2d-f64 = "0.13.1" parry3d-f64 = "0.13.0" robust = "0.2.3"