From e6bfb22a2ccf7c000415481ccc36e616d32be93a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Dec 2020 06:54:12 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf21f01..350923f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 07c7867..0f7229c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"