Skip to content

Commit

Permalink
Update rcgen requirement from 0.10 to 0.11
Browse files Browse the repository at this point in the history
Updates the requirements on [rcgen](https://github.com/est31/rcgen) to permit the latest version.
- [Changelog](https://github.com/est31/rcgen/blob/master/CHANGELOG.md)
- [Commits](rustls/rcgen@v0.10.0...v0.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 16, 2023
1 parent 09597d8 commit 3ce89dc
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 @@ -24,6 +24,6 @@ tokio = "1"
[dev-dependencies]
futures = "0.3"
lazy_static = "1"
rcgen = "0.10"
rcgen = "0.11"
rustls = "0.21"
tokio = { version = "1", features = ["macros", "rt", "sync"] }

0 comments on commit 3ce89dc

Please sign in to comment.