Skip to content

Commit d77ca66

Browse files
Update rustls-platform-verifier requirement from 0.3 to 0.4
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.3.0...v/0.4.0) --- updated-dependencies: - dependency-name: rustls-platform-verifier dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d5fe9a commit d77ca66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ hyper-util = { version = "0.1", default-features = false, features = ["client-le
2929
log = { version = "0.4.4", optional = true }
3030
pki-types = { package = "rustls-pki-types", version = "1" }
3131
rustls-native-certs = { version = "0.8", optional = true }
32-
rustls-platform-verifier = { version = "0.3", optional = true }
32+
rustls-platform-verifier = { version = "0.4", optional = true }
3333
rustls = { version = "0.23", default-features = false }
3434
tokio = "1.0"
3535
tokio-rustls = { version = "0.26", default-features = false }

0 commit comments

Comments
 (0)