Skip to content

Commit

Permalink
Chore(deps): bump rustls-native-certs from 0.8.0 to 0.8.1
Browse files Browse the repository at this point in the history
Bumps [rustls-native-certs](https://github.com/rustls/rustls-native-certs) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.8.0...v/0.8.1)

---
updated-dependencies:
- dependency-name: rustls-native-certs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent be09784 commit ca7f6ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 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.8.0"
rustls-native-certs = "0.8.1"
rustls-pemfile = "2"
rustls-pki-types = "1"

0 comments on commit ca7f6ea

Please sign in to comment.