Skip to content

Commit

Permalink
chore(deps): update rcgen requirement from 0.12.0 to 0.13.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.12.0...v0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 28, 2024
1 parent 4203d5f commit c0d56dd
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 @@ -31,7 +31,7 @@ hyper-util = { version="0.1.3", features = ["client-legacy", "server", "http1"]
moka = { version = "0.12.0", features = ["future"], optional = true }
openssl = { version = "0.10.46", optional = true }
rand = { version = "0.8.0", optional = true }
rcgen = { version = "0.12.0", features = ["x509-parser"], optional = true }
rcgen = { version = "0.13.0", features = ["x509-parser"], optional = true }
thiserror = "1.0.30"
time = { version = "0.3.20", optional = true }
tokio = { version = "1.24.2", features = ["macros", "rt"] }
Expand Down

0 comments on commit c0d56dd

Please sign in to comment.