From 675788b67428da833c59db44240f542e8cf7252d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 12:06:15 +0000 Subject: [PATCH] chore(deps): bump tree-sitter-objectscript-routine from 1.9.16 to 1.9.19 Bumps [tree-sitter-objectscript-routine](https://github.com/intersystems/tree-sitter-objectscript) from 1.9.16 to 1.9.19. - [Release notes](https://github.com/intersystems/tree-sitter-objectscript/releases) - [Commits](https://github.com/intersystems/tree-sitter-objectscript/commits) --- updated-dependencies: - dependency-name: tree-sitter-objectscript-routine dependency-version: 1.9.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe0a7e9..4c91ca1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2142,9 +2142,9 @@ dependencies = [ [[package]] name = "tree-sitter-objectscript-routine" -version = "1.9.16" +version = "1.9.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab9924a47bf00a3c07927ffdef96d40535d86322aabc7760c7ae7e99e3b56991" +checksum = "eb41f878498199e240eca6c59fb2b5685239164d3a38396ef436aa4a5e0e7e55" dependencies = [ "cc", "tree-sitter",