From fd170f6645ae74a3fddddf2503f97c52df812b8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 16:02:12 +0000 Subject: [PATCH] Bump aws-sigv4 from 0.54.1 to 0.54.2 in /services/comm-services-lib 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/comm-services-lib/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/comm-services-lib/Cargo.lock b/services/comm-services-lib/Cargo.lock index f2942d8198..d7cb7be4e7 100644 --- a/services/comm-services-lib/Cargo.lock +++ b/services/comm-services-lib/Cargo.lock @@ -193,9 +193,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",