diff --git a/Cargo.lock b/Cargo.lock index ee4f53cf6..13970d4a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,7 +132,7 @@ dependencies = [ "aws-types", "bytes", "fastrand", - "http 0.2.12", + "http 1.2.0", "tracing", ] @@ -151,7 +151,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http 0.2.12", + "http 1.2.0", "tracing", ] @@ -170,7 +170,7 @@ dependencies = [ "aws-types", "bytes", "fastrand", - "http 0.2.12", + "http 1.2.0", "tracing", ] @@ -189,7 +189,7 @@ dependencies = [ "aws-types", "bytes", "fastrand", - "http 0.2.12", + "http 1.2.0", "tracing", ] @@ -208,7 +208,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http 0.2.12", + "http 1.2.0", "tracing", ] @@ -227,7 +227,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http 0.2.12", + "http 1.2.0", "tracing", ] @@ -2749,7 +2749,7 @@ dependencies = [ "aws-smithy-runtime-api", "aws-smithy-types", "aws-types", - "http 0.2.12", + "http 1.2.0", "tracing", ] diff --git a/crates/amzn-codewhisperer-client/Cargo.toml b/crates/amzn-codewhisperer-client/Cargo.toml index b5d9f6b05..98bdfbaff 100644 --- a/crates/amzn-codewhisperer-client/Cargo.toml +++ b/crates/amzn-codewhisperer-client/Cargo.toml @@ -81,7 +81,7 @@ version = "1.4.0" version = "2.0.0" [dependencies.http] -version = "0.2.9" +version = "1.2.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 13902f439..c271b97cc 100644 --- a/crates/amzn-codewhisperer-streaming-client/Cargo.toml +++ b/crates/amzn-codewhisperer-streaming-client/Cargo.toml @@ -82,7 +82,7 @@ version = "1.3.3" version = "1.4.0" [dependencies.http] -version = "0.2.9" +version = "1.2.0" [dependencies.tracing] version = "0.1" diff --git a/crates/amzn-consolas-client/Cargo.toml b/crates/amzn-consolas-client/Cargo.toml index ee79c0ff6..f7501c135 100644 --- a/crates/amzn-consolas-client/Cargo.toml +++ b/crates/amzn-consolas-client/Cargo.toml @@ -77,7 +77,7 @@ version = "1.4.0" version = "2.0.0" [dependencies.http] -version = "0.2.9" +version = "1.2.0" [dependencies.tracing] version = "0.1" diff --git a/crates/amzn-qdeveloper-client/Cargo.toml b/crates/amzn-qdeveloper-client/Cargo.toml index 7cf901fd6..b0f3aa868 100644 --- a/crates/amzn-qdeveloper-client/Cargo.toml +++ b/crates/amzn-qdeveloper-client/Cargo.toml @@ -71,7 +71,7 @@ version = "1.4.0" version = "2.0.0" [dependencies.http] -version = "0.2.9" +version = "1.2.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 71b44ee50..82fc877ce 100644 --- a/crates/amzn-qdeveloper-streaming-client/Cargo.toml +++ b/crates/amzn-qdeveloper-streaming-client/Cargo.toml @@ -78,7 +78,7 @@ version = "1.3.3" version = "1.4.0" [dependencies.http] -version = "0.2.9" +version = "1.2.0" [dependencies.tracing] version = "0.1" diff --git a/crates/amzn-toolkit-telemetry/Cargo.toml b/crates/amzn-toolkit-telemetry/Cargo.toml index 5a41de1b2..47bb4c54e 100644 --- a/crates/amzn-toolkit-telemetry/Cargo.toml +++ b/crates/amzn-toolkit-telemetry/Cargo.toml @@ -67,7 +67,7 @@ version = "1.1.3" version = "1.0.0" [dependencies.http] -version = "0.2.9" +version = "1.2.0" [dependencies.tracing] version = "0.1" diff --git a/crates/fig_aws_common/Cargo.toml b/crates/fig_aws_common/Cargo.toml index dad562138..8aae78071 100644 --- a/crates/fig_aws_common/Cargo.toml +++ b/crates/fig_aws_common/Cargo.toml @@ -12,7 +12,7 @@ aws-runtime = "1.4.4" aws-smithy-runtime-api = "1.6.1" aws-smithy-types = "1.2.10" aws-types = "1.3.0" -http = "0.2.12" +http = "1.2.0" tracing.workspace = true [dev-dependencies] diff --git a/crates/fig_desktop/Cargo.toml b/crates/fig_desktop/Cargo.toml index 4fbd09348..1b5c2628f 100644 --- a/crates/fig_desktop/Cargo.toml +++ b/crates/fig_desktop/Cargo.toml @@ -59,7 +59,7 @@ fig_util.workspace = true flume = "0.11.0" fnv = "1.0.7" futures = "0.3.30" -http = "1.1.0" +http = "1.2.0" image = "0.25.0" infer = "0.16.0" keyboard-types = "0.7.0"