From 89a1ef270c7c95f0772f5d87f2eb184d0edc85c1 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 03:08:28 +0000 Subject: [PATCH] Update Rust crate rcgen to 0.14.3 --- Cargo.lock | 6 ++++-- Cargo.toml | 2 +- workspace-hack/Cargo.toml | 2 ++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c6883e8aa..58526f9c06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8599,6 +8599,7 @@ dependencies = [ "rustix 0.38.37", "rustix 1.0.7", "rustls 0.23.19", + "rustls-pki-types", "rustls-webpki 0.102.8", "schemars", "scopeguard", @@ -10866,12 +10867,13 @@ dependencies = [ [[package]] name = "rcgen" -version = "0.12.1" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48406db8ac1f3cbc7dcdb56ec355343817958a356ff430259bb07baf7607e1e1" +checksum = "0068c5b3cab1d4e271e0bb6539c87563c43411cad90b057b15c79958fbeb41f7" dependencies = [ "pem", "ring", + "rustls-pki-types", "time", "yasna", ] diff --git a/Cargo.toml b/Cargo.toml index 0af37939fb..8464587f32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -654,7 +654,7 @@ rand_seeder = "0.4.0" range-requests = { path = "range-requests" } ratatui = "0.29.0" rayon = "1.10" -rcgen = "0.12.1" +rcgen = "0.14.3" reconfigurator-cli = { path = "dev-tools/reconfigurator-cli" } reedline = "0.40.0" ref-cast = "1.0" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 2d974fcc6c..95d13f3a33 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -111,6 +111,7 @@ reqwest = { version = "0.12.22", features = ["blocking", "cookies", "json", "rus rsa = { version = "0.9.6", features = ["serde", "sha2"] } rustc-hash = { version = "2.1.1" } rustls = { version = "0.23.19", features = ["ring"] } +rustls-pki-types = { version = "1.10.0", features = ["std"] } rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] } schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] } scopeguard = { version = "1.2.0" } @@ -248,6 +249,7 @@ reqwest = { version = "0.12.22", features = ["blocking", "cookies", "json", "rus rsa = { version = "0.9.6", features = ["serde", "sha2"] } rustc-hash = { version = "2.1.1" } rustls = { version = "0.23.19", features = ["ring"] } +rustls-pki-types = { version = "1.10.0", features = ["std"] } rustls-webpki = { version = "0.102.8", default-features = false, features = ["aws_lc_rs", "ring", "std"] } schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url", "uuid1"] } scopeguard = { version = "1.2.0" }