diff --git a/Cargo.toml b/Cargo.toml index 947d13695..5e5abe267 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,6 @@ euclid = "0.22.7" uuid = { version = "1.2.2", features = ["v4"]} futures = "0.3.25" anymap = "0.12.1" -fxhash = "0.2.1" tracing = "0.1" tracing-subscriber = "0.3.17" rustc-hash = "1.1.0" diff --git a/crates/freya/Cargo.toml b/crates/freya/Cargo.toml index e59fbb010..11187017e 100644 --- a/crates/freya/Cargo.toml +++ b/crates/freya/Cargo.toml @@ -49,5 +49,4 @@ tracing = { workspace = true, optional = true } tracing-subscriber = { workspace = true, optional = true } anymap = { workspace = true } -fxhash = { workspace = true } diff --git a/crates/state/Cargo.toml b/crates/state/Cargo.toml index bf539410a..d8a0fe6d2 100644 --- a/crates/state/Cargo.toml +++ b/crates/state/Cargo.toml @@ -35,7 +35,6 @@ accesskit = { workspace = true } shipyard = "0.6.2" anymap = { workspace = true } -fxhash = { workspace = true } uuid = { workspace = true } bytes = "1.3.0" smallvec = "1.10.0"