build: upgraded dependencies to latest

This commit is contained in:
2026-04-09 13:28:19 -06:00
parent 78c3932f36
commit 7839e1dbd9
2 changed files with 72 additions and 31 deletions
+6 -4
View File
@@ -91,14 +91,16 @@ strum_macros = "0.27.2"
indoc = "2.0.6"
rmcp = { version = "0.16.0", features = ["client", "transport-child-process"] }
num_cpus = "1.17.0"
tree-sitter = "0.24"
tree-sitter-python = "0.23"
tree-sitter = "0.26.8"
tree-sitter-language = "0.1"
tree-sitter-python = "0.25.0"
tree-sitter-typescript = "0.23"
colored = "3.0.0"
clap_complete = { version = "4.5.58", features = ["unstable-dynamic"] }
gman = "0.3.0"
gman = "0.4.1"
clap_complete_nushell = "4.5.9"
open = "5"
rand = "0.9.0"
rand = "0.10.0"
url = "2.5.8"
[dependencies.reqwest]