From df3319c4ee381164dabf4ece3e39777404adb765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 19:58:59 +0000 Subject: [PATCH] Bump dyn-hash from 0.2.0 to 0.2.1 Bumps [dyn-hash](https://github.com/dtolnay/dyn-hash) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/dtolnay/dyn-hash/releases) - [Commits](https://github.com/dtolnay/dyn-hash/compare/0.2.0...0.2.1) --- updated-dependencies: - dependency-name: dyn-hash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2429f73..ee29d0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -266,9 +266,9 @@ checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" [[package]] name = "dyn-hash" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a650a461c6a8ff1ef205ed9a2ad56579309853fecefc2423f73dced342f92258" +checksum = "0f0c23f46b192893998c459e1603a90f3232ec91d56f379273fecf2ccb67ffff" [[package]] name = "encoding_rs"