summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Huey <khuey@kylehuey.com>2024-09-27 02:18:22 -0700
committerGitHub <noreply@github.com>2024-09-27 11:18:22 +0200
commit53e3d4f403426455b862b0efb02eff513cd6779b (patch)
tree1088d0c95e42d722d0bb32516861b8a3bf035954
parentbd8b648282f4a912c839dc0f73f72c5b8d891d57 (diff)
Bump hyper-rustls version. (#699)
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cdae6aa..880fdaa 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"] }