diff --git a/Cargo.lock b/Cargo.lock index b643d5cd8..a61e74051 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1822,13 +1822,11 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "twox-hash" -version = "1.6.3" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" +checksum = "d09466de2fbca05ea830e16e62943f26607ab2148fb72b642505541711d99ad2" dependencies = [ - "cfg-if", "rand", - "static_assertions", ] [[package]] diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index bfbc30a04..13d2afbff 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -60,7 +60,7 @@ serde_json = "1.0.132" statrs = "0.17.1" streaming-stats = "0.2.3" thiserror = "1.0" -twox-hash = "1.6.0" +twox-hash = "2.0.0" typed-builder = "0.18.0" vec-collections = "0.4.3"