aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-09 04:20:57 +0000
committerGitHub <noreply@github.com>2022-02-09 04:20:57 +0000
commitad926eca7c7e19cabba470edf8d32bccdbe92cda (patch)
treeb4dfb1ceb4cdfb2e822e2a73f3a1b37f4a63ccff
parentMerge pull request #731 from svenstaro/dependabot/cargo/futures-0.3.21 (diff)
downloadminiserve-ad926eca7c7e19cabba470edf8d32bccdbe92cda.tar.gz
miniserve-ad926eca7c7e19cabba470edf8d32bccdbe92cda.zip
Bump httparse from 1.5.1 to 1.6.0
Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: httparse dependency-type: direct:production update-type: version-update:semver-minor ... 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 f2e9abf..a5b177f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1096,9 +1096,9 @@ checksum = "eee9694f83d9b7c09682fdb32213682939507884e5bcf227be9aff5d644b90dc"
[[package]]
name = "httparse"
-version = "1.5.1"
+version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
+checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"
[[package]]
name = "httpdate"