diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-08 04:14:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 04:14:50 +0000 |
commit | c770b671faccb862304dc594f31bfd88f4c71973 (patch) | |
tree | 64432812bfdcfaa478f89840f9dafcdb22759fcc | |
parent | Merge pull request #486 from svenstaro/dependabot/cargo/nanoid-0.4.0 (diff) | |
download | miniserve-c770b671faccb862304dc594f31bfd88f4c71973.tar.gz miniserve-c770b671faccb862304dc594f31bfd88f4c71973.zip |
Bump httparse from 1.3.5 to 1.3.6
Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.3.5 to 1.3.6.
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](https://github.com/seanmonstar/httparse/compare/v1.3.5...v1.3.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1163,9 +1163,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.3.5" +version = "1.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691" +checksum = "bc35c995b9d93ec174cf9a27d425c7892722101e14993cd227fdb51d70cf9589" [[package]] name = "httpdate" |