aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-21 04:16:55 +0000
committerGitHub <noreply@github.com>2022-09-21 04:16:55 +0000
commit8211d14c6e46acfe9d2510868994619213649417 (patch)
tree06bbcdc5aef18cb9fc83c9a61e4282b2fe94ca22
parentTidy up some imports (diff)
downloadminiserve-8211d14c6e46acfe9d2510868994619213649417.tar.gz
miniserve-8211d14c6e46acfe9d2510868994619213649417.zip
Bump reqwest from 0.11.11 to 0.11.12
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.11 to 0.11.12. - [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.11...v0.11.12) --- 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.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f8ab2a3..473a0d4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2107,9 +2107,9 @@ dependencies = [
[[package]]
name = "reqwest"
-version = "0.11.11"
+version = "0.11.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
+checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
dependencies = [
"base64",
"bytes",
@@ -2123,10 +2123,10 @@ dependencies = [
"hyper-rustls",
"ipnet",
"js-sys",
- "lazy_static",
"log",
"mime",
"mime_guess",
+ "once_cell",
"percent-encoding",
"pin-project-lite",
"rustls",