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
No known key found for this signature in database
2 changed files with 0 additions and 9 deletions

3
Cargo.lock generated
View File

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

View File

@ -80,12 +80,6 @@ tokenizers = { git = "https://github.com/huggingface/tokenizers.git", tag = "v0.
hf-hub = { git = "https://github.com/dureuill/hf-hub.git", branch = "rust_tls", default_features = false, features = [ hf-hub = { git = "https://github.com/dureuill/hf-hub.git", branch = "rust_tls", default_features = false, features = [
"online", "online",
] } ] }
tokio = { version = "1.35.1", features = ["rt"] }
futures = "0.3.30"
reqwest = { version = "0.11.23", features = [
"rustls-tls",
"json",
], default-features = false }
tiktoken-rs = "0.5.8" tiktoken-rs = "0.5.8"
liquid = "0.26.4" liquid = "0.26.4"
arroy = "0.2.0" arroy = "0.2.0"