diff --git a/Cargo.lock b/Cargo.lock index c037f8066..83456d576 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,7 +117,7 @@ dependencies = [ "aws-types", "bytes", "fastrand", - "http 0.2.12", + "http 1.1.0", "tracing", ] @@ -136,7 +136,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http 0.2.12", + "http 1.1.0", "tracing", ] @@ -155,7 +155,7 @@ dependencies = [ "aws-types", "bytes", "fastrand", - "http 0.2.12", + "http 1.1.0", "tracing", ] @@ -173,7 +173,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http 0.2.12", + "http 1.1.0", "tracing", ] @@ -192,7 +192,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http 0.2.12", + "http 1.1.0", "tracing", ] @@ -211,7 +211,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http 0.2.12", + "http 1.1.0", "tracing", ] @@ -2747,7 +2747,7 @@ dependencies = [ "aws-smithy-runtime-api", "aws-smithy-types", "aws-types", - "http 0.2.12", + "http 1.1.0", "tracing", ] diff --git a/crates/amzn-codewhisperer-client/Cargo.toml b/crates/amzn-codewhisperer-client/Cargo.toml index ed99e5794..d89135573 100644 --- a/crates/amzn-codewhisperer-client/Cargo.toml +++ b/crates/amzn-codewhisperer-client/Cargo.toml @@ -72,7 +72,7 @@ version = "1.4.0" version = "2.0.0" [dependencies.http] -version = "0.2.9" +version = "1.1.0" [dependencies.tracing] version = "0.1" diff --git a/crates/amzn-codewhisperer-streaming-client/Cargo.toml b/crates/amzn-codewhisperer-streaming-client/Cargo.toml index 1e6a719c7..4e9a4faa9 100644 --- a/crates/amzn-codewhisperer-streaming-client/Cargo.toml +++ b/crates/amzn-codewhisperer-streaming-client/Cargo.toml @@ -73,7 +73,7 @@ version = "1.3.3" version = "1.4.0" [dependencies.http] -version = "0.2.9" +version = "1.1.0" [dependencies.tracing] version = "0.1" diff --git a/crates/amzn-consolas-client/Cargo.toml b/crates/amzn-consolas-client/Cargo.toml index 62610c84c..140db019e 100644 --- a/crates/amzn-consolas-client/Cargo.toml +++ b/crates/amzn-consolas-client/Cargo.toml @@ -68,7 +68,7 @@ version = "1.4.0" version = "2.0.0" [dependencies.http] -version = "0.2.9" +version = "1.1.0" [dependencies.tracing] version = "0.1" diff --git a/crates/amzn-qdeveloper-client/Cargo.toml b/crates/amzn-qdeveloper-client/Cargo.toml index e6262c266..5187f9456 100644 --- a/crates/amzn-qdeveloper-client/Cargo.toml +++ b/crates/amzn-qdeveloper-client/Cargo.toml @@ -65,7 +65,7 @@ version = "1.3.3" version = "1.4.0" [dependencies.http] -version = "0.2.9" +version = "1.1.0" [dependencies.tracing] version = "0.1" diff --git a/crates/amzn-qdeveloper-streaming-client/Cargo.toml b/crates/amzn-qdeveloper-streaming-client/Cargo.toml index 1c5a1da31..f2d5241fd 100644 --- a/crates/amzn-qdeveloper-streaming-client/Cargo.toml +++ b/crates/amzn-qdeveloper-streaming-client/Cargo.toml @@ -69,7 +69,7 @@ version = "1.3.3" version = "1.4.0" [dependencies.http] -version = "0.2.9" +version = "1.1.0" [dependencies.tracing] version = "0.1" diff --git a/crates/amzn-toolkit-telemetry/Cargo.toml b/crates/amzn-toolkit-telemetry/Cargo.toml index c65a11baa..9c057a324 100644 --- a/crates/amzn-toolkit-telemetry/Cargo.toml +++ b/crates/amzn-toolkit-telemetry/Cargo.toml @@ -68,7 +68,7 @@ version = "1.1.3" version = "1.0.0" [dependencies.http] -version = "0.2.9" +version = "1.1.0" [dependencies.tracing] version = "0.1" diff --git a/crates/fig_aws_common/Cargo.toml b/crates/fig_aws_common/Cargo.toml index ff5aa0efd..9b528d8e0 100644 --- a/crates/fig_aws_common/Cargo.toml +++ b/crates/fig_aws_common/Cargo.toml @@ -12,7 +12,7 @@ aws-runtime = "1.2.2" aws-smithy-runtime-api = "1.6.1" aws-smithy-types = "1.1.10" aws-types = "1.3.0" -http = "0.2.12" +http = "1.1.0" tracing.workspace = true [dev-dependencies]