Merge pull request #20408 from paldepind/rust/update-rust-analyzer

Rust: Upgrade to rust-analyzer 0.0.301
This commit is contained in:
Simon Friis Vindum
2025-09-17 16:04:35 +02:00
committed by GitHub
205 changed files with 2490 additions and 4569 deletions

View File

@@ -12,11 +12,11 @@ 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.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_json = "1.0.142"
serde_json = "1.0.143"
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }