From a59558a7e28e81d2fbb84c0eb5530e9c535baa0a Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 9 Sep 2024 10:07:20 -0500 Subject: [PATCH] Update hyper-rustls minimum version Signed-off-by: David Cook --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0839613a..fe5ca98b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ http-body-util = "0.1.2" hyper = "1.2.0" hyper-util = "0.1.3" hyper-openssl = "0.10.2" -hyper-rustls = { version = "0.27.0", default-features = false } +hyper-rustls = { version = "0.27.1", default-features = false } hyper-socks2 = { version = "0.9.0", default-features = false } hyper-timeout = "0.5.1" json-patch = "2.0.0"