From a0a23a5d72dcec8f05714186dd1ce8b10c372c3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 06:46:23 +1000 Subject: [PATCH] build(deps): bump httparse from 1.8.0 to 1.9.2 (#453) --- Cargo.lock | 4 ++-- clash_lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac9aef2c3..92824acd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2534,9 +2534,9 @@ checksum = "3ce4ef31cda248bbdb6e6820603b82dfcd9e833db65a43e997a0ccec777d11fe" [[package]] name = "httparse" -version = "1.8.0" +version = "1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" +checksum = "9f3935c160d00ac752e09787e6e6bfc26494c2183cc922f1bc678a60d4733bc2" [[package]] name = "httpdate" diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 4036081f0..8c359769b 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.8.0" +httparse = "1.9.2" h2 = "0.4.5" prost = "0.12" tower = { version = "0.4", features = ["util"] }