Skip to content

Commit

Permalink
Bump arbiter-core from 0.6.3 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps arbiter-core from 0.6.3 to 0.7.0.

---
updated-dependencies:
- dependency-name: arbiter-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent 0954cb0 commit 2a7a423
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 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 @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
arbiter-core = { version = "0.6.3", features = ["contracts"] }
arbiter-core = { version = "0.7.0", features = ["contracts"] }
tokio = { version = "1.33.0", features = ["full"] }
ethers = { version = "2.0.10" }
serde_json = { version = "1.0.107" }
Expand Down

0 comments on commit 2a7a423

Please sign in to comment.