Skip to content

Commit

Permalink
chore(deps): bump ethers-contract from 2.0.11 to 2.0.13 (#1034)
Browse files Browse the repository at this point in the history
Bumps [ethers-contract](https://github.com/gakonst/ethers-rs) from 2.0.11 to 2.0.13.
- [Release notes](https://github.com/gakonst/ethers-rs/releases)
- [Changelog](https://github.com/gakonst/ethers-rs/blob/master/CHANGELOG.md)
- [Commits](gakonst/ethers-rs@ethers-contract-v2.0.11...ethers-contract-v2.0.13)

---
updated-dependencies:
- dependency-name: ethers-contract
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent cde3e30 commit 29284b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/revm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ethers-core = { version = "2.0", optional = true }
futures = { version = "0.3.30", optional = true }

[dev-dependencies]
ethers-contract = { version = "2.0.11", default-features = false }
ethers-contract = { version = "2.0.13", default-features = false }
anyhow = "1.0.79"
criterion = "0.5"
indicatif = "0.17"
Expand Down

0 comments on commit 29284b3

Please sign in to comment.