1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

Merge pull request #1318 from yubiuser/hyper

Update hyper-rustls to 0.27 and adjust CI workflow
This commit is contained in:
Roderick van Domburg 2024-09-05 22:12:21 +02:00 committed by GitHub
commit e9234d3d15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 145 additions and 28 deletions

View file

@ -30,7 +30,7 @@ hyper = { version = "1.3", features = ["http1", "http2"] }
hyper-util = { version = "0.1", features = ["client"] }
http-body-util = "0.1.1"
hyper-proxy2 = { version = "0.1", default-features = false, features = ["rustls"] }
hyper-rustls = { version = "0.26", features = ["http2"] }
hyper-rustls = { version = "0.27.2", features = ["http2"] }
log = "0.4"
nonzero_ext = "0.3"
num-bigint = { version = "0.4", features = ["rand"] }