Skip to content

Commit

Permalink
Chore(deps): bump rustls-native-certs (#96)
Browse files Browse the repository at this point in the history
Bumps the crates-io group with 1 update in the / directory: [rustls-native-certs](https://github.com/rustls/rustls-native-certs).


Updates `rustls-native-certs` from 0.7.3 to 0.8.0
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.7.3...v/0.8.0)

---
updated-dependencies:
- dependency-name: rustls-native-certs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 0e7a83e commit afdfe79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ rustls-mbedcrypto-provider = { path = "../rustls-mbedcrypto-provider", features
"tls12",
] }
rustls-mbedpki-provider = { path = "../rustls-mbedpki-provider" }
rustls-native-certs = "0.7.0"
rustls-native-certs = "0.8.0"
rustls-pemfile = "2"
rustls-pki-types = "1"

0 comments on commit afdfe79

Please sign in to comment.