Bump anyhow from 1.0.37 to 1.0.38

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-12 21:49:32 +00:00 committed by GitHub
parent 55effb3bed
commit a9bfefdc8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -26,9 +26,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.37"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86"
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
[[package]]
name = "arrayref"

View file

@ -22,7 +22,7 @@ tokio = { version = "0.2.24", features = [ "macros" ] }
log = "0.4.13"
structopt = "0.3.21"
simplelog = "0.9.0"
anyhow = "1.0.35"
anyhow = "1.0.38"
reqwest = "0.10.10"
tempdir = "0.3.7"
flate2 = "1.0.19"