Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
chore(deps): update trezor-client requirement from =0.1.3 to =0.1.4
Browse files Browse the repository at this point in the history
Updates the requirements on [trezor-client](https://github.com/trezor/trezor-firmware) to permit the latest version.
- [Commits](trezor/trezor-firmware@rust/trezor-client/v0.1.3...rust/trezor-client/v0.1.4)

---
updated-dependencies:
- dependency-name: trezor-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 34ed9e3 commit 760489f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-signers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ coins-ledger = { version = "0.10.1", default-features = false, optional = true }
semver = { workspace = true, optional = true }

# trezor
trezor-client = { version = "=0.1.3", default-features = false, features = [
trezor-client = { version = "=0.1.4", default-features = false, features = [
"ethereum",
], optional = true }

Expand Down

0 comments on commit 760489f

Please sign in to comment.