diff --git a/Cargo.lock b/Cargo.lock index f26c3e60..411f8c86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,9 +17,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.35" +version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4" +checksum = "68803225a7b13e47191bab76f2687382b60d259e8cf37f6e1893658b84bb9479" [[package]] name = "arrayref" diff --git a/Cargo.toml b/Cargo.toml index 6c1f27db..e26e89c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ tokio = { version = "0.2.24", features = [ "macros" ] } log = "0.4.11" structopt = "0.3.21" simplelog = "0.8.0" -anyhow = "1.0.35" +anyhow = "1.0.36" reqwest = { version = "0.10.9" } tempdir = "0.3.7" flate2 = "1.0.19"