diff --git a/Cargo.lock b/Cargo.lock index f62399d32..e4b36b1ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2520,9 +2520,9 @@ dependencies = [ [[package]] name = "parry2d-f64" -version = "0.13.1" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a348af365f1ab93eb3cc08a766f10deae153a7255073778c5153098aea2400de" +checksum = "4a1bf555d44a3be6c6b6acdea1614af50b12987b4b9651c812d3219e8136c336" dependencies = [ "approx 0.5.1", "arrayvec", diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index a19f415b7..cfae5066a 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.1" num-traits = "0.2.15" -parry2d-f64 = "0.13.1" +parry2d-f64 = "0.13.3" parry3d-f64 = "0.13.3" robust = "0.2.3"