aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-19 05:25:34 +0000
committerGitHub <noreply@github.com>2021-02-19 05:25:34 +0000
commita9ba0602a128c0e5b441bc4792fecbeec661a0dc (patch)
treefa68d299c0fa58e7448b335b308662db7c4e6069
parentMerge pull request #447 from svenstaro/dependabot/cargo/zip-0.5.10 (diff)
downloadminiserve-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.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2b66f7a..d14f104 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",