Skip to content

Commit

Permalink
Update rustls-native-certs requirement from 0.6 to 0.7
Browse files Browse the repository at this point in the history
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.0...v/0.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 2f9511c commit b774f5d
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 @@ -45,7 +45,7 @@ rustls-webpki = { version = "0.101.4", default-features = false, features = [
"std",
] }
webpki-roots = "0.25.2"
rustls-native-certs = "0.6"
rustls-native-certs = "0.7"
x509-parser = "0.15.0"
zeroize = { version = "1", features = ["zeroize_derive"] }
socket2 = "0.5.3"
Expand Down

0 comments on commit b774f5d

Please sign in to comment.