Skip to content

Commit

Permalink
Upgrade to rustls-platform-verifier 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Dec 18, 2024
1 parent b82a869 commit 1b7d8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ hyper-util = { version = "0.1", default-features = false, features = ["client-le
log = { version = "0.4.4", optional = true }
pki-types = { package = "rustls-pki-types", version = "1" }
rustls-native-certs = { version = "0.8", optional = true }
rustls-platform-verifier = { version = "0.4", optional = true }
rustls-platform-verifier = { version = "0.5", optional = true }
rustls = { version = "0.23", default-features = false }
tokio = "1.0"
tokio-rustls = { version = "0.26", default-features = false }
Expand Down

0 comments on commit 1b7d8cf

Please sign in to comment.