Skip to content

Commit

Permalink
build(deps): bump alloy-json-abi from 0.7.7 to 0.8.9
Browse files Browse the repository at this point in the history
Bumps [alloy-json-abi](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-json-abi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent 0d45a6f commit 3e4afe3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 9 deletions.
38 changes: 30 additions & 8 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 @@ -20,7 +20,7 @@ structopt = "0.3.26"
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-json-abi = { version = "0.8.9", features = ["serde_json"] }
alloy-sol-types = { version = "0.7.2", features = ["json"] }
alloy-rpc-client = "0.4.2"
alloy-rpc-types = { version = "0.1" }
Expand Down

0 comments on commit 3e4afe3

Please sign in to comment.