From 85a8ea67b0783478dce1f0d6da9efc6ce2402f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 05:41:04 +0000 Subject: [PATCH] Bump aws-sigv4 from 0.8.0 to 0.8.1 Bumps [aws-sigv4](https://github.com/awslabs/smithy-rs) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/awslabs/smithy-rs/releases) - [Changelog](https://github.com/awslabs/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/smithy-rs/commits) --- updated-dependencies: - dependency-name: aws-sigv4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df2591fd..86f0184f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -513,7 +513,7 @@ dependencies = [ "aws-endpoint 0.8.0", "aws-http 0.8.0", "aws-sig-auth 0.8.0", - "aws-sigv4 0.8.0", + "aws-sigv4 0.8.1", "aws-smithy-async 0.38.0", "aws-smithy-client 0.38.0", "aws-smithy-eventstream", @@ -579,7 +579,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3fa501148ae6b5e0de5eeb8c4cf87fa3403d9a00077e543ad64011da781f73a6" dependencies = [ - "aws-sigv4 0.8.0", + "aws-sigv4 0.8.1", "aws-smithy-eventstream", "aws-smithy-http 0.38.0", "aws-types 0.8.0", @@ -603,9 +603,9 @@ dependencies = [ [[package]] name = "aws-sigv4" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d371fb688d909e5b866ff1f297bbec4621eed4f9fcdac566fcc33541f0c6a6" +checksum = "df08171e40dff9951df758f6648009800d26f4b62077edd2b567dd678416fd80" dependencies = [ "aws-smithy-eventstream", "aws-smithy-http 0.38.0",