diff --git a/Cargo.lock b/Cargo.lock index b643d5cd8..7e0c9d417 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1822,13 +1822,11 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "twox-hash" -version = "1.6.3" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" +checksum = "a6db6856664807f43c17fbaf2718e2381ac1476a449aa104f5f64622defa1245" dependencies = [ - "cfg-if", "rand", - "static_assertions", ] [[package]] diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index bfbc30a04..c6e7351c3 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.1" typed-builder = "0.18.0" vec-collections = "0.4.3"