Bump anyhow from 1.0.45 to 1.0.51

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

---
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] 2021-12-06 01:14:55 +00:00 committed by GitHub
parent 912dc56c95
commit 712a63fc84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ tokio = { version = "1.14.0", features = [ "full" ] }
log = "0.4.14"
structopt = "0.3.25"
simplelog = "0.11.0"
anyhow = "1.0.40"
anyhow = "1.0.51"
reqwest = { version = "0.11.6", features = [ "rustls-tls" ], default-features = false }
tempdir = "0.3.7"
flate2 = "1.0.22"