chore(deps): update rcgen requirement from 0.12.0 to 0.14.5

Updates the requirements on [rcgen](https://github.com/rustls/rcgen) to permit the latest version.
- [Release notes](https://github.com/rustls/rcgen/releases)
- [Commits](https://github.com/rustls/rcgen/compare/v0.12.0...v0.14.5)

---
updated-dependencies:
- dependency-name: rcgen
  dependency-version: 0.14.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-08 03:35:18 +00:00
committed by GitHub
parent abb5dbf735
commit fbdb14c3e4

View File

@@ -162,7 +162,7 @@ unic-langid = { version = "0.9.0", optional = true, features = ["macros"] }
intl-memoizer = { version = "0.5.1", optional = true }
ring = { version = "0.17.14", optional = true }
reqwest = { workspace = true, features = ["json"], optional = true }
rcgen = { version = "0.12.0", optional = true }
rcgen = { version = "0.14.5", optional = true }
x509-parser = { version = "0.18.0", optional = true }
tokio-metrics = { version = "0.4", optional = true }
rust-embed = { version = "8.0", optional = true }