From 358afbf65aee3b018ae5ff07fafc2ddb2fa06dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 19:28:03 +0000 Subject: [PATCH] Bump dyn-hash from 0.2.0 to 0.2.2 Bumps [dyn-hash](https://github.com/dtolnay/dyn-hash) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/dtolnay/dyn-hash/releases) - [Commits](https://github.com/dtolnay/dyn-hash/compare/0.2.0...0.2.2) --- updated-dependencies: - dependency-name: dyn-hash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2429f73..c13a379 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -266,9 +266,9 @@ checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" [[package]] name = "dyn-hash" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a650a461c6a8ff1ef205ed9a2ad56579309853fecefc2423f73dced342f92258" +checksum = "15401da73a9ed8c80e3b2d4dc05fe10e7b72d7243b9f614e516a44fa99986e88" [[package]] name = "encoding_rs"