Skip to content

Commit

Permalink
build(deps): Update rustls-native-certs requirement from 0.6.3 to 0.7…
Browse files Browse the repository at this point in the history
….0 (#107)

Updates the requirements on [rustls-native-certs](https://github.com/rustls/rustls-native-certs) to permit the latest version.
- [Commits](rustls/rustls-native-certs@v/0.6.3...v/0.7.0)

---
updated-dependencies:
- dependency-name: rustls-native-certs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent 3789682 commit f8644ec
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 @@ -16,7 +16,7 @@ cert-manager = "0.0.11" # 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
hyper-rustls = "0.24.1"
rustls-native-certs = "0.6.3"
rustls-native-certs = "0.7.0"
hyper = { version = "0.14.27", features = ["full"], optional = true }
tokio-rustls = { version = "0.24.1", optional = true }

Expand Down

0 comments on commit f8644ec

Please sign in to comment.