Remove the tokio and the reqwests

This commit is contained in:
Louis Dureuil
2024-03-19 15:43:12 +01:00
parent f649f58013
commit b6b4b6bab7
2 changed files with 0 additions and 9 deletions

3
Cargo.lock generated
View File

@ -3338,7 +3338,6 @@ dependencies = [
"filter-parser",
"flatten-serde-json",
"fst",
"futures",
"fxhash",
"geoutils",
"grenad",
@ -3362,7 +3361,6 @@ dependencies = [
"rand",
"rand_pcg",
"rayon",
"reqwest",
"roaring",
"rstar",
"serde",
@ -3376,7 +3374,6 @@ dependencies = [
"tiktoken-rs",
"time",
"tokenizers",
"tokio",
"tracing",
"ureq",
"uuid",