diff --git a/Cargo.toml b/Cargo.toml index e71bec7..d1fdfbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ url = "2.5.0" futures = "0.3.30" http = { version = "0.2.12" } hyper = { version = "0.14.28", features = ["client", "server", "stream"] } -hyper-rustls = { version = "0.24.2", features = ["http2"] } +hyper-rustls = { version = "0.27.0", features = ["http2"] } tokio-util = { version = "0.7.11", features = ["compat"] } tokio = { version = "1.37", features = ["rt-multi-thread", "macros"] } tower = { version = "0.5.0", features = ["make", "util"] }