From 0fb9cb84bf6cf30b6db1174e96bc9c4ab3407965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:27:29 +0000 Subject: [PATCH] build(deps): bump twox-hash from 1.6.3 to 2.1.2 Bumps [twox-hash](https://github.com/shepmaster/twox-hash) from 1.6.3 to 2.1.2. - [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md) - [Commits](https://github.com/shepmaster/twox-hash/compare/v1.6.3...v2.1.2) --- updated-dependencies: - dependency-name: twox-hash dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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