From 2bf447e64c21f4ec3bcd410e95124f9323024760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:14:56 +0000 Subject: [PATCH] build(deps): bump tree-sitter-c-sharp from `1648e21` to `92c0a94` Bumps [tree-sitter-c-sharp](https://github.com/tree-sitter/tree-sitter-c-sharp) from `1648e21` to `92c0a94`. - [Release notes](https://github.com/tree-sitter/tree-sitter-c-sharp/releases) - [Commits](https://github.com/tree-sitter/tree-sitter-c-sharp/compare/1648e21b4f087963abf0101ee5221bb413107b07...92c0a9431400cd8b6b6ee7503f81da3ae83fc830) --- updated-dependencies: - dependency-name: tree-sitter-c-sharp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 4e58976..11f66a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -473,7 +473,7 @@ dependencies = [ [[package]] name = "tree-sitter-c-sharp" version = "0.20.0" -source = "git+https://github.com/tree-sitter/tree-sitter-c-sharp#1648e21b4f087963abf0101ee5221bb413107b07" +source = "git+https://github.com/tree-sitter/tree-sitter-c-sharp#92c0a9431400cd8b6b6ee7503f81da3ae83fc830" dependencies = [ "cc", "tree-sitter",