Skip to content

Commit

Permalink
build(deps): Bump alloy-sol-types from 0.7.7 to 0.8.10
Browse files Browse the repository at this point in the history
Bumps [alloy-sol-types](https://github.com/alloy-rs/core) from 0.7.7 to 0.8.10.
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v0.7.7...v0.8.10)

---
updated-dependencies:
- dependency-name: alloy-sol-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent 65879eb commit 7bc777e
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 24 deletions.
175 changes: 152 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tracing-subscriber = { version = "0.3", features = ["parking_lot", "env-filter"]
eigensdk = { version = "0.1.0", features = ["full", "utils", "types"] }
alloy-primitives = "0.7.2"
alloy-provider = { version = "0.1", default-features = false, features = ["reqwest", "ws"] }
alloy-sol-types = "0.7.2"
alloy-sol-types = "0.8.10"
alloy-contract = "0.1"
lock_api = "0.4.12"
parking_lot = "0.12.3"
Expand Down

0 comments on commit 7bc777e

Please sign in to comment.