Skip to content

Commit

Permalink
build(deps): bump httparse from 1.8.0 to 1.9.2 (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 11, 2024
1 parent 8bfc540 commit a0a23a5
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.8.0"
httparse = "1.9.2"
h2 = "0.4.5"
prost = "0.12"
tower = { version = "0.4", features = ["util"] }
Expand Down

0 comments on commit a0a23a5

Please sign in to comment.