diff --git a/Cargo.toml b/Cargo.toml index cdae6aa4..880fdaae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ http = "1.0.0" http-body = "1.0.0" http-body-util = "0.1.0" hyper = "1.1.0" -hyper-rustls = { version = "0.26.0", optional = true } +hyper-rustls = { version = "0.27.0", optional = true } hyper-timeout = { version = "0.5.1", optional = true } hyper-tls = { version = "0.6.0", optional = true } hyper-util = { version = "0.1.3", features = ["http1"] }