diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-20 04:23:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 04:23:34 +0000 |
commit | 1970fe6699cddb89096541aa559ed7b914ca07c5 (patch) | |
tree | 87bccf563de4eefa6e8be1e2de4fc27340831765 | |
parent | Merge pull request #570 from svenstaro/dependabot/cargo/tar-0.4.37 (diff) | |
download | miniserve-1970fe6699cddb89096541aa559ed7b914ca07c5.tar.gz miniserve-1970fe6699cddb89096541aa559ed7b914ca07c5.zip |
Bump httparse from 1.4.1 to 1.5.1
Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.4.1 to 1.5.1.
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](https://github.com/seanmonstar/httparse/compare/v1.4.1...v1.5.1)
---
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
@@ -1167,9 +1167,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.4.1" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68" +checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503" [[package]] name = "httpdate" |