From 670729fd1721940bdfafb76040c90f3f0ca0d959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 21:47:13 +0000 Subject: [PATCH] build(deps): bump rustc-hash from 2.1.1 to 2.1.3 Bumps [rustc-hash](https://github.com/rust-lang/rustc-hash) from 2.1.1 to 2.1.3. - [Changelog](https://github.com/rust-lang/rustc-hash/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rustc-hash/compare/v2.1.1...v2.1.3) --- updated-dependencies: - dependency-name: rustc-hash dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e31f83c..07dd162 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1899,9 +1899,9 @@ dependencies = [ [[package]] name = "rustc-hash" -version = "2.1.1" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" +checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" [[package]] name = "rustc_version" diff --git a/Cargo.toml b/Cargo.toml index 92ab632..0e97c4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ aws-smithy-runtime = { version = "=1.10.0", default-features = false, optional = aws-smithy-xml = { version = "=0.60.13", default-features = false, optional = true } aws-types = { version = "=1.3.11", default-features = false, optional = true } http = { version = "=1.4.0", optional = true } -rustc-hash = { version = "=2.1.1", optional = true } +rustc-hash = { version = "=2.1.3", optional = true } [dev-dependencies] aws-config = "=1.8.13"