From 5561277985d3bc249ca5e0ec0f139a4b8f6555f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 11:54:12 +0000 Subject: [PATCH] chore(deps): bump rcgen from 0.14.2 to 0.14.3 Bumps [rcgen](https://github.com/rustls/rcgen) from 0.14.2 to 0.14.3. - [Release notes](https://github.com/rustls/rcgen/releases) - [Commits](https://github.com/rustls/rcgen/compare/v0.14.2...v0.14.3) --- updated-dependencies: - dependency-name: rcgen dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a65640..f840a6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -622,9 +622,9 @@ dependencies = [ [[package]] name = "rcgen" -version = "0.14.2" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49bc8ffa8a832eb1d7c8000337f8b0d2f4f2f5ec3cf4ddc26f125e3ad2451824" +checksum = "0068c5b3cab1d4e271e0bb6539c87563c43411cad90b057b15c79958fbeb41f7" dependencies = [ "ring", "rustls-pki-types", diff --git a/Cargo.toml b/Cargo.toml index f7bbb79..4fbd32a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ glob = "0.3" log = "0.4" mime_guess = "2.0" percent-encoding = "2.3" -rcgen = { version = "0.14.2", default-features = false, features = ["ring"] } +rcgen = { version = "0.14.3", default-features = false, features = ["ring"] } tokio-rustls = { version = "0.26.2", default-features = false, features = ["logging", "ring", "tls12"] } tokio = { version = "1.46", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] } url = "2.5.4"