diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-02-19 05:25:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 05:25:34 +0000 |
commit | a9ba0602a128c0e5b441bc4792fecbeec661a0dc (patch) | |
tree | fa68d299c0fa58e7448b335b308662db7c4e6069 | |
parent | Merge pull request #447 from svenstaro/dependabot/cargo/zip-0.5.10 (diff) | |
download | miniserve-a9ba0602a128c0e5b441bc4792fecbeec661a0dc.tar.gz miniserve-a9ba0602a128c0e5b441bc4792fecbeec661a0dc.zip |
Bump reqwest from 0.11.0 to 0.11.1
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.0 to 0.11.1.
- [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.0...v0.11.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2354,9 +2354,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd281b1030aa675fb90aa994d07187645bb3c8fc756ca766e7c3070b439de9de" +checksum = "0460542b551950620a3648c6aa23318ac6b3cd779114bd873209e6e8b5eb1c34" dependencies = [ "base64 0.13.0", "bytes 1.0.1", |