Skip to content

Commit

Permalink
build(deps): bump rustls-platform-verifier from 0.3.4 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [rustls-platform-verifier](https://github.com/rustls/rustls-platform-verifier) from 0.3.4 to 0.4.0.
- [Release notes](https://github.com/rustls/rustls-platform-verifier/releases)
- [Changelog](https://github.com/rustls/rustls-platform-verifier/blob/main/CHANGELOG)
- [Commits](rustls/rustls-platform-verifier@v/0.3.4...v/0.4.0)

---
updated-dependencies:
- dependency-name: rustls-platform-verifier
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cpu committed Nov 4, 2024
1 parent 4c98260 commit 12c86c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pki-types = { package = "rustls-pki-types", version = "1.10", features = ["std"]
webpki = { package = "rustls-webpki", version = "0.102.0", default-features = false, features = ["std"] }
libc = "0.2"
log = "0.4.22"
rustls-platform-verifier = "0.3"
rustls-platform-verifier = "0.4"

[lib]
name = "rustls_ffi"
Expand Down

0 comments on commit 12c86c4

Please sign in to comment.