Skip to content

Commit

Permalink
build(deps): update rustls-platform-verifier requirement (#370)
Browse files Browse the repository at this point in the history
Updates the requirements on [rustls-platform-verifier](https://github.com/rustls/rustls-platform-verifier) to permit the latest version.
- [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.4.0...v/0.5.0)

---
updated-dependencies:
- dependency-name: rustls-platform-verifier
  dependency-type: direct:production
...

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 Dec 24, 2024
1 parent 7ff681e commit 9dc5210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compio-quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ compio-runtime = { workspace = true, features = ["time"] }

quinn-proto = { version = "0.11.9", default-features = false }
rustls = { workspace = true }
rustls-platform-verifier = { version = "0.4.0", optional = true }
rustls-platform-verifier = { version = "0.5.0", optional = true }
rustls-native-certs = { workspace = true, optional = true }
webpki-roots = { version = "0.26.3", optional = true }
h3 = { version = "0.0.6", optional = true }
Expand Down

0 comments on commit 9dc5210

Please sign in to comment.