Skip to content

Commit

Permalink
chore(deps): update rcgen requirement from 0.11 to 0.12 (#572)
Browse files Browse the repository at this point in the history
Updates the requirements on [rcgen](https://github.com/rustls/rcgen) to permit the latest version.
- [Changelog](https://github.com/rustls/rcgen/blob/v0.11.3/CHANGELOG.md)
- [Commits](rustls/rcgen@v0.11.0...v0.11.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 8d47784 commit 1d1940e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ proc-macro2 = "1"
quinn = { version = "0.10", default-features = false }
quote = "1"
rand = "0.8"
rcgen = "0.11"
rcgen = "0.12"
regex = "1"
ring = "0.17"
rust_decimal = "1"
Expand Down

0 comments on commit 1d1940e

Please sign in to comment.