Skip to content

Commit

Permalink
build(deps): bump alloy-sol-types from 0.7.7 to 0.8.9
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.9.
- [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.9)

---
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 28, 2024
1 parent 86764f0 commit a26d54e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 13 deletions.
51 changes: 39 additions & 12 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 @@ -21,7 +21,7 @@ tokio = { version = "1.41", default-features = false, features = ["full"] }
tracing-subscriber = { version = "0.3", features = ["parking_lot", "env-filter"] }
alloy-primitives = "0.7.2"
alloy-json-abi = { version = "0.7.2", features = ["serde_json"] }
alloy-sol-types = { version = "0.7.2", features = ["json"] }
alloy-sol-types = { version = "0.8.9", features = ["json"] }
alloy-rpc-client = "0.4.2"
alloy-rpc-types = { version = "0.1" }
alloy-rpc-types-eth = { version = "0.1" }
Expand Down

0 comments on commit a26d54e

Please sign in to comment.