aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-05-11 04:16:09 +0000
committerGitHub <noreply@github.com>2021-05-11 04:16:09 +0000
commite23275f7381ae893f8acf5b6203a086ca4779e10 (patch)
treed07021860b7eccc12136ecf42d6e9a20dde6ce9b
parentMerge pull request #525 from svenstaro/dependabot/cargo/url-2.2.2 (diff)
downloadminiserve-e23275f7381ae893f8acf5b6203a086ca4779e10.tar.gz
miniserve-e23275f7381ae893f8acf5b6203a086ca4779e10.zip
Bump httparse from 1.4.0 to 1.4.1
Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.4.0...v1.4.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 62b12f6..8168748 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1175,9 +1175,9 @@ dependencies = [
[[package]]
name = "httparse"
-version = "1.4.0"
+version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437"
+checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
[[package]]
name = "httpdate"