diff --git a/Cargo.lock b/Cargo.lock index 07f994422..6ad2f5253 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -901,7 +901,6 @@ dependencies = [ "anyhow", "fj-interop", "fj-math", - "iter_fixed", "itertools", "parking_lot", "pretty_assertions", @@ -1589,12 +1588,6 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "iter_fixed" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d1d13810ef04ff22d946a8445d1e0016c9e98dbb6deeeb2af061e753060737c" - [[package]] name = "itertools" version = "0.12.1" diff --git a/crates/fj-core/Cargo.toml b/crates/fj-core/Cargo.toml index c5b7f74e7..872ab9b0e 100644 --- a/crates/fj-core/Cargo.toml +++ b/crates/fj-core/Cargo.toml @@ -16,7 +16,6 @@ workspace = true [dependencies] fj-interop.workspace = true fj-math.workspace = true -iter_fixed = "0.3.1" itertools = "0.12.1" parking_lot = "0.12.0" robust = "1.1.0"