Cargo: Revert changes to the Ruby extractors Cargo file

This commit is contained in:
Simon Friis Vindum
2025-09-11 11:32:09 +02:00
parent 61eea66c51
commit 50b3571124
2 changed files with 7 additions and 7 deletions

View File

@@ -8,15 +8,15 @@ edition = "2024"
# When updating these dependencies, run `misc/bazel/3rdparty/update_cargo_deps.sh`
[dependencies]
tree-sitter = ">= 0.23.0"
tree-sitter-embedded-template = "0.25.0"
tree-sitter-embedded-template = "0.23.2"
tree-sitter-ruby = "0.23.1"
clap = { version = "4.5", features = ["derive"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
rayon = "1.11.0"
regex = "1.11.2"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
rayon = "1.10.0"
regex = "1.11.1"
encoding = "0.2"
lazy_static = "1.5.0"
serde_json = "1.0.143"
serde_json = "1.0.142"
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }