diff --git a/Cargo.lock b/Cargo.lock index f1fd38c7f2..d80b45ca4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1837,13 +1837,11 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "twox-hash" -version = "1.6.3" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" +checksum = "e7b17f197b3050ba473acf9181f7b1d3b66d1cf7356c6cc57886662276e65908" dependencies = [ - "cfg-if", "rand", - "static_assertions", ] [[package]] diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index e815084507..4ff6725c6f 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -60,7 +60,7 @@ serde_json = "1.0.133" statrs = "0.17.1" streaming-stats = "0.2.3" thiserror = "2.0" -twox-hash = "1.6.0" +twox-hash = "2.1.0" typed-builder = "0.18.0" vec-collections = "0.4.3"