Skip to content

Commit

Permalink
chore(deps): update rcgen requirement from 0.11.0 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.0...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 Dec 17, 2023
1 parent 15f8979 commit 110e101
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 @@ -30,7 +30,7 @@ hyper-tungstenite = "0.11.1"
moka = { version = "0.12.0", features = ["future"], optional = true }
openssl = { version = "0.10.39", optional = true }
rand = { version = "0.8.0", optional = true }
rcgen = { version = "0.11.0", features = ["x509-parser"], optional = true }
rcgen = { version = "0.12.0", features = ["x509-parser"], optional = true }
thiserror = "1.0.30"
time = { version = "0.3.7", optional = true }
tokio = { version = "1.24.2", features = ["rt"] }
Expand Down

0 comments on commit 110e101

Please sign in to comment.