diff --git a/Cargo.lock b/Cargo.lock index 4e0d35b4b..dbe105179 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,7 +100,7 @@ dependencies = [ "aws-types", "bytes", "fastrand", - "http 0.2.12", + "http 1.3.1", "tracing", ] @@ -119,7 +119,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http 0.2.12", + "http 1.3.1", "tracing", ] @@ -138,7 +138,7 @@ dependencies = [ "aws-types", "bytes", "fastrand", - "http 0.2.12", + "http 1.3.1", "tracing", ] @@ -157,7 +157,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http 0.2.12", + "http 1.3.1", "tracing", ] @@ -176,7 +176,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "http 0.2.12", + "http 1.3.1", "tracing", ] diff --git a/Cargo.toml b/Cargo.toml index 75b79f7fe..0193c75dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ futures = "0.3.26" glob = "0.3.2" globset = "0.4.16" hex = "0.4.3" -http = "1.2.0" +http = "1.3.1" indicatif = "0.17.11" indoc = "2.0.6" insta = "1.43.1" diff --git a/crates/amzn-codewhisperer-client/Cargo.toml b/crates/amzn-codewhisperer-client/Cargo.toml index 4f6a87731..19808de4c 100644 --- a/crates/amzn-codewhisperer-client/Cargo.toml +++ b/crates/amzn-codewhisperer-client/Cargo.toml @@ -97,7 +97,7 @@ version = "1.4.0" version = "2.0.0" [dependencies.http] -version = "0.2.9" +version = "1.3.1" [dependencies.tracing] version = "0.1" diff --git a/crates/amzn-codewhisperer-streaming-client/Cargo.toml b/crates/amzn-codewhisperer-streaming-client/Cargo.toml index b078e16ab..b81fd89f7 100644 --- a/crates/amzn-codewhisperer-streaming-client/Cargo.toml +++ b/crates/amzn-codewhisperer-streaming-client/Cargo.toml @@ -98,7 +98,7 @@ version = "1.3.5" version = "1.4.0" [dependencies.http] -version = "0.2.9" +version = "1.3.1" [dependencies.tracing] version = "0.1" diff --git a/crates/amzn-consolas-client/Cargo.toml b/crates/amzn-consolas-client/Cargo.toml index f504fd979..8832306db 100644 --- a/crates/amzn-consolas-client/Cargo.toml +++ b/crates/amzn-consolas-client/Cargo.toml @@ -96,7 +96,7 @@ version = "1.4.0" version = "2.0.0" [dependencies.http] -version = "0.2.9" +version = "1.3.1" [dependencies.tracing] version = "0.1" diff --git a/crates/amzn-qdeveloper-streaming-client/Cargo.toml b/crates/amzn-qdeveloper-streaming-client/Cargo.toml index 29e4d5e25..9dff5b874 100644 --- a/crates/amzn-qdeveloper-streaming-client/Cargo.toml +++ b/crates/amzn-qdeveloper-streaming-client/Cargo.toml @@ -97,7 +97,7 @@ version = "1.3.5" version = "1.4.0" [dependencies.http] -version = "0.2.9" +version = "1.3.1" [dependencies.tracing] version = "0.1" diff --git a/crates/amzn-toolkit-telemetry-client/Cargo.toml b/crates/amzn-toolkit-telemetry-client/Cargo.toml index 0e546aab7..b33bdbc44 100644 --- a/crates/amzn-toolkit-telemetry-client/Cargo.toml +++ b/crates/amzn-toolkit-telemetry-client/Cargo.toml @@ -61,7 +61,7 @@ version = "1.1.3" version = "1.0.0" [dependencies.http] -version = "0.2.9" +version = "1.3.1" [dependencies.tracing] version = "0.1" diff --git a/crates/chat-cli/Cargo.toml b/crates/chat-cli/Cargo.toml index 306426bdb..e1d40af2e 100644 --- a/crates/chat-cli/Cargo.toml +++ b/crates/chat-cli/Cargo.toml @@ -68,7 +68,7 @@ futures = "0.3.26" glob = "0.3.2" globset = "0.4.16" hex = "0.4.3" -http = "1.2.0" +http = "1.3.1" http-body-util = "0.1.3" hyper = { version = "1.6.0", features = ["server"] } hyper-util = { version = "0.1.11", features = ["tokio"] }