From cee96168c8b177dbd9eeadaceb45ebf85b1638e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 16:02:23 +0000 Subject: [PATCH] Bump aws-sigv4 from 0.52.0 to 0.52.1 in /lambda Bumps [aws-sigv4](https://github.com/awslabs/smithy-rs) from 0.52.0 to 0.52.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] --- lambda/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lambda/Cargo.lock b/lambda/Cargo.lock index 78f9118..93752ff 100644 --- a/lambda/Cargo.lock +++ b/lambda/Cargo.lock @@ -182,9 +182,9 @@ dependencies = [ [[package]] name = "aws-sigv4" -version = "0.52.0" +version = "0.52.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84c7f88d7395f5411c6eef5889b6cd577ce6b677af461356cbfc20176c26c160" +checksum = "cd1ee2d9e6e268a77bdf3a0dc2cc8767401627e60abaa32883aaa3d8b47428e9" dependencies = [ "aws-smithy-http", "form_urlencoded", -- 2.45.2