Skip to content

Commit

Permalink
build(deps): update alloy-signer-local requirement from 0.2 to 0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [alloy-signer-local](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.2.0...v0.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent b59f1c3 commit 357de15
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 @@ -47,7 +47,7 @@ alloy-provider = "0.2"
alloy-transport = "0.2"

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

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

Expand Down

0 comments on commit 357de15

Please sign in to comment.