diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-12 06:43:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 06:43:50 +0000 |
commit | 32eb5011321b84f59cc504a0f2d528e26c8d5242 (patch) | |
tree | af541070350886fd533fdde6eeae83d00c3392df | |
parent | Merge pull request #766 from svenstaro/dependabot/cargo/grass-0.11.0 (diff) | |
download | miniserve-32eb5011321b84f59cc504a0f2d528e26c8d5242.tar.gz miniserve-32eb5011321b84f59cc504a0f2d528e26c8d5242.zip |
Bump httparse from 1.6.0 to 1.7.0
Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](https://github.com/seanmonstar/httparse/compare/v1.6.0...v1.7.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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1077,9 +1077,9 @@ checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" [[package]] name = "httparse" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4" +checksum = "6330e8a36bd8c859f3fa6d9382911fbb7147ec39807f63b923933a247240b9ba" [[package]] name = "httpdate" |