Skip to content

Commit

Permalink
Remove rustls explicit dependency (comes from tokio-rustls)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Dec 7, 2023
1 parent 9f4b249 commit 45f2a76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ headers = { version = "0.4", optional = true }
# Temporarily use forked version released to crates.io
async-native-tls = { package = "web3-async-native-tls", version = "0.4", optional = true, default-features = false }
tokio-rustls = { version = "0.25", optional = true }
rustls = { version = "0.22", optional = true }
rustls-pki-types = { version = "1", optional = true }
webpki-roots = { version = "0.26", optional = true }
async-std = { version = "1.6", optional = true }
Expand Down

0 comments on commit 45f2a76

Please sign in to comment.