Skip to content

Commit 782f768

Browse files
committed
Avoiding OpenSSL dependency
Signed-off-by: Thiago Romano <[email protected]>
1 parent bd23063 commit 782f768

File tree

2 files changed

+144
-10
lines changed

2 files changed

+144
-10
lines changed

vdr/Cargo.lock

+143-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vdr/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ serde = "1.0.188"
4242
serde_derive = "1.0.188"
4343
serde_json = "1.0.107"
4444
thiserror = "1.0.49"
45-
web3 = { version = "0.20.0", optional = true }
45+
web3 = { version = "0.20.0", optional = true, default-features = false, features = ["http-rustls-tls", "ws-rustls-tokio", "signing", "ipc-tokio"] }
4646
web-sys = { version = "0.3.64", optional = true, features = ["Window"] }
4747
web3-wasm = { package = "web3", version = "0.20.0", default-features = false, features = ["wasm", "http", "http-tls"], optional = true }
4848
jsonrpc-core = "18.0.0"

0 commit comments

Comments
 (0)