mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 01:39:28 +02:00
Update hyper-rustls to 0.27.2
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
parent
2ea7436e60
commit
3e85d77bfb
2 changed files with 127 additions and 24 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue