diff --git a/Cargo.lock b/Cargo.lock index a6709b6bd..dc8d4b89e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2448,9 +2448,9 @@ dependencies = [ [[package]] name = "parry3d-f64" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76afcd47906fbc4a5d7e6914fec1577b582f59b579187c9a2a6b381f17c40995" +checksum = "e36afd258d7ec516d15854c80b933277258028378b4f059446ed304b3ba42267" dependencies = [ "approx 0.5.1", "arrayvec 0.7.2", diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index 3627df005..44e2e4815 100644 --- a/crates/fj-math/Cargo.toml +++ b/crates/fj-math/Cargo.toml @@ -16,4 +16,4 @@ decorum = "0.3.1" nalgebra = "0.31.1" num-traits = "0.2.15" parry2d-f64 = "0.9.0" -parry3d-f64 = "0.9.0" +parry3d-f64 = "0.10.0"