From 756828faa668347b981dce284987b145dbf0ce4f Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Fri, 22 Mar 2024 09:45:40 -0400 Subject: [PATCH] Cargo: version 0.26.0 -> 0.27.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c707e53..6508406 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-rustls" -version = "0.26.0" +version = "0.27.0" edition = "2021" rust-version = "1.64" license = "Apache-2.0 OR ISC OR MIT"