Skip to content

Commit 19f8264

Browse files
build(deps): update alloy-signer requirement from 0.1 to 0.3 (#42)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b59f1c3 commit 19f8264

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
@@ -46,7 +46,7 @@ tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] }
4646
alloy-provider = "0.2"
4747
alloy-transport = "0.2"
4848

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

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

0 commit comments

Comments
 (0)