From daa6bc081bc9819a456f7499bfea267e94f596d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:59:49 +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 b78e109..62302d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -470,7 +470,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",