From 11c569b4ec95044239847cebc97443f7991f8118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 10:19:58 +0000 Subject: [PATCH] chore(deps): bump rcgen from 0.14.6 to 0.14.7 Bumps [rcgen](https://github.com/rustls/rcgen) from 0.14.6 to 0.14.7. - [Release notes](https://github.com/rustls/rcgen/releases) - [Commits](https://github.com/rustls/rcgen/compare/v0.14.6...v0.14.7) --- updated-dependencies: - dependency-name: rcgen dependency-version: 0.14.7 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 a63c8ac..95e1ba6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -686,9 +686,9 @@ dependencies = [ [[package]] name = "rcgen" -version = "0.14.6" +version = "0.14.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ec0a99f2de91c3cddc84b37e7db80e4d96b743e05607f647eb236fc0455907f" +checksum = "10b99e0098aa4082912d4c649628623db6aba77335e4f4569ff5083a6448b32e" dependencies = [ "ring", "rustls-pki-types", diff --git a/Cargo.toml b/Cargo.toml index c0fd88a..1070136 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.6", default-features = false, features = ["ring"] } +rcgen = { version = "0.14.7", default-features = false, features = ["ring"] } tokio-rustls = { version = "0.26.4", default-features = false, features = ["logging", "ring", "tls12"] } tokio = { version = "1.49", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] } url = "2.5.8"