diff --git a/Cargo.lock b/Cargo.lock index eda58991f..c3c3cd6ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2695,9 +2695,9 @@ dependencies = [ [[package]] name = "parry3d-f64" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f42d28bb1263d1162e3105848230b258cc13b3084a45df0c77c3f75ea1c5306" +checksum = "cd4f5c088da26e35aee827e6732a0c04553c8ef0a5999c17d0d6e9ea57c9bd0d" dependencies = [ "approx 0.5.1", "arrayvec 0.7.2", diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index 31f065288..1d5fe8e02 100644 --- a/crates/fj-math/Cargo.toml +++ b/crates/fj-math/Cargo.toml @@ -16,5 +16,5 @@ decorum = "0.3.1" nalgebra = "0.31.4" num-traits = "0.2.15" parry2d-f64 = "0.12.0" -parry3d-f64 = "0.11.1" +parry3d-f64 = "0.12.0" robust-predicates = "0.1.4"