Skip to content

Commit 6d15edf

Browse files
authored
Use async-native-tls fork. (#495)
1 parent 7dfefdc commit 6d15edf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ bytes = { version = "1.0", optional = true }
3535
reqwest = { version = "0.11", optional = true, default-features = false }
3636
headers = { version = "0.3", optional = true }
3737
## WS
38-
async-native-tls = { git = "https://github.com/async-email/async-native-tls.git", rev = "b5b5562d6cea77f913d4cbe448058c031833bf17", optional = true, default-features = false }
38+
# async-native-tls = { git = "https://github.com/async-email/async-native-tls.git", rev = "b5b5562d6cea77f913d4cbe448058c031833bf17", optional = true, default-features = false }
39+
# Temporarily use forked version released to crates.io
40+
async-native-tls = { package = "web3-async-native-tls", version = "0.4", optional = true, default-features = false }
3941
async-std = { version = "1.6", optional = true }
4042
tokio = { version = "1.0", optional = true, features = ["full"] }
4143
tokio-stream = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)