Skip to content

Commit 1b7d8cf

Browse files
committed
Upgrade to rustls-platform-verifier 0.5
1 parent b82a869 commit 1b7d8cf

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.4", optional = true }
32+
rustls-platform-verifier = { version = "0.5", 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)