Skip to content

Commit

Permalink
chore(deps): update coins-ledger requirement from 0.9.0 to 0.10.1 (#2725
Browse files Browse the repository at this point in the history
)

Updates the requirements on [coins-ledger](https://github.com/summa-tx/coins) to permit the latest version.
- [Commits](https://github.com/summa-tx/coins/compare/coins-ledger@0.9.0...coins-ledger@0.10.1)

---
updated-dependencies:
- dependency-name: coins-ledger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 12, 2024
1 parent 1354179 commit 8f009b4
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 @@ -52,7 +52,7 @@ eth-keystore = "0.5.0"
home = { workspace = true, optional = true }

# ledger
coins-ledger = { version = "0.9.0", default-features = false, optional = true }
coins-ledger = { version = "0.10.1", default-features = false, optional = true }
semver = { workspace = true, optional = true }

# trezor
Expand Down

0 comments on commit 8f009b4

Please sign in to comment.