Skip to content

Commit

Permalink
build(deps): update arbiter-engine requirement from 0.3.1 to 0.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [arbiter-engine](https://github.com/primitivefinance/arbiter) to permit the latest version.
- [Release notes](https://github.com/primitivefinance/arbiter/releases)
- [Changelog](https://github.com/primitivefinance/arbiter/blob/main/CHANGELOG.md)
- [Commits](anthias-labs/arbiter@arbiter-engine-v0.3.1...arbiter-engine-v0.3.2)

---
updated-dependencies:
- dependency-name: arbiter-engine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 636c374 commit 4db8fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
arbiter-bindings = "0.1.6"
arbiter-core = "0.10.3"
arbiter-macros = "0.1.3"
arbiter-engine = "0.3.1"
arbiter-engine = "0.4.0"
tokio = { version = "1.36.0", features = ["full"] }
ethers = "2.0.10"
serde = { version = "1.0.189", features = ["derive"] }
Expand Down

0 comments on commit 4db8fe7

Please sign in to comment.