Cargo: upgrade dependencies

This commit is contained in:
Paolo Tranquilli
2025-08-12 16:46:29 +02:00
parent a007230f21
commit 6ad8af0ea9
5 changed files with 189 additions and 177 deletions

View File

@@ -17,6 +17,6 @@ rayon = "1.10.0"
regex = "1.11.1"
encoding = "0.2"
lazy_static = "1.5.0"
serde_json = "1.0.140"
serde_json = "1.0.142"
codeql-extractor = { path = "../../shared/tree-sitter-extractor" }