build: bump anyhow from 1.0.59 to 1.0.60

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

---
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-08-08 23:46:59 +00:00
parent 79cf3952f3
commit 226a21811e
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ default = []
tdx = []
[dependencies]
anyhow = "1.0.59"
anyhow = "1.0.60"
byteorder = "1.4.3"
hypervisor = { path = "../hypervisor" }
libc = "0.2.127"