diff --git a/Cargo.lock b/Cargo.lock index fc1ad1f78..1eb23a048 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2684,9 +2684,9 @@ dependencies = [ [[package]] name = "parry3d-f64" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd4f5c088da26e35aee827e6732a0c04553c8ef0a5999c17d0d6e9ea57c9bd0d" +checksum = "47af2b31fba872e27eb89b9979aa7e0821f251e0c489f182942b28a29193494f" dependencies = [ "approx 0.5.1", "arrayvec 0.7.2", diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index 5a5f066d6..2aa8beb58 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.12.0" +parry3d-f64 = "0.12.1" robust = "0.2.3"