mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Bump reqwest from 0.11.6 to 0.11.7
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.6 to 0.11.7. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.6...v0.11.7) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
912dc56c95
commit
f7528b7004
2 changed files with 35 additions and 18 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue