From d83281c36297dcf0aa36e9217fda185be186bf02 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 03:15:16 +0000 Subject: [PATCH] Update Rust crate rcgen to 0.13.1 --- 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 b874f5a705b..e618fff605c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6242,6 +6242,7 @@ dependencies = [ "reqwest", "ring 0.17.8", "rustix", + "rustls-pki-types", "schemars", "scopeguard", "semver 1.0.23", @@ -7918,12 +7919,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 32f11e456f2..bf28cd6906a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -479,7 +479,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.31.0" ref-cast = "1.0" regex = "1.10.6" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index d90e6ccb9ff..26d4bacf58a 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -88,6 +88,7 @@ regex-automata = { version = "0.4.6", default-features = false, features = ["dfa 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"] } +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"] } @@ -191,6 +192,7 @@ regex-automata = { version = "0.4.6", default-features = false, features = ["dfa 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"] } +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"] }