From 8dd2108a32c86608cffb0aaaf0da4ff5148faaca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:01:05 -0800 Subject: [PATCH] Bump rcgen from 0.13.1 to 0.13.2 (#1214) --- Cargo.lock | 4 ++-- dropshot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 112a58c3..bd24b4a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1461,9 +1461,9 @@ dependencies = [ [[package]] name = "rcgen" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54077e1872c46788540de1ea3d7f4ccb1983d12f9aa909b234468676c1a36779" +checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2" dependencies = [ "pem", "ring", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index 39c855c7..0a058384 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -105,7 +105,7 @@ tempfile = "3.14" trybuild = "1.0.101" # Used by the https examples and tests pem = "3.0" -rcgen = "0.13.1" +rcgen = "0.13.2" # Used in a doc-test demonstrating the WebsocketUpgrade extractor. tokio-tungstenite = "0.24.0"