Skip to content

Commit

Permalink
Update rcgen requirement from 0.12 to 0.13
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.
- [Commits](rustls/rcgen@v0.12.0...v0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent a37d92b commit 3a078e7
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.12"
rcgen = "0.13"
rustls = "0.21"
tokio = { version = "1", features = ["macros", "rt", "sync"] }

0 comments on commit 3a078e7

Please sign in to comment.