From 2fb51f4bf060fd2fc8e713b88ded7679959ea07c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 17:42:25 +0000 Subject: [PATCH] build(deps): bump httparse from 1.10.0 to 1.10.1 (#35846) Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: httparse dependency-type: indirect 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fbbf51530e..46e4758c970 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3267,9 +3267,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.10.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a" +checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" [[package]] name = "httpdate"