From c8703a1eaab71e63fa14629c955de1aff3da7197 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 23:01:43 +0000 Subject: [PATCH] Update Rust crate rcgen to v0.14.7 (#17923) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rcgen](https://redirect.github.com/rustls/rcgen) | workspace.dependencies | patch | `0.14.6` → `0.14.7` | --- ### Release Notes
rustls/rcgen (rcgen) ### [`v0.14.7`](https://redirect.github.com/rustls/rcgen/releases/tag/v0.14.7): 0.14.7 [Compare Source](https://redirect.github.com/rustls/rcgen/compare/v0.14.6...v0.14.7) ##### What's Changed - Implement `From for PrivateKeyDer<'static>` by [@​LebedevRI](https://redirect.github.com/LebedevRI) in [#​403](https://redirect.github.com/rustls/rcgen/pull/403) - update copyright year in LICENSE by [@​jasmyhigh](https://redirect.github.com/jasmyhigh) in [#​407](https://redirect.github.com/rustls/rcgen/pull/407) - Add P521-SHA256 and P521-SHA384 signing algorithms by [@​djc](https://redirect.github.com/djc) in [#​408](https://redirect.github.com/rustls/rcgen/pull/408)
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/uv). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 203fbb5f9..6d7c0a129 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3629,9 +3629,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 = [ "pem", "ring",