Skip to content

Commit 7220d10

Browse files
chore(deps): bump alloy-chains from 0.2.7 to 0.2.8 (#1240)
Bumps [alloy-chains](https://github.com/alloy-rs/chains) from 0.2.7 to 0.2.8. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/alloy-rs/chains/blob/main/CHANGELOG.md">alloy-chains's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/alloy-rs/chains/releases/tag/v0.2.8">0.2.8</a> - 2025-08-21</h2> <h3>Miscellaneous Tasks</h3> <ul> <li>Remove deprecated functions (<a href="https://redirect.github.com/alloy-rs/chains/issues/189">#189</a>)</li> <li>Tweak inline (<a href="https://redirect.github.com/alloy-rs/chains/issues/188">#188</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alloy-rs/chains/commit/902df356deedbc0a1212132a9abc35bbe71de8f7"><code>902df35</code></a> chore: release 0.2.8</li> <li><a href="https://github.com/alloy-rs/chains/commit/393b04aa4a480c31349c094b69da32d048fddca8"><code>393b04a</code></a> chore: remove deprecated functions (<a href="https://redirect.github.com/alloy-rs/chains/issues/189">#189</a>)</li> <li><a href="https://github.com/alloy-rs/chains/commit/9daa54f279f2f3219ac354bc0b786aa843428632"><code>9daa54f</code></a> chore: tweak inline (<a href="https://redirect.github.com/alloy-rs/chains/issues/188">#188</a>)</li> <li>See full diff in <a href="https://github.com/alloy-rs/chains/compare/v0.2.7...v0.2.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alloy-chains&package-manager=cargo&previous-version=0.2.7&new-version=0.2.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 883b88a commit 7220d10

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ alloy = { version = "1.0.24", features = [
4343
"signer-aws",
4444
"rand",
4545
], default-features = false }
46-
alloy-chains = "0.2.7"
46+
alloy-chains = "0.2.8"
4747
async-trait = "0.1"
4848
aws-config = "1.8"
4949
aws-sdk-kms = { version = "1", default-features = false }

tools/relay-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ alloy = { version = "1.0.24", features = [
2121
"signers",
2222
"transports",
2323
], default-features = false }
24-
alloy-chains = "0.2.7"
24+
alloy-chains = "0.2.8"
2525
clap = { version = "4.0", features = ["derive", "env"] }
2626
eyre = "0.6"
2727
jsonrpsee = { version = "0.26", features = ["client", "client-core", "http-client"] }

0 commit comments

Comments
 (0)