From a526d1855efd4d53ffb8f1add34492422a85774b Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 03 Apr 2025 08:51:44 +0000 Subject: [PATCH] Bump httparse from 1.9.5 to 1.10.1 Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.9.5 to 1.10.1. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.9.5...v1.10.1) --- updated-dependencies: - dependency-name: httparse dependency-version: 1.10.1 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 d3e46c7..1623b8b 100644 --- a/Cargo.lock +++ a/Cargo.lock @@ -1640,9 +1640,9 @@ [[package]] name = "httparse" -version = "1.9.5" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" +checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" [[package]] name = "httpdate" diff --git a/Cargo.toml b/Cargo.toml index 5b9ed63..a74b2a9 100644 --- a/Cargo.toml +++ a/Cargo.toml @@ -46,7 +46,7 @@ "serde", "ahash", ] } -httparse = "1.9" +httparse = "1.10" humantime = "2.1" itertools = "0.12.1" md5 = "0.7" -- rgit 0.1.4