Skip to content

Commit

Permalink
chore: bump ethabi and trezor signing
Browse files Browse the repository at this point in the history
this upgrades ethereum-types / primitive types
removes dependency on funty/bitvec - fixes #502
  • Loading branch information
gakonst committed Mar 1, 2022
1 parent 4fd9c78 commit a158e12
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 26 deletions.
52 changes: 27 additions & 25 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion ethers-signers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ yubihsm = { version = "0.40.0", features = ["secp256k1", "http", "usb"], optiona
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 = { 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"] }

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

0 comments on commit a158e12

Please sign in to comment.