Skip to content

Commit

Permalink
build(deps): update rcgen requirement from 0.11.3 to 0.12.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rcgen](https:/rustls/rcgen) to permit the latest version.
- [Commits](rustls/rcgen@v0.11.3...v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cpu committed Jan 3, 2024
1 parent 4a80225 commit 3368b8d
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 @@ -89,7 +89,7 @@ base64 = "0.21"
bencher = "0.1.5"
bzip2 = "0.4.4"
once_cell = "1.17.2"
rcgen = { version = "0.11.3", default-features = false }
rcgen = { version = "0.12.0" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

Expand Down

0 comments on commit 3368b8d

Please sign in to comment.