Skip to content

Commit

Permalink
Update rcgen requirement from 0.11.0 to 0.12.1
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.11.0...v0.12.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 2f9511c commit b4b8a55
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 @@ -27,7 +27,7 @@ futures-util = "0.3"
parking_lot = { version = "0.12", features = ["send_guard"] }
pin-project = "1"
quinn = "0.10.1"
rcgen = { version = "0.11.0", default-features = false, optional = true }
rcgen = { version = "0.12.1", default-features = false, optional = true }
rustls = { version = "0.21.1", default-features = false, features = [
"dangerous_configuration",
] }
Expand Down

0 comments on commit b4b8a55

Please sign in to comment.