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"