From 9deba7bd5b7c4fa31a9e54354652c8bb10c82578 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 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e616d14..ca4d83c 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" @@ -57,7 +57,3 @@ required-features = ["aws_lc_rs"] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] - -[patch.crates-io] -# TODO(XXX): Remove once https://github.com/rustls/rustls-platform-verifier/pull/70 is merged and 0.3 released. -rustls-platform-verifier = { git = "https://github.com/ralith/rustls-platform-verifier", branch = "update-rustls" }