Update Rust crate rcgen to v0.14.7 (#17923)

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

<details>
<summary>rustls/rcgen (rcgen)</summary>

###
[`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<KeyPair> for PrivateKeyDer<'static>` by
[@&#8203;LebedevRI](https://redirect.github.com/LebedevRI) in
[#&#8203;403](https://redirect.github.com/rustls/rcgen/pull/403)
- update copyright year in LICENSE by
[@&#8203;jasmyhigh](https://redirect.github.com/jasmyhigh) in
[#&#8203;407](https://redirect.github.com/rustls/rcgen/pull/407)
- Add P521-SHA256 and P521-SHA384 signing algorithms by
[@&#8203;djc](https://redirect.github.com/djc) in
[#&#8203;408](https://redirect.github.com/rustls/rcgen/pull/408)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4yIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYnVpbGQ6c2tpcC1yZWxlYXNlIiwiaW50ZXJuYWwiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-02-11 23:01:43 +00:00
committed by GitHub
parent 89c8bc216a
commit c8703a1eaa
Generated
+2 -2
View File
@@ -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",