From 450b8e646a3aa2a8e84f161e4f9933fc2e3599c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:18:24 +0000 Subject: [PATCH] Bump parry2d-f64 from 0.12.0 to 0.12.1 Bumps [parry2d-f64](https://github.com/dimforge/parry) from 0.12.0 to 0.12.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.12.0...v0.12.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 fc1ad1f784..dfa432480c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2663,9 +2663,9 @@ dependencies = [ [[package]] name = "parry2d-f64" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5619bfefbdf732afa4c0a75e287a90fbe898bd1bed1097541f377f73847acca" +checksum = "ce8a800704f7b7ea6eb43286841f832a99f073ef06cc531e9c893944c8e8d17b" dependencies = [ "approx 0.5.1", "arrayvec 0.7.2", diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index 5a5f066d6c..79aa4d10cd 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.31.4" num-traits = "0.2.15" -parry2d-f64 = "0.12.0" +parry2d-f64 = "0.12.1" parry3d-f64 = "0.12.0" robust = "0.2.3"