Skip to content

Commit 3e85d77

Browse files
committed
Update hyper-rustls to 0.27.2
Signed-off-by: yubiuser <[email protected]>
1 parent 2ea7436 commit 3e85d77

2 files changed

Lines changed: 127 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 126 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ hyper = { version = "1.3", features = ["http1", "http2"] }
3030
hyper-util = { version = "0.1", features = ["client"] }
3131
http-body-util = "0.1.1"
3232
hyper-proxy2 = { version = "0.1", default-features = false, features = ["rustls"] }
33-
hyper-rustls = { version = "0.26", features = ["http2"] }
33+
hyper-rustls = { version = "0.27.2", features = ["http2"] }
3434
log = "0.4"
3535
nonzero_ext = "0.3"
3636
num-bigint = { version = "0.4", features = ["rand"] }

0 commit comments

Comments
 (0)