From 1e834e5ede7556b533e63d176a5d51e234c2d5bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 20:46:02 +0000 Subject: [PATCH] Bump http from 0.2.11 to 1.0.0 in /quickwit Bumps [http](https://github.com/hyperium/http) from 0.2.11 to 1.0.0. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.11...v1.0.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- quickwit/Cargo.lock | 16 ++++++++-------- quickwit/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index f1524ca0afa..ca37aaa42e5 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -5627,7 +5627,7 @@ dependencies = [ "bytesize", "dyn-clone", "futures", - "http 0.2.11", + "http 1.0.0", "hyper 0.14.28", "mockall", "prost", @@ -5658,7 +5658,7 @@ dependencies = [ "futures", "home", "hostname", - "http 0.2.11", + "http 1.0.0", "hyper 0.14.28", "itertools 0.12.0", "num_cpus", @@ -5690,7 +5690,7 @@ dependencies = [ "chrono", "cron", "enum-iterator", - "http 0.2.11", + "http 1.0.0", "http-serde 1.1.3", "humantime", "itertools 0.12.0", @@ -5723,7 +5723,7 @@ dependencies = [ "dyn-clone", "fnv", "futures", - "http 0.2.11", + "http 1.0.0", "hyper 0.14.28", "itertools 0.12.0", "mockall", @@ -5933,7 +5933,7 @@ dependencies = [ "flume", "fnv", "futures", - "http 0.2.11", + "http 1.0.0", "hyper 0.14.28", "itertools 0.12.0", "mockall", @@ -6133,7 +6133,7 @@ dependencies = [ "bytesize", "dotenv", "futures", - "http 0.2.11", + "http 1.0.0", "itertools 0.12.0", "md5", "mockall", @@ -6201,7 +6201,7 @@ dependencies = [ "dyn-clone", "futures", "glob", - "http 0.2.11", + "http 1.0.0", "hyper 0.14.28", "mockall", "opentelemetry", @@ -6289,7 +6289,7 @@ dependencies = [ "chitchat", "fnv", "futures", - "http 0.2.11", + "http 1.0.0", "hyper 0.14.28", "itertools 0.12.0", "lru", diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index 4037036e902..210b53c5cce 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -86,7 +86,7 @@ heck = "0.4.1" hex = "0.4.3" home = "0.5.4" hostname = "0.3" -http = "0.2.9" +http = "1.0.0" http-serde = "1.1.2" humansize = "2.1.3" humantime = "2.1.0"