diff --git a/Cargo.lock b/Cargo.lock index ce9e6d92c79c3..50f9847b0a77c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1044,26 +1044,6 @@ dependencies = [ "tracing 0.1.37", ] -[[package]] -name = "aws-smithy-http" -version = "0.54.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "873f316f1833add0d3aa54ed1b0cd252ddd88c792a0cf839886400099971e844" -dependencies = [ - "aws-smithy-types 0.54.4", - "bytes 1.4.0", - "bytes-utils", - "futures-core", - "http", - "http-body", - "hyper", - "once_cell", - "percent-encoding", - "pin-project-lite", - "pin-utils", - "tracing 0.1.37", -] - [[package]] name = "aws-smithy-http" version = "0.55.3" @@ -1101,12 +1081,12 @@ dependencies = [ [[package]] name = "aws-smithy-http-tower" -version = "0.54.4" +version = "0.55.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f38231d3f5dac9ac7976f44e12803add1385119ffca9e5f050d8e980733d164" +checksum = "3ae4f6c5798a247fac98a867698197d9ac22643596dc3777f0c76b91917616b9" dependencies = [ - "aws-smithy-http 0.54.4", - "aws-smithy-types 0.54.4", + "aws-smithy-http 0.55.3", + "aws-smithy-types 0.55.3", "bytes 1.4.0", "http", "http-body", @@ -1146,19 +1126,6 @@ dependencies = [ "time", ] -[[package]] -name = "aws-smithy-types" -version = "0.54.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8161232eda10290f5136610a1eb9de56aceaccd70c963a26a260af20ac24794f" -dependencies = [ - "base64-simd", - "itoa", - "num-integer", - "ryu", - "time", -] - [[package]] name = "aws-smithy-types" version = "0.55.3" @@ -9123,7 +9090,7 @@ dependencies = [ "aws-smithy-async", "aws-smithy-client", "aws-smithy-http 0.51.0", - "aws-smithy-http-tower 0.54.4", + "aws-smithy-http-tower 0.55.3", "aws-smithy-types 0.51.0", "aws-types", "axum", diff --git a/Cargo.toml b/Cargo.toml index de6bdc4cb2552..1d64bdcc38cfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -171,7 +171,7 @@ aws-config = { version = "0.51.0", default-features = false, features = ["native 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} aws-smithy-http = { version = "0.51.0", default-features = false, features = ["event-stream"], optional = true } -aws-smithy-http-tower = { version = "0.54.4", default-features = false, optional = true } +aws-smithy-http-tower = { version = "0.55.3", default-features = false, optional = true } aws-smithy-types = { version = "0.51.0", default-features = false, optional = true } # Azure