From 9ea66ad459916fb382162e9bdd6eff81713e9cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 06:49:05 +0000 Subject: [PATCH] Update tree-sitter-objc requirement from 1.1.0 to 3.0.0 Updates the requirements on [tree-sitter-objc](https://github.com/amaanq/tree-sitter-objc) to permit the latest version. - [Release notes](https://github.com/amaanq/tree-sitter-objc/releases) - [Changelog](https://github.com/amaanq/tree-sitter-objc/blob/master/CHANGELOG.md) - [Commits](https://github.com/amaanq/tree-sitter-objc/commits) --- updated-dependencies: - dependency-name: tree-sitter-objc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a83d9d2..a8d8a80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ tree-sitter-javascript = "0.20.0" tree-sitter-json = "0.19.0" tree-sitter-kotlin = "0.2.11" tree-sitter-lua = "0.0.18" -tree-sitter-objc = "1.1.0" +tree-sitter-objc = "3.0.0" tree-sitter-python = "0.20.2" tree-sitter-query = "0.1.0" tree-sitter-ruby = "0.20.0"