From 4047361818931dd28c033f1b40e9eeca63147e48 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 03:15:35 +0000 Subject: [PATCH] Update Rust crate rcgen to 0.13.1 --- Cargo.lock | 8 +++++--- Cargo.toml | 2 +- workspace-hack/Cargo.toml | 2 ++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 923693276a9..d12694d68d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4464,7 +4464,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -6665,6 +6665,7 @@ dependencies = [ "ring 0.17.8", "rsa", "rustix", + "rustls-pki-types", "schemars", "scopeguard", "semver 1.0.23", @@ -8416,12 +8417,13 @@ dependencies = [ [[package]] name = "rcgen" -version = "0.12.1" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48406db8ac1f3cbc7dcdb56ec355343817958a356ff430259bb07baf7607e1e1" +checksum = "54077e1872c46788540de1ea3d7f4ccb1983d12f9aa909b234468676c1a36779" dependencies = [ "pem", "ring 0.17.8", + "rustls-pki-types", "time", "yasna", ] diff --git a/Cargo.toml b/Cargo.toml index 3d1d19fa65b..604b84fe244 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -513,7 +513,7 @@ rand_distr = "0.4.3" rand_seeder = "0.3.0" ratatui = "0.28.0" rayon = "1.10" -rcgen = "0.12.1" +rcgen = "0.13.1" reedline = "0.33.0" ref-cast = "1.0" regex = "1.10.6" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index ab1f8b971ea..2b135b039c4 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -92,6 +92,7 @@ regex-syntax = { version = "0.8.4" } reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] } ring = { version = "0.17.8", features = ["std"] } rsa = { version = "0.9.6", features = ["serde", "sha2"] } +rustls-pki-types = { version = "1.7.0", features = ["std"] } schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] } scopeguard = { version = "1.2.0" } semver = { version = "1.0.23", features = ["serde"] } @@ -200,6 +201,7 @@ regex-syntax = { version = "0.8.4" } reqwest = { version = "0.11.27", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] } ring = { version = "0.17.8", features = ["std"] } rsa = { version = "0.9.6", features = ["serde", "sha2"] } +rustls-pki-types = { version = "1.7.0", features = ["std"] } schemars = { version = "0.8.21", features = ["bytes", "chrono", "uuid1"] } scopeguard = { version = "1.2.0" } semver = { version = "1.0.23", features = ["serde"] }