Skip to content

Commit

Permalink
Update rcgen requirement from 0.11.1 to 0.12.0
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.1...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and djc committed Dec 18, 2023
1 parent 0df3d50 commit eacbc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpki-roots/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pki-types = { workspace = true }
[dev-dependencies]
hex = { workspace = true }
percent-encoding = "2.3"
rcgen = "0.11.1"
rcgen = "0.12.0"
ring = "0.17.0"
rustls = "0.22"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit eacbc6c

Please sign in to comment.