diff --git a/Cargo.lock b/Cargo.lock index e918f1967..8da584156 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2552,9 +2552,9 @@ dependencies = [ [[package]] name = "parry2d-f64" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a1bf555d44a3be6c6b6acdea1614af50b12987b4b9651c812d3219e8136c336" +checksum = "2f612055f319eb83e67841fdf00248eee26045a1759b5d94fa9c6ecce7c1e78d" dependencies = [ "approx 0.5.1", "arrayvec", diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index 890dd1001..ba7af8626 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.32.2" num-traits = "0.2.15" -parry2d-f64 = "0.13.3" +parry2d-f64 = "0.13.4" parry3d-f64 = "0.13.3" robust = "1.0.0"