Bump anyhow from 1.0.36 to 1.0.37

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-29 06:54:12 +00:00
parent 397d6bb82f
commit e6bfb22a2c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -109,9 +109,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.36"
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68803225a7b13e47191bab76f2687382b60d259e8cf37f6e1893658b84bb9479"
checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86"
[[package]]
name = "arc-swap"

View file

@ -17,7 +17,7 @@ repository = "https://github.com/lycheeverse/lychee"
version = "0.4.0"
[dependencies]
anyhow = "1.0.36"
anyhow = "1.0.37"
futures = "0.3"
glob = "0.3"
http = "0.2"