From 73f82a65ce38fd4369ba2b3b78c45e3c87be251a Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Tue, 26 Mar 2024 15:48:57 -0400 Subject: [PATCH] Cargo: version 1.4.0 -> 1.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4955cde..71e4b50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-pki-types" -version = "1.4.0" +version = "1.4.1" edition = "2021" rust-version = "1.60" license = "MIT OR Apache-2.0"