Skip to content

Commit

Permalink
Update hyper-rustls package and enable backport/deprecated feature fo…
Browse files Browse the repository at this point in the history
…r hyper

Signed-off-by: Christian König <ckoenig@posteo.de>
  • Loading branch information
yubiuser committed Feb 24, 2024
1 parent d8e7f4f commit 2eb47e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion audio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bytes = "1"
ctr = "0.9"
futures-core = "0.3"
futures-util = "0.3"
hyper = { version = "0.14", features = ["client"] }
hyper = { version = "1.2.0", features = ["client"] }
log = "0.4"
parking_lot = { version = "0.12", features = ["deadlock_detection"] }
tempfile = "3"
Expand Down
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ governor = { version = "0.6", default-features = false, features = ["std", "jitt
hmac = "0.12"
httparse = "1.7"
http = "0.2"
hyper = { version = "0.14", features = ["client", "http1", "http2", "tcp"] }
hyper = { version = "0.14.0", features = ["client", "http1", "http2", "tcp", "backports", "deprecated"] }
hyper-proxy = { version = "0.9", default-features = false, features = ["rustls"] }
hyper-rustls = { version = "0.24", features = ["http2"] }
hyper-rustls = { version = "0.26", features = ["http2"] }
log = "0.4"
nonzero_ext = "0.3"
num-bigint = { version = "0.4", features = ["rand"] }
Expand Down
2 changes: 1 addition & 1 deletion discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ form_urlencoded = "1.0"
futures-core = "0.3"
futures-util = "0.3"
hmac = "0.12"
hyper = { version = "0.14", features = ["http1", "server", "tcp"] }
hyper = { version = "0.14", features = ["http1", "server", tcp", backports", "deprecated"] }
libmdns = "0.7"
log = "0.4"
rand = "0.8"
Expand Down

0 comments on commit 2eb47e9

Please sign in to comment.