From 40e4b5d6428edcac2275b547edb70e028beb9f31 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Tue, 1 Aug 2023 15:32:21 -0400 Subject: [PATCH] Cargo: bump version 0.21.5 -> 0.21.6 --- rustls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustls/Cargo.toml b/rustls/Cargo.toml index 6b2ec13a40..ec723fae2f 100644 --- a/rustls/Cargo.toml +++ b/rustls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls" -version = "0.21.5" +version = "0.21.6" edition = "2021" rust-version = "1.60" license = "Apache-2.0 OR ISC OR MIT"