From b6f5cdf3875cbfcd730cd1003ac17e97fdbc6919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 02:33:13 +0000 Subject: [PATCH] build(deps): bump httparse from 1.9.3 to 1.9.4 (#462) Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.9.3 to 1.9.4. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- clash_lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d6234bf1..e218ffb3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2541,9 +2541,9 @@ checksum = "08a397c49fec283e3d6211adbe480be95aae5f304cfb923e9970e08956d5168a" [[package]] name = "httparse" -version = "1.9.3" +version = "1.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0e7a4dd27b9476dc40cb050d3632d3bba3a70ddbff012285f7f8559a1e7e545" +checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" [[package]] name = "httpdate" diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index aeb9fce80..17f546659 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -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"] }