diff --git a/Cargo.lock b/Cargo.lock index 2af949be..0e9418bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,9 +28,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.51" +version = "1.0.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203" +checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index 8e3cafd4..bd58c436 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tokio = { version = "1.14.0", features = [ "full" ] } log = "0.4.14" structopt = "0.3.25" simplelog = "0.11.0" -anyhow = "1.0.51" +anyhow = "1.0.52" reqwest = { version = "0.11.7", features = [ "rustls-tls" ], default-features = false } tempdir = "0.3.7" flate2 = "1.0.22"