Remove old dependencies

This commit is contained in:
Mubelotix 2025-06-18 16:46:20 +02:00
parent 7c1a9113f9
commit 138d20b277
No known key found for this signature in database
GPG key ID: 89F391DBCC8CE7F0
3 changed files with 0 additions and 24 deletions

View file

@ -28,7 +28,6 @@ actix-web = { version = "4.11.0", default-features = false, features = [
"rustls-0_23",
] }
anyhow = { version = "1.0.98", features = ["backtrace"] }
async-trait = "0.1.88"
bstr = "1.12.0"
byte-unit = { version = "5.1.6", features = ["serde"] }
bytes = "1.10.1"

View file

@ -92,14 +92,12 @@ rand = "0.8.5"
tracing = "0.1.41"
ureq = { version = "2.12.1", features = ["json"] }
url = "2.5.4"
rayon-par-bridge = "0.1.0"
hashbrown = "0.15.4"
bumpalo = "3.18.1"
bumparaw-collections = "0.1.4"
thread_local = "1.1.9"
allocator-api2 = "0.3.0"
rustc-hash = "2.1.1"
uell = "0.1.0"
enum-iterator = "2.1.0"
bbqueue = { git = "https://github.com/meilisearch/bbqueue" }
flume = { version = "0.11.1", default-features = false }