From 41af88fb102d28559d9a126db062e797e922600f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 20:55:48 +0000 Subject: [PATCH] build(deps): bump aws-sigv4 from 0.52.0 to 0.52.1 in /chatbot (#71) --- chatbot/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chatbot/Cargo.lock b/chatbot/Cargo.lock index 5cc550f..40e95ef 100644 --- a/chatbot/Cargo.lock +++ b/chatbot/Cargo.lock @@ -202,9 +202,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",