Upgrade incompatible dependencies

This commit is contained in:
Clément Renault 2025-06-17 22:23:37 +02:00
parent 03eb50fbac
commit 4069dbcfca
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
11 changed files with 294 additions and 174 deletions

View file

@ -20,7 +20,7 @@ bytemuck = { version = "1.23.1", features = ["extern_crate_alloc"] }
byteorder = "1.5.0"
charabia = { version = "0.9.6", default-features = false }
concat-arrays = "0.1.2"
convert_case = "0.6.0"
convert_case = "0.8.0"
crossbeam-channel = "0.5.15"
deserr = "0.6.3"
either = { version = "1.15.0", features = ["serde"] }
@ -43,7 +43,7 @@ memchr = "2.7.5"
memmap2 = "0.9.5"
obkv = "0.3.0"
once_cell = "1.21.3"
ordered-float = "4.6.0"
ordered-float = "5.0.0"
rayon = "1.10.0"
roaring = { version = "0.10.12", features = ["serde"] }
rstar = { version = "0.12.2", features = ["serde"] }
@ -69,16 +69,16 @@ filter-parser = { path = "../filter-parser" }
itertools = "0.14.0"
csv = "1.3.1"
candle-core = { version = "0.8.4" }
candle-transformers = { version = "0.8.4" }
candle-nn = { version = "0.8.4" }
candle-core = { version = "0.9.1" }
candle-transformers = { version = "0.9.1" }
candle-nn = { version = "0.9.1" }
tokenizers = { git = "https://github.com/huggingface/tokenizers.git", tag = "v0.15.2", version = "0.15.2", default-features = false, features = [
"onig",
] }
hf-hub = { git = "https://github.com/dureuill/hf-hub.git", branch = "rust_tls", default-features = false, features = [
"online",
] }
tiktoken-rs = "0.6.0"
tiktoken-rs = "0.7.0"
liquid = "0.26.11"
rhai = { version = "1.22.2", features = [
"serde",
@ -97,7 +97,7 @@ hashbrown = "0.15.4"
bumpalo = "3.18.1"
bumparaw-collections = "0.1.4"
thread_local = "1.1.9"
allocator-api2 = "0.2.21"
allocator-api2 = "0.3.0"
rustc-hash = "2.1.1"
uell = "0.1.0"
enum-iterator = "2.1.0"
@ -110,7 +110,7 @@ utoipa = { version = "5.4.0", features = [
"time",
"openapi_extensions",
] }
lru = "0.13.0"
lru = "0.14.0"
[dev-dependencies]
mimalloc = { version = "0.1.47", default-features = false }