Cargo: upgrade dependencies

This commit is contained in:
Simon Friis Vindum
2025-09-11 10:47:26 +02:00
parent 4227dd7d73
commit 55d022f6eb
6 changed files with 228 additions and 289 deletions

View File

@@ -10,14 +10,14 @@ flate2 = "1.1"
globset = "0.4"
tree-sitter = ">= 0.23.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
rayon = "1.10.0"
regex = "1.11.1"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
rayon = "1.11.0"
regex = "1.11.2"
encoding = "0.2"
lazy_static = "1.5.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4.41", features = ["serde"] }
chrono = { version = "0.4.42", features = ["serde"] }
num_cpus = "1.17.0"
zstd = "0.13.3"