From 0434b9f6e4a9cbc0eb72b3424859bba117dffdb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 10:57:06 +0000 Subject: [PATCH] chore(deps)(deps): bump tree-sitter-ocaml in /diffctx Bumps [tree-sitter-ocaml](https://github.com/tree-sitter/tree-sitter-ocaml) from 0.24.2 to 0.25.0. - [Release notes](https://github.com/tree-sitter/tree-sitter-ocaml/releases) - [Commits](https://github.com/tree-sitter/tree-sitter-ocaml/compare/v0.24.2...v0.25.0) --- updated-dependencies: - dependency-name: tree-sitter-ocaml dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- diffctx/Cargo.lock | 4 ++-- diffctx/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/diffctx/Cargo.lock b/diffctx/Cargo.lock index 23b4fbc9..8829a652 100644 --- a/diffctx/Cargo.lock +++ b/diffctx/Cargo.lock @@ -1291,9 +1291,9 @@ dependencies = [ [[package]] name = "tree-sitter-ocaml" -version = "0.24.2" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d19db582b3855f56b5f9ec484170fbfb9ee60b938ec7720d76d2ee788e8b640" +checksum = "0b943275476bac8f73e08bc4050e21d89d61ff68e1751b789ba74917b9147a85" dependencies = [ "cc", "tree-sitter-language", diff --git a/diffctx/Cargo.toml b/diffctx/Cargo.toml index 6541d7f6..e87853cc 100644 --- a/diffctx/Cargo.toml +++ b/diffctx/Cargo.toml @@ -86,7 +86,7 @@ tree-sitter-css = { version = "0.25", optional = true } tree-sitter-json = { version = "0.24", optional = true } tree-sitter-haskell = { version = "0.23", optional = true } tree-sitter-julia = { version = "0.23", optional = true } -tree-sitter-ocaml = { version = "0.24", optional = true } +tree-sitter-ocaml = { version = "0.25", optional = true } tree-sitter-yaml = { version = "0.7", optional = true } tree-sitter-r = { version = "1.2", optional = true } tree-sitter-elixir = { version = "0.3", optional = true }