build: bump anyhow from 1.0.55 to 1.0.56

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.55 to 1.0.56.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.55...1.0.56)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-03-07 23:49:42 +00:00
parent 1f430fe3ff
commit f48aa66ccb
11 changed files with 12 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ rust-version = "1.54"
lto = true
[dependencies]
anyhow = "1.0.55"
anyhow = "1.0.56"
api_client = { path = "api_client" }
clap = { version = "3.1.5", features = ["wrap_help","cargo"] }
epoll = "4.3.1"