Skip to content

Commit 292efc0

Browse files
chore(deps): bump alloy-signer from 0.8.3 to 0.15.11
Bumps [alloy-signer](https://github.com/alloy-rs/alloy) from 0.8.3 to 0.15.11. - [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.8.3...v0.15.11) --- updated-dependencies: - dependency-name: alloy-signer dependency-version: 0.15.11 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d3d57de commit 292efc0

File tree

3 files changed

+79
-38
lines changed

3 files changed

+79
-38
lines changed

Cargo.lock

Lines changed: 77 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/solver-account/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust-version.workspace = true
88
alloy-consensus = "0.8"
99
alloy-network = "0.8"
1010
alloy-primitives = "0.8"
11-
alloy-signer = "0.8"
11+
alloy-signer = "0.15"
1212
alloy-signer-local = "0.8"
1313
async-trait = "0.1"
1414
hex = "0.4"

crates/solver-delivery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ alloy-network = "0.8"
1010
alloy-primitives = "0.8"
1111
alloy-provider = "0.8"
1212
alloy-rpc-types = "0.8"
13-
alloy-signer = "0.8"
13+
alloy-signer = "0.15"
1414
alloy-signer-local = "0.8"
1515
alloy-sol-types = "0.8"
1616
alloy-transport = "0.8"

0 commit comments

Comments
 (0)