From f6d492b95f251be1b3140688867076666dc741ac Mon Sep 17 00:00:00 2001 From: Joe Birr-Pixton Date: Fri, 23 Aug 2024 15:13:23 +0100 Subject: [PATCH] Prepare 0.3.4 --- Cargo.lock | 2 +- rustls-platform-verifier/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1fd8611..f146773 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,7 +303,7 @@ checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" [[package]] name = "rustls-platform-verifier" -version = "0.3.3" +version = "0.3.4" dependencies = [ "android_logger", "base64", diff --git a/rustls-platform-verifier/Cargo.toml b/rustls-platform-verifier/Cargo.toml index eb7c128..7a071a6 100644 --- a/rustls-platform-verifier/Cargo.toml +++ b/rustls-platform-verifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-platform-verifier" -version = "0.3.3" +version = "0.3.4" authors = ["ComplexSpaces ", "1Password"] description = "rustls-platform-verifier supports verifying TLS certificates in rustls with the operating system verifier" keywords = ["tls", "certificate", "verification", "os", "native"]