From 0480388284852132fa913bac0e49487276840939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 11:43:58 +0000 Subject: [PATCH] chore(deps): bump tree-sitter-latex from `b3b2cf2` to `8c75e93` Bumps [tree-sitter-latex](https://github.com/latex-lsp/tree-sitter-latex) from `b3b2cf2` to `8c75e93`. - [Release notes](https://github.com/latex-lsp/tree-sitter-latex/releases) - [Commits](https://github.com/latex-lsp/tree-sitter-latex/compare/b3b2cf27f33e71438ebe46934900b1153901c6f2...8c75e93cd08ccb7ce1ccab22c1fbd6360e3bcea6) --- updated-dependencies: - dependency-name: tree-sitter-latex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0089be90b2..50c8b8e410 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5059,8 +5059,8 @@ dependencies = [ [[package]] name = "tree-sitter-latex" -version = "0.2.0" -source = "git+https://github.com/latex-lsp/tree-sitter-latex?branch=master#b3b2cf27f33e71438ebe46934900b1153901c6f2" +version = "0.3.0" +source = "git+https://github.com/latex-lsp/tree-sitter-latex?branch=master#8c75e93cd08ccb7ce1ccab22c1fbd6360e3bcea6" dependencies = [ "cc", "tree-sitter",