Remove old dependencies

This commit is contained in:
Mubelotix
2025-06-18 16:46:20 +02:00
parent 7c1a9113f9
commit 138d20b277
3 changed files with 0 additions and 24 deletions

21
Cargo.lock generated
View File

@ -3744,7 +3744,6 @@ dependencies = [
"actix-web-lab",
"anyhow",
"async-openai",
"async-trait",
"brotli",
"bstr",
"build-info",
@ -3969,7 +3968,6 @@ dependencies = [
"ordered-float 5.0.0",
"rand 0.8.5",
"rayon",
"rayon-par-bridge",
"rhai",
"roaring",
"rstar",
@ -3987,7 +3985,6 @@ dependencies = [
"time",
"tokenizers",
"tracing",
"uell",
"ureq",
"url",
"utoipa",
@ -5002,15 +4999,6 @@ dependencies = [
"crossbeam-utils",
]
[[package]]
name = "rayon-par-bridge"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb6a14d8f65834aca6b0fe4cbbd7a27e639cd3efb1f2a32de9942368f1991de8"
dependencies = [
"rayon",
]
[[package]]
name = "reborrow"
version = "0.5.5"
@ -6457,15 +6445,6 @@ version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
[[package]]
name = "uell"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40de5982e28612e20330e77d81f1559b74f66caf3c7fc10b19ada4843f4b4fd7"
dependencies = [
"bumpalo",
]
[[package]]
name = "ug"
version = "0.4.0"