From 852c8a9d8f01ab140eca645a3f8ef0dd2020abc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 00:27:31 +0000 Subject: [PATCH] Bump twox-hash from 1.6.3 to 2.0.1 Bumps [twox-hash](https://github.com/shepmaster/twox-hash) from 1.6.3 to 2.0.1. - [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md) - [Commits](https://github.com/shepmaster/twox-hash/compare/v1.6.3...v2.0.1) --- 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 8b0547eae2..07e63eabda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1833,13 +1833,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 60a6be5a14..d95125e06b 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"