rust-websocket-lite
rust-websocket-lite copied to clipboard
Bump httparse from 1.7.1 to 1.8.0
Bumps httparse from 1.7.1 to 1.8.0.
Release notes
Sourced from httparse's releases.
v1.8.0
Features
- Adds
ParserConfig::ignore_invalid_headers_in_response(bool)
that allows skipping invalid header lines instead of returning an error (fixes #61, #83) by@nox
in seanmonstar/httparse#114Performance
- ~10% improvement on short requests due to faster version parser by
@AaronO
in seanmonstar/httparse#120New Contributors
@lucacasonato
made their first contribution in seanmonstar/httparse#119@AaronO
made their first contribution in seanmonstar/httparse#120@kornelski
made their first contribution in seanmonstar/httparse#121
Commits
638848e
v1.8.0a68d7f9
Edition 2018 (#121)0e1e0b0
perf: remove Bytes8 abstraction with 50% improvement (#120)5f8a7b4
Improve request method parsing (#119)aa6108b
Merge pull request #109 from leebradley/clarify-version-doc0e7d95c
Allow ignoring invalid header lines (fixes #61, #83)1f1cfce
Simplify the main parse_headers loop- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)