Skip to content

Commit

Permalink
chore: trim more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Mar 1, 2022
1 parent a158e12 commit 236acd3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 135 deletions.
145 changes: 13 additions & 132 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions ethers-core/Cargo.toml
Expand Up @@ -10,8 +10,9 @@ repository = "https://github.com/gakonst/ethers-rs"
keywords = ["ethereum", "web3", "celo", "ethers"]

[dependencies]
rlp = { version = "0.5.0", default-features = false }
ethabi = { git = "https://github.com/rust-ethereum/ethabi", branch = "master", default-features = false, features = ["full-serde", "rlp"] }
# rlp = { version = "0.5.0", default-features = false }
rlp = { git = "https://github.com/gakonst/parity-common", branch = "trim", default-features = false }
ethabi = { git = "https://github.com/gakonst/ethabi", branch = "more-trim", default-features = false, features = ["full-serde", "rlp"] }
arrayvec = { version = "0.7.2", default-features = false }
rlp-derive = { version = "0.1.0", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion ethers-signers/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ futures-util = "^0.3"
futures-executor = "^0.3"
semver = "1.0.6"
# trezor-client = { version = "0.0.4", optional = true, default-features = false, features = ["f_ethereum"] }
trezor-client = { git = "https://github.com/gakonst/rust-trezor-api", branch = "chore/bump-eth-types", optional = true, default-features = false, features = ["f_ethereum"] }
trezor-client = { git = "https://github.com/gakonst/rust-trezor-api", branch = "trim", optional = true, default-features = false, features = ["f_ethereum"] }

# aws
rusoto_core = { version = "0.47.0", optional = true }
Expand Down

0 comments on commit 236acd3

Please sign in to comment.