Skip to content

Commit

Permalink
build(deps): update alloy-signer requirement from 0.1 to 0.3 (#42)
Browse files Browse the repository at this point in the history
Updates the requirements on [alloy-signer](https://github.com/alloy-rs/alloy) to permit the latest version.
- [Release notes](https://github.com/alloy-rs/alloy/releases)
- [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/alloy@v0.1.1...v0.3.1)

---
updated-dependencies:
- dependency-name: alloy-signer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2024
1 parent b59f1c3 commit 19f8264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] }
alloy-provider = "0.2"
alloy-transport = "0.2"

alloy-signer = { version = "0.1", default-features = false }
alloy-signer = { version = "0.3", default-features = false }
alloy-signer-local = { version = "0.2", default-features = false }

alloy-rlp = { version = "0.3", default-features = false }
Expand Down

0 comments on commit 19f8264

Please sign in to comment.