Skip to content

Commit

Permalink
build(deps): update rustls-platform-verifier requirement
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 7ff681e commit fd754a3
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 fd754a3

Please sign in to comment.