aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-19 04:21:44 +0000
committerGitHub <noreply@github.com>2021-10-19 04:21:44 +0000
commitc3534b89841230cc31e91de6640e7bf74971b101 (patch)
tree955a2f035feabcc37ab4a4e53cc7606261b92a54
parentMerge pull request #620 from svenstaro/update-clap (diff)
downloadminiserve-c3534b89841230cc31e91de6640e7bf74971b101.tar.gz
miniserve-c3534b89841230cc31e91de6640e7bf74971b101.zip
Bump reqwest from 0.11.5 to 0.11.6
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.5 to 0.11.6. - [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.5...v0.11.6) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b220021..b060073 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2007,9 +2007,9 @@ dependencies = [
[[package]]
name = "reqwest"
-version = "0.11.5"
+version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "51c732d463dd300362ffb44b7b125f299c23d2990411a4253824630ebc7467fb"
+checksum = "66d2927ca2f685faf0fc620ac4834690d29e7abb153add10f5812eef20b5e280"
dependencies = [
"base64",
"bytes",