From 528afd03e45f91bad5f3c0aefa030048e0772e36 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 03:11:52 +0000 Subject: [PATCH] Update Rust crate rcgen to 0.13.1 --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 093061216ab..b2999af175c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7545,12 +7545,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 1291f18726a..8083af15add 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -413,7 +413,7 @@ rand_distr = "0.4.3" rand_seeder = "0.2.3" ratatui = "0.26.2" rayon = "1.10" -rcgen = "0.12.1" +rcgen = "0.13.1" reedline = "0.31.0" ref-cast = "1.0" regex = "1.10.4"