Skip to content

Commit

Permalink
build(deps): bump httparse from 1.9.3 to 1.9.4 (#462)
Browse files Browse the repository at this point in the history
Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.9.3 to 1.9.4.
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](seanmonstar/httparse@v1.9.3...v1.9.4)

---
updated-dependencies:
- dependency-name: httparse
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent ed1ad6c commit b6f5cdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clash_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ byteorder = "1.5"
lru_time_cache = "0.11"
hyper = { version = "0.14.28", features = ["http1","http2","client", "server", "tcp"] }
http = { version = "1.1" }
httparse = "1.9.3"
httparse = "1.9.4"
h2 = "0.4.5"
prost = "0.12"
tower = { version = "0.4", features = ["util"] }
Expand Down

0 comments on commit b6f5cdf

Please sign in to comment.