From 9ba91288874a95ef5689db6371d654340a1814e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 10:27:36 +0000 Subject: [PATCH] chore(deps): Bump httparse from 1.7.1 to 1.8.0 (#5516) Bumps [httparse](https://github.com/seanmonstar/httparse) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/seanmonstar/httparse/releases) - [Commits](https://github.com/seanmonstar/httparse/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: httparse dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- write_buffer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a32325aa0a..80286a6cfc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1769,9 +1769,9 @@ checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29" [[package]] name = "httparse" -version = "1.7.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" +checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" [[package]] name = "httpdate" diff --git a/write_buffer/Cargo.toml b/write_buffer/Cargo.toml index c8320c56de..49290df9cd 100644 --- a/write_buffer/Cargo.toml +++ b/write_buffer/Cargo.toml @@ -12,7 +12,7 @@ futures = "0.3" generated_types = { path = "../generated_types" } hashbrown = "0.12" http = "0.2" -httparse = "1.7" +httparse = "1.8" iox_time = { path = "../iox_time" } metric = { path = "../metric" } mutable_batch = { path = "../mutable_batch" }