diff --git a/Cargo.lock b/Cargo.lock index 240ef1b61e..b635668df0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2674,9 +2674,9 @@ dependencies = [ [[package]] name = "parry2d-f64" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "613736fb92039b8fe0a8a02a3b40344efbbfcb15b7d7086f82962d64389995a7" +checksum = "b5619bfefbdf732afa4c0a75e287a90fbe898bd1bed1097541f377f73847acca" dependencies = [ "approx 0.5.1", "arrayvec 0.7.2", diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index 04a54e9807..31f0652886 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.11.1" +parry2d-f64 = "0.12.0" parry3d-f64 = "0.11.1" robust-predicates = "0.1.4"