[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
+2 -2
View File
@@ -116,8 +116,8 @@ opentelemetry-otlp = "0.10"
prometheus = "0.13"
# used by the k2v-client crate only
aws-sigv4 = {version = "1.1", features = ["http0-compat"] }
hyper-rustls = { version = "0.24", features = ["http2"] }
aws-sigv4 = {version = "1.1" }
hyper-rustls = { version = "0.26", features = ["http2"] }
log = "0.4"
thiserror = "1.0"