From 909d6f8d79efbbe8ab3c9770091adeb133ba2f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:04:17 +0000 Subject: [PATCH] build(deps): bump httparse from 1.8.0 to 1.9.2 (#3012) Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.8.0 to 1.9.2. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.8.0...v1.9.2) --- updated-dependencies: - dependency-name: httparse dependency-type: direct:production update-type: version-update:semver-minor ... 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 0344e3e635..bdf829d3d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -841,9 +841,9 @@ dependencies = [ [[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"