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"