build: Bump anyhow from 1.0.65 to 1.0.66

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

---
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-10-20 23:31:23 +00:00
parent 9c658e21a5
commit e710e21744
10 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ codegen-units = 1
opt-level = "s"
[dependencies]
anyhow = "1.0.65"
anyhow = "1.0.66"
api_client = { path = "api_client" }
clap = { version = "4.0.17", features = ["wrap_help","cargo","string"] }
epoll = "4.3.1"