From ef439a30d35ba410cd7136111e3f8217eb313b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 06:42:17 +0000 Subject: [PATCH] chore(deps): bump tree-sitter-zig from `8d3224c` to `b1803f2` Bumps [tree-sitter-zig](https://github.com/maxxnino/tree-sitter-zig) from `8d3224c` to `b1803f2`. - [Release notes](https://github.com/maxxnino/tree-sitter-zig/releases) - [Commits](https://github.com/maxxnino/tree-sitter-zig/compare/8d3224c3bd0890fe08358886ebf54fca2ed448a6...b1803f2a665d228f968a831eac4fcc07a377c7bc) --- updated-dependencies: - dependency-name: tree-sitter-zig 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 0089be90b2..3b1a4bf341 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5265,7 +5265,7 @@ dependencies = [ [[package]] name = "tree-sitter-zig" version = "0.0.1" -source = "git+https://github.com/maxxnino/tree-sitter-zig?branch=main#8d3224c3bd0890fe08358886ebf54fca2ed448a6" +source = "git+https://github.com/maxxnino/tree-sitter-zig?branch=main#b1803f2a665d228f968a831eac4fcc07a377c7bc" dependencies = [ "cc", "tree-sitter",