diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-03-10 04:14:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-10 04:14:50 +0000 |
commit | 802dba7c6fbbd38e66a2b69fd4cf9e4ed7ae8a90 (patch) | |
tree | da6da857231c1747ac49d5e51b5e6fc95f9c7758 | |
parent | Merge pull request #461 from svenstaro/dependabot/cargo/pretty_assertions-0.7.1 (diff) | |
download | miniserve-802dba7c6fbbd38e66a2b69fd4cf9e4ed7ae8a90.tar.gz miniserve-802dba7c6fbbd38e66a2b69fd4cf9e4ed7ae8a90.zip |
Bump reqwest from 0.11.1 to 0.11.2
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.1 to 0.11.2.
- [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.1...v0.11.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2364,9 +2364,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0460542b551950620a3648c6aa23318ac6b3cd779114bd873209e6e8b5eb1c34" +checksum = "bf12057f289428dbf5c591c74bf10392e4a8003f993405a902f20117019022d4" dependencies = [ "base64 0.13.0", "bytes 1.0.1", |