From b244be4b4fcfd70bf632c8a7b34fdac2fe81e3b6 Mon Sep 17 00:00:00 2001 From: holodorum Date: Mon, 5 Aug 2024 12:12:04 +0200 Subject: [PATCH] Update version to 0.102.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adolfo OchagavĂ­a --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cfdc13cc..d74ad7b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,7 +442,7 @@ checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" [[package]] name = "rustls-webpki" -version = "0.102.6" +version = "0.102.7" dependencies = [ "aws-lc-rs", "base64", diff --git a/Cargo.toml b/Cargo.toml index 652e368f..29890dff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ license = "ISC" name = "rustls-webpki" readme = "README.md" repository = "https://github.com/rustls/webpki" -version = "0.102.6" +version = "0.102.7" include = [ "Cargo.toml",