From 92f8d092e2716d347469bad3e3e6ba8b5baf8ddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 16:01:58 +0000 Subject: [PATCH] Bump aws-sigv4 from 0.54.1 to 0.54.2 in /services/identity Bumps [aws-sigv4](https://github.com/awslabs/smithy-rs) from 0.54.1 to 0.54.2. - [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] --- services/identity/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/identity/Cargo.lock b/services/identity/Cargo.lock index db69c94081..234ca3ca8b 100644 --- a/services/identity/Cargo.lock +++ b/services/identity/Cargo.lock @@ -261,9 +261,9 @@ dependencies = [ [[package]] name = "aws-sigv4" -version = "0.54.1" +version = "0.54.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdaf11005b7444e6cd66f600d09861a3aeb6eb89a0f003c7c9820dbab2d15297" +checksum = "86529e7b64d902efea8fff52c1b2529368d04f90305cf632729e3713f6b57dc0" dependencies = [ "aws-smithy-http", "form_urlencoded",