From 17cb0914c80f9c50cf3b355233843957f1b2f583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 00:13:42 +0000 Subject: [PATCH] Update tree-sitter-ocaml requirement from 0.23.2 to 0.24.0 Updates the requirements on [tree-sitter-ocaml](https://github.com/tree-sitter/tree-sitter-ocaml) to permit the latest version. - [Release notes](https://github.com/tree-sitter/tree-sitter-ocaml/releases) - [Commits](https://github.com/tree-sitter/tree-sitter-ocaml/compare/v0.23.2...v0.24.0) --- updated-dependencies: - dependency-name: tree-sitter-ocaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- function-grep/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }