[dep-upgrade-202402] upgrade to http/hyper 1.x for tests

This commit is contained in:
Alex Auvolat
2024-02-05 19:57:35 +01:00
parent a22bd31920
commit 81ccd4586e
14 changed files with 314 additions and 54 deletions
+3 -1
View File
@@ -13,11 +13,13 @@ base64.workspace = true
sha2.workspace = true
hex.workspace = true
http.workspace = true
http-body-util.workspace = true
log.workspace = true
aws-sigv4.workspace = true
aws-sdk-config.workspace = true
percent-encoding.workspace = true
hyper = { workspace = true, default-features = false, features = ["client", "http1", "http2"] }
hyper = { workspace = true, default-features = false, features = ["http1", "http2"] }
hyper-util.workspace = true
hyper-rustls.workspace = true
serde.workspace = true
serde_json.workspace = true