From 07873dfed24b5a6f23544d467e9f4daae3dd85e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 11:25:42 +0000 Subject: [PATCH] chore(deps): bump tree-sitter-latex from `b3b2cf2` to `1ec3941` Bumps [tree-sitter-latex](https://github.com/latex-lsp/tree-sitter-latex) from `b3b2cf2` to `1ec3941`. - [Release notes](https://github.com/latex-lsp/tree-sitter-latex/releases) - [Commits](https://github.com/latex-lsp/tree-sitter-latex/compare/b3b2cf27f33e71438ebe46934900b1153901c6f2...1ec3941b971dccfa36cb1cd6221a2e4a1cd3e250) --- 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..0b77b1a832 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#1ec3941b971dccfa36cb1cd6221a2e4a1cd3e250" dependencies = [ "cc", "tree-sitter",