chore(deps): bump rcgen from 0.11.2 to 0.11.3

Bumps [rcgen](https://github.com/est31/rcgen) from 0.11.2 to 0.11.3.
- [Changelog](https://github.com/rustls/rcgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/est31/rcgen/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-02 10:24:08 +00:00 committed by Matt Brubeck
parent 9bd905b2fe
commit 8db840f620
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -407,9 +407,9 @@ dependencies = [
[[package]]
name = "rcgen"
version = "0.11.2"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4426f9f4d65c83b570885bee479ba4c5e78d7a5286c8a58e3d2570462121b447"
checksum = "52c4f3084aa3bc7dfbba4eff4fab2a54db4324965d8872ab933565e6fbd83bc6"
dependencies = [
"pem",
"ring",

View file

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