diff --git a/Cargo.lock b/Cargo.lock index 808cdd9..07a64c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5711,7 +5711,7 @@ dependencies = [ "serde_json", "tempfile", "thiserror 2.0.18", - "twox-hash 1.6.3", + "twox-hash 2.1.2", "ureq", "zstd", ] @@ -6782,7 +6782,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", - "rand 0.8.6", "static_assertions", ] @@ -6791,6 +6790,9 @@ name = "twox-hash" version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" +dependencies = [ + "rand 0.9.4", +] [[package]] name = "typed-builder" diff --git a/Cargo.toml b/Cargo.toml index 613b47b..d40ef4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ bincode = "1.3" thiserror = "2" byteorder = "1.5" # Hashing for sketches -twox-hash = "1.6" +twox-hash = "2.1" # Persistence (feedback recorder) rusqlite = { version = "0.39", features = ["bundled"] } # Logging / errors