@@ -25,19 +25,21 @@ javascript = ["dep:tree-sitter-javascript"]
25
25
26
26
[dependencies ]
27
27
tree-sitter = " >=0.23.0"
28
- tree-sitter-c = { version = " 0.23.0 " , optional = true }
29
- tree-sitter-java = { version = " 0.23.2 " , optional = true }
30
- tree-sitter-ocaml = { version = " 0.23.0 " , optional = true }
31
- tree-sitter-python = { version = " 0.23.2 " , optional = true }
32
- tree-sitter-ruby = { version = " 0.23.0 " , optional = true }
33
- tree-sitter-go = { version = " 0.23.1 " , optional = true }
34
- tree-sitter-c-sharp = { version = " 0.23.0 " , optional = true }
35
- tree-sitter-javascript = { version = " 0.23.0 " , optional = true }
28
+ tree-sitter-c = { version = " 0.23.4 " , optional = true }
29
+ tree-sitter-java = { version = " 0.23.4 " , optional = true }
30
+ tree-sitter-ocaml = { version = " 0.23.2 " , optional = true }
31
+ tree-sitter-python = { version = " 0.23.5 " , optional = true }
32
+ tree-sitter-ruby = { version = " 0.23.1 " , optional = true }
33
+ tree-sitter-go = { version = " 0.23.4 " , optional = true }
34
+ tree-sitter-c-sharp = { version = " 0.23.1 " , optional = true }
35
+ tree-sitter-javascript = { version = " 0.23.1 " , optional = true }
36
36
tree-sitter-rust = { version = " 0.23.0" , optional = true }
37
37
tree-sitter-tags = " 0.23"
38
+ log = " 0.4.22"
39
+
38
40
39
41
[dev-dependencies ]
40
- clap = { version = " 4.5.16 " , features = [" derive" ] }
42
+ clap = { version = " 4.5.23 " , features = [" derive" ] }
41
43
42
44
[[example ]]
43
45
name = " function-grep"
0 commit comments