From 5615bd71d7afb8d8bc8d0727384753f3e4aba8ce Mon Sep 17 00:00:00 2001 From: Audun Skaugen Date: Wed, 12 Apr 2023 14:11:22 +0200 Subject: [PATCH] Bump hyper-rustls --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 90967a2..5627a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,12 +37,12 @@ base64 = "0.13.0" futures = "0.3" http = "0.2" hyper = { version = "0.14", features = ["client", "server", "tcp", "http2"] } -hyper-rustls = { version = "0.23", optional = true, features = ["http2"] } +hyper-rustls = { version = "0.24", optional = true, features = ["http2"] } hyper-tls = { version = "0.5.0", optional = true } itertools = "0.10.0" log = "0.4" percent-encoding = "2" -rustls = { version = "0.20.4", optional = true } +rustls = { version = "0.21.0", optional = true } rustls-pemfile = { version = "1.0.1", optional = true } seahash = "4" serde = {version = "1.0", features = ["derive"]} @@ -57,7 +57,7 @@ httptest = "0.15" env_logger = "0.10" tempfile = "3.1" webbrowser = "0.8" -hyper-rustls = "0.23" +hyper-rustls = "0.24" [workspace] members = ["examples/test-installed/", "examples/test-svc-acct/", "examples/test-device/", "examples/test-adc"]