From 942abb7dedde78263065fff54f7e1554fcff3f0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:31:11 +0000 Subject: [PATCH] Bump twox-hash from 1.6.3 to 2.1.0 Bumps [twox-hash](https://github.com/shepmaster/twox-hash) from 1.6.3 to 2.1.0. - [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md) - [Commits](https://github.com/shepmaster/twox-hash/compare/v1.6.3...v2.1.0) --- updated-dependencies: - dependency-name: twox-hash dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++---- src/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1fd38c7f..d80b45ca4 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 e81508450..4ff6725c6 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"