update trezor-client to v0.0.5 release (#981)

This commit is contained in:
joshieDo 2022-03-02 12:06:08 +02:00 committed by GitHub
parent 94e2d1b122
commit 63ea3f1731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -28,8 +28,7 @@ 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 = { git = "https://github.com/gakonst/rust-trezor-api", branch = "chore/bump-eth-types", optional = true, default-features = false, features = ["f_ethereum"] }
trezor-client = { version = "0.0.5", optional = true, default-features = false, features = ["f_ethereum"] }
# aws
rusoto_core = { version = "0.47.0", optional = true }