Skip to content

Commit dae64c7

Browse files
committed
Bump http dep version in aws-smithy-http-client
1 parent 80fbf85 commit dae64c7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

aws/rust-runtime/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust-runtime/aws-smithy-http-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ tracing = "0.1.40"
8484
# hyper 1.x stack
8585
hyper = { version = "1.6.0", features = ["client", "http1", "http2"], optional = true }
8686
hyper-util = { version = "0.1.16", features = ["http1", "http2"], optional = true }
87-
http-1x = { package = "http", version = "1" , optional = true }
87+
http-1x = { package = "http", version = "1.3.1" , optional = true }
8888
http-body-1x = { package = "http-body", version = "1", optional = true}
8989
hyper-rustls = { version = "0.27", features = ["http2", "http1", "native-tokio", "tls12"], default-features = false, optional = true }
9090
rustls = { version = "0.23.31", default-features = false, optional = true }

0 commit comments

Comments
 (0)