From 621969b6a0fa8be1c978710b6dca463803d24e0b Mon Sep 17 00:00:00 2001 From: stormshield-gt <143998166+stormshield-gt@users.noreply.github.com.> Date: Thu, 29 Aug 2024 12:30:18 +0200 Subject: [PATCH] Cargo: version 0.3.4 -> 0.4.0 The `new_with_extra_roots` function for other plaform now take a `CertificateDer` instead of a `TrustAnchor` which is a breaking change --- 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 83d3e86..78eea86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -309,7 +309,7 @@ checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" [[package]] name = "rustls-platform-verifier" -version = "0.3.4" +version = "0.4.0" dependencies = [ "android_logger", "base64", diff --git a/rustls-platform-verifier/Cargo.toml b/rustls-platform-verifier/Cargo.toml index ff31e72..0c355e3 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.4" +version = "0.4.0" authors = ["ComplexSpaces ", "1Password"] description = "rustls-platform-verifier supports verifying TLS certificates in rustls with the operating system verifier" keywords = ["tls", "certificate", "verification", "os", "native"]