Skip to content

Commit

Permalink
build(deps): Update rcgen requirement from 0.10.0 to 0.11.3
Browse files Browse the repository at this point in the history
Updates the requirements on [rcgen](https://github.com/est31/rcgen) to permit the latest version.
- [Changelog](https://github.com/rustls/rcgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/est31/rcgen/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and richardpringle committed Oct 18, 2023
1 parent 7d9e66c commit 7cdd3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ avalanche-types = { path = "../../crates/avalanche-types", features = ["message"
cert-manager = "0.0.10" # https://github.com/gyuho/cert-manager
log = "0.4.20"
rustls = { version = "0.21.5", features = ["logging", "dangerous_configuration"]} # https://github.com/rustls/rustls/tags
rcgen = "0.10.0"
hyper-rustls = "0.24.1"
rustls-native-certs = "0.6.3"
hyper = { version = "0.14.27", features = ["full"], optional = true }
Expand All @@ -27,6 +26,7 @@ pem = { version = "3.0.0", optional = true } # https://github.com/jcreekmore/pem
[dev-dependencies]
env_logger = "0.10.0"
random-manager = "0.0.5"
rcgen = "0.11.3"
tokio = { version = "1.32.0", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
Expand Down

0 comments on commit 7cdd3fc

Please sign in to comment.