Skip to content

Commit

Permalink
build(deps): update anyhow requirement in /arbiter-core
Browse files Browse the repository at this point in the history
Updates the requirements on [anyhow](https://github.com/dtolnay/anyhow) to permit the latest version.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.71...1.0.75)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 9e26acb commit 8c6f49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbiter-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ futures-util = { version = "=0.3.28" }
# Dependencies for the test build and development
[dev-dependencies]
hex = { version = "=0.4.3", default-features = false }
anyhow = { version = "=1.0.71" }
anyhow = { version = "=1.0.75" }
env_logger = { version = "=0.10.0" }
test-log = { version = "=0.2.12" }
arbiter-derive = { path = "../arbiter-derive" }
Expand Down

0 comments on commit 8c6f49f

Please sign in to comment.