From 50e1d34c6627aa4c2ac7635e1090e8462c13112d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Tue, 16 Jan 2024 16:57:33 +0100 Subject: [PATCH] Rollback http to 0.2.11 --- Cargo.lock | 4 ++-- dump/Cargo.toml | 2 +- meilisearch/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 198c9262d..bf3851db5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1428,7 +1428,7 @@ dependencies = [ "anyhow", "big_s", "flate2", - "http 1.0.0", + "http 0.2.11", "log", "maplit", "meili-snap", @@ -3550,7 +3550,7 @@ dependencies = [ "futures", "futures-util", "hex", - "http 1.0.0", + "http 0.2.11", "index-scheduler", "indexmap 2.1.0", "insta", diff --git a/dump/Cargo.toml b/dump/Cargo.toml index 8ab648b05..941cec72d 100644 --- a/dump/Cargo.toml +++ b/dump/Cargo.toml @@ -13,7 +13,7 @@ license.workspace = true [dependencies] anyhow = "1.0.79" flate2 = "1.0.28" -http = "1.0.0" +http = "0.2.11" log = "0.4.20" meilisearch-auth = { path = "../meilisearch-auth" } meilisearch-types = { path = "../meilisearch-types" } diff --git a/meilisearch/Cargo.toml b/meilisearch/Cargo.toml index bcbefd866..1f85783f6 100644 --- a/meilisearch/Cargo.toml +++ b/meilisearch/Cargo.toml @@ -48,7 +48,7 @@ flate2 = "1.0.28" fst = "0.4.7" futures = "0.3.30" futures-util = "0.3.30" -http = "1.0.0" +http = "0.2.11" index-scheduler = { path = "../index-scheduler" } indexmap = { version = "2.1.0", features = ["serde"] } is-terminal = "0.4.10"