From e877081d73cb8a531c03f94ca33db89612c4b7b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 03:03:02 +0000 Subject: [PATCH] build(deps): bump rustls-pemfile from 2.0.0-alpha.2 to 2.0.0 Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 2.0.0-alpha.2 to 2.0.0. - [Release notes](https://github.com/rustls/pemfile/releases) - [Commits](https://github.com/rustls/pemfile/commits/v/2.0.0) --- updated-dependencies: - dependency-name: rustls-pemfile dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++++++++++------ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a00f2f52..758e49a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ checksum = "72d42991943cf48034955ba6d9a28f30e6b1e5fd73e46737ce52e8461bcc28e3" dependencies = [ "log", "ring", - "rustls-pki-types", + "rustls-pki-types 0.2.3", "rustls-webpki", "rustversion", "subtle", @@ -128,19 +128,19 @@ dependencies = [ "regex", "rustls", "rustls-pemfile", - "rustls-pki-types", + "rustls-pki-types 0.2.3", "rustls-webpki", "sct", ] [[package]] name = "rustls-pemfile" -version = "2.0.0-alpha.2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e9975e1f0807681e097d288d545dc40c98a4d3a6ef95a40b18d00e5e4daa9a4" +checksum = "35e4980fa29e4c4b212ffb3db068a564cbf560e51d3944b7c88bd8bf5bec64f4" dependencies = [ "base64", - "rustls-pki-types", + "rustls-pki-types 1.0.0", ] [[package]] @@ -149,6 +149,12 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0d3edd6cdcdf26eda538757038343986e666d0b8ba4b5ac1de663b78475550d" +[[package]] +name = "rustls-pki-types" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb0a1f9b9efec70d32e6d6aa3e58ebd88c3754ec98dfe9145c63cf54cc829b83" + [[package]] name = "rustls-webpki" version = "0.102.0-alpha.8" @@ -156,7 +162,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "139cdfd1d8b96f927fbe0a0c98785afe94b63e95a7ef815ebae9263d20e10a0d" dependencies = [ "ring", - "rustls-pki-types", + "rustls-pki-types 0.2.3", "untrusted", ] diff --git a/Cargo.toml b/Cargo.toml index 03ed6264..b7df290b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ pki-types = { package = "rustls-pki-types", version = "0.2.3", features = ["std" webpki = { package = "rustls-webpki", version = "=0.102.0-alpha.8", features = ["std"] } libc = "0.2" sct = "0.7" -rustls-pemfile = "=2.0.0-alpha.2" +rustls-pemfile = "=2.0.0" log = "0.4.17" [lib]