diff --git a/function-grep/Cargo.toml b/function-grep/Cargo.toml index f1f5be67..09b41852 100644 --- a/function-grep/Cargo.toml +++ b/function-grep/Cargo.toml @@ -27,7 +27,7 @@ javascript = ["dep:tree-sitter-javascript"] tree-sitter = ">=0.23.0" tree-sitter-c = { version = "0.23.4", optional = true } tree-sitter-java = { version = "0.23.4", optional = true } -tree-sitter-ocaml = { version = "0.23.2", optional = true } +tree-sitter-ocaml = { version = "0.24.0", optional = true } tree-sitter-python = { version = "0.23.5", optional = true } tree-sitter-ruby = { version = "0.23.1", optional = true } tree-sitter-go = { version = "0.23.4", optional = true }