aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-27 04:17:30 +0000
committerGitHub <noreply@github.com>2022-04-27 04:17:30 +0000
commit29364df9d31fddadbc1a113a077ef5df3d4207d8 (patch)
tree01dc87aad1c0ddb5ec2f1aad9d9c7785651adb98
parentBump deps (diff)
downloadminiserve-29364df9d31fddadbc1a113a077ef5df3d4207d8.tar.gz
miniserve-29364df9d31fddadbc1a113a077ef5df3d4207d8.zip
Bump httparse from 1.7.0 to 1.7.1
Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: httparse 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 c9b1f78..a5e4cc2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1086,9 +1086,9 @@ checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
[[package]]
name = "httparse"
-version = "1.7.0"
+version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6330e8a36bd8c859f3fa6d9382911fbb7147ec39807f63b923933a247240b9ba"
+checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
[[package]]
name = "httpdate"