From 65fe22acec9d71a780c441cc1a467839acf08ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 13:11:27 +0000 Subject: [PATCH] Bump httparse from 1.9.4 to 1.10.0 Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.9.4 to 1.10.0. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.9.4...v1.10.0) --- updated-dependencies: - dependency-name: httparse dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 164d2dc..3d605ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -646,9 +646,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.9.4" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" +checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a" [[package]] name = "humantime" diff --git a/Cargo.toml b/Cargo.toml index 130211e..622e07a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ bytes = "1.9.0" flexstr = { version = "0.9.2", features = ["serde"] } futures = "0.3" fxhash = "0.2" -httparse = "1.9" +httparse = "1.10" log = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"