Merge pull request #79 from ryankurte/dependabot/cargo/reqwest-0.11.7

This commit is contained in:
Félix Saparelli 2021-12-08 12:35:05 +13:00 committed by GitHub
commit c74986b85b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 18 deletions

View file

@ -27,7 +27,7 @@ log = "0.4.14"
structopt = "0.3.25"
simplelog = "0.11.0"
anyhow = "1.0.40"
reqwest = { version = "0.11.6", features = [ "rustls-tls" ], default-features = false }
reqwest = { version = "0.11.7", features = [ "rustls-tls" ], default-features = false }
tempdir = "0.3.7"
flate2 = "1.0.22"
tar = "0.4.37"