From 2d04865f534588ff94c229a281bfc9f808324109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:33:52 +0000 Subject: [PATCH] Bump dyn-hash from 0.2.2 to 1.0.0 Bumps [dyn-hash](https://github.com/dtolnay/dyn-hash) from 0.2.2 to 1.0.0. - [Release notes](https://github.com/dtolnay/dyn-hash/releases) - [Commits](https://github.com/dtolnay/dyn-hash/compare/0.2.2...1.0.0) --- updated-dependencies: - dependency-name: dyn-hash dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 200d456..33f9796 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,9 +136,9 @@ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" [[package]] name = "dyn-hash" -version = "0.2.2" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15401da73a9ed8c80e3b2d4dc05fe10e7b72d7243b9f614e516a44fa99986e88" +checksum = "5fdab65db9274e0168143841eb8f864a0a21f8b1b8d2ba6812bbe6024346e99e" [[package]] name = "encoding_rs" diff --git a/Cargo.toml b/Cargo.toml index d7c9a9b..81b9583 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ async-recursion = { version = "^1.0", default-features = false } async-trait = { version = "^0.1", default-features = false } bytemuck = { version = "^1.24", default-features = false, features = ["extern_crate_alloc"] } dyn-clone = { version = "^1.0", default-features = false } -dyn-hash = { version = "^0.2", default-features = false } +dyn-hash = { version = "^1.0", default-features = false } hashbrown = { version = "^0.17", features = ["default-hasher"], default-features = false } nom = { version = "^7.1", default-features = false, features = ["alloc"] } parking_lot = { version = "^0.12", default-features = false }