Skip to content

Commit

Permalink
Update rcgen requirement from 0.11 to 0.12
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 18, 2023
1 parent e89d91c commit 73c3b58
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 @@ tower-layer = "0.3"
anyhow = "1"
axum = { version = "0.6", default-features = false }
futures-util = { version = "0.3", default-features = false }
rcgen = { version = "0.11", default-features = false }
rcgen = { version = "0.12", default-features = false }
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls-manual-roots"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }

Expand Down

0 comments on commit 73c3b58

Please sign in to comment.