diff --git a/Cargo.lock b/Cargo.lock index f03ea259..b8cf9904 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,9 +28,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.53" +version = "1.0.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0" +checksum = "7a99269dff3bc004caa411f38845c20303f1e393ca2bd6581576fa3a7f59577d" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index b081f017..a341b1e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tokio = { version = "1.16.1", features = [ "full" ] } log = "0.4.14" structopt = "0.3.26" simplelog = "0.11.2" -anyhow = "1.0.53" +anyhow = "1.0.54" reqwest = { version = "0.11.9", features = [ "rustls-tls" ], default-features = false } tempdir = "0.3.7" flate2 = "1.0.22"