From dbb3f251ce952bcbe47e996d72a00972b12e1095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 08:50:58 -0600 Subject: [PATCH] chore(deps): bump aws-sigv4 from 0.55.0 to 0.55.1 (#17138) Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a13dd699e68b..54dec951caa24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -903,11 +903,11 @@ dependencies = [ [[package]] name = "aws-sigv4" -version = "0.55.0" +version = "0.55.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19a4f5c05c8646d12b7bb3f18c04edc5ac5e8928ab80e1649e568190f2bc7b79" +checksum = "4ab4eebc8ec484fb9eab04b15a5d1e71f3dc13bee8fdd2d9ed78bcd6ecbd7192" dependencies = [ - "aws-smithy-http 0.55.0", + "aws-smithy-http 0.55.1", "form_urlencoded", "hex", "hmac", @@ -1029,11 +1029,11 @@ dependencies = [ [[package]] name = "aws-smithy-http" -version = "0.55.0" +version = "0.55.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d78510732b81040689dc146e3693bfbcf388ab88cbda667d3ef67f8869b0744a" +checksum = "03bcc02d7ed9649d855c8ce4a735e9848d7b8f7568aad0504c158e3baa955df8" dependencies = [ - "aws-smithy-types 0.55.0", + "aws-smithy-types 0.55.1", "bytes 1.4.0", "bytes-utils", "futures-core", @@ -1124,9 +1124,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "0.55.0" +version = "0.55.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "474d145c2e0f82892841d2502bd546ca0dbc1e4e242c3563d96e7061054c268f" +checksum = "cd0afc731fd1417d791f9145a1e0c30e23ae0beaab9b4814017708ead2fc20f1" dependencies = [ "base64-simd", "itoa", @@ -9185,7 +9185,7 @@ dependencies = [ "aws-sdk-kinesis", "aws-sdk-s3", "aws-sdk-sqs", - "aws-sigv4 0.55.0", + "aws-sigv4 0.55.1", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http 0.51.0", diff --git a/Cargo.toml b/Cargo.toml index 31319090a1ec7..a49f552ebaf48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -167,7 +167,7 @@ aws-sdk-elasticsearch = {version = "0.21.0", default-features = false, features aws-sdk-firehose = { version = "0.21.0", default-features = false, features = ["native-tls"], optional = true } aws-sdk-kinesis = { version = "0.21.0", default-features = false, features = ["native-tls"], optional = true } aws-types = { version = "0.51.0", default-features = false, features = ["hardcoded-credentials"], optional = true } -aws-sigv4 = { version = "0.55.0", default-features = false, features = ["sign-http"], optional = true } +aws-sigv4 = { version = "0.55.1", default-features = false, features = ["sign-http"], optional = true } aws-config = { version = "0.51.0", default-features = false, features = ["native-tls"], optional = true } aws-smithy-async = { version = "0.51.0", default-features = false, optional = true } aws-smithy-client = { version = "0.51.0", default-features = false, features = ["client-hyper"], optional = true}