Skip to content

Commit

Permalink
Update rustls-native-certs requirement from 0.6.0 to 0.7.0
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 a54623c commit d55331f
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 @@ -50,7 +50,7 @@ version = "0.21.6"

[dependencies.rustls-native-certs]
optional = true
version = "0.6.0"
version = "0.7.0"

[dependencies.webpki-roots]
optional = true
Expand Down

0 comments on commit d55331f

Please sign in to comment.