Skip to content

Commit 99176c2

Browse files
committed
fix: failing dependencies
1 parent 30c8eda commit 99176c2

File tree

2 files changed

+51
-38
lines changed

2 files changed

+51
-38
lines changed

Cargo.lock

Lines changed: 49 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adapter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ serde = {version = "^1.0", features = ['derive']}
1414
serde_json = "1.0"
1515
serde-hex = "0.1.0"
1616
# Ethereum
17-
web3 = { git = "https://github.com/samparsky/rust-web3", features=['http', 'ipc', 'ws'] }
17+
web3 = { git = "https://github.com/samparsky/rust-web3" }
1818
eth_checksum = "0.1.1"
1919
ethabi = { git = "https://github.com/samparsky/ethabi", branch = "graph-patches" }
2020
tiny-keccak = "1.5"
21-
parity-crypto = { version = "0.4.2", features = ["publickey"], git = "https://github.com/paritytech/parity-common" }
21+
parity-crypto = { version = "0.4.2", features = ["publickey"] }
2222
ethstore = { version = "0.2.1", git = "https://github.com/paritytech/parity-ethereum"}
2323
ethkey = { version = "0.4.0", git = "https://github.com/paritytech/parity-ethereum"}
2424
sha2 = "0.8.0"

0 commit comments

Comments
 (0)