bump trezor client 0.0.6 (#1401)

This commit is contained in:
joshieDo 2022-06-22 19:10:25 +02:00 committed by GitHub
parent 40c304d939
commit 4d5deb4259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1806,9 +1806,9 @@ checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
[[package]]
name = "hidapi-rusb"
version = "1.3.0"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99e0b15c35f9c35cbadd0c388197364e8ff3feffd23b69cd45524a014932f5f1"
checksum = "ee9fc48be9eab25c28b413742b38b57b85c10b5efd2d47ef013f82335cbecc8e"
dependencies = [
"cc",
"libc",
@ -4043,9 +4043,9 @@ dependencies = [
[[package]]
name = "trezor-client"
version = "0.0.5"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "564f142443726ea9c84923a895a35a9d625ac86c33fd5d41330b048e95433c87"
checksum = "659ac74f0f26e4150ad6ffe155db8ee1727ea13a1b1b0ff0e7807e5befdb3aaf"
dependencies = [
"byteorder",
"hex",

View File

@ -28,7 +28,7 @@ yubihsm = { version = "0.40.0", features = ["secp256k1", "http", "usb"], optiona
futures-util = { version = "^0.3", optional = true }
futures-executor = { version = "^0.3", optional = true }
semver = { version = "1.0.10", optional = true }
trezor-client = { version = "0.0.5", optional = true, default-features = false, features = ["f_ethereum"] }
trezor-client = { version = "0.0.6", optional = true, default-features = false, features = ["f_ethereum"] }
# aws
rusoto_core = { version = "0.48.0", optional = true }