Skip to content

Commit 8c510fd

Browse files
build(deps): update alloy-signer-local requirement from 0.2 to 0.3
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] <support@github.com>
1 parent 19f8264 commit 8c510fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ alloy-provider = "0.2"
4747
alloy-transport = "0.2"
4848

4949
alloy-signer = { version = "0.3", default-features = false }
50-
alloy-signer-local = { version = "0.2", default-features = false }
50+
alloy-signer-local = { version = "0.3", default-features = false }
5151

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

0 commit comments

Comments
 (0)