diff --git a/Cargo.lock b/Cargo.lock index 2b69bd0228762..117582555aa4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -931,11 +931,11 @@ dependencies = [ [[package]] name = "aws-sigv4" -version = "0.55.1" +version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ab4eebc8ec484fb9eab04b15a5d1e71f3dc13bee8fdd2d9ed78bcd6ecbd7192" +checksum = "9d2ce6f507be68e968a33485ced670111d1cbad161ddbbab1e313c03d37d8f4c" dependencies = [ - "aws-smithy-http 0.55.1", + "aws-smithy-http 0.55.3", "form_urlencoded", "hex", "hmac", @@ -1057,11 +1057,11 @@ dependencies = [ [[package]] name = "aws-smithy-http" -version = "0.55.1" +version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03bcc02d7ed9649d855c8ce4a735e9848d7b8f7568aad0504c158e3baa955df8" +checksum = "2b3b693869133551f135e1f2c77cb0b8277d9e3e17feaf2213f735857c4f0d28" dependencies = [ - "aws-smithy-types 0.55.1", + "aws-smithy-types 0.55.3", "bytes 1.4.0", "bytes-utils", "futures-core", @@ -1152,9 +1152,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "0.55.1" +version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd0afc731fd1417d791f9145a1e0c30e23ae0beaab9b4814017708ead2fc20f1" +checksum = "16a3d0bf4f324f4ef9793b86a1701d9700fbcdbd12a846da45eed104c634c6e8" dependencies = [ "base64-simd", "itoa", @@ -9208,7 +9208,7 @@ dependencies = [ "aws-sdk-kinesis", "aws-sdk-s3", "aws-sdk-sqs", - "aws-sigv4 0.55.1", + "aws-sigv4 0.55.3", "aws-smithy-async", "aws-smithy-client", "aws-smithy-http 0.51.0", diff --git a/Cargo.toml b/Cargo.toml index 30dea96e76dfa..8d71d32b0375a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -166,7 +166,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.1", default-features = false, features = ["sign-http"], optional = true } +aws-sigv4 = { version = "0.55.3", 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}