From cb05f463ed7d34e18fa580fd7249eddebcc39ec5 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Wed, 10 Apr 2024 12:09:05 -0400 Subject: [PATCH] Cargo: v0.27.0 -> v0.27.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b58b474..edd1306 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-rustls" -version = "0.27.0" +version = "0.27.1" edition = "2021" rust-version = "1.64" license = "Apache-2.0 OR ISC OR MIT"