chore(deps): bump rcgen from 0.11.3 to 0.12.0

Bumps [rcgen](https://github.com/rustls/rcgen) from 0.11.3 to 0.12.0.
- [Commits](https://github.com/rustls/rcgen/compare/v0.11.3...v0.12.0)

---
updated-dependencies:
- dependency-name: rcgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-18 10:21:24 +00:00 committed by Matt Brubeck
parent ac725f3d8c
commit 99f551d388
2 changed files with 56 additions and 19 deletions

View file

@ -21,7 +21,7 @@ log = "0.4"
mime_guess = "2.0"
once_cell = "1.19"
percent-encoding = "2.3"
rcgen = { version = "0.11.3" }
rcgen = { version = "0.12.0" }
rustls = "0.21.7"
tokio-rustls = "0.24.1"
tokio = { version = "1.35", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }