From 085d0bc92202bcb470354f33dd03609b50f14317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 06:42:32 +0000 Subject: [PATCH] chore(deps): bump tree-sitter-latex from `b3b2cf2` to `da49fb3` Bumps [tree-sitter-latex](https://github.com/latex-lsp/tree-sitter-latex) from `b3b2cf2` to `da49fb3`. - [Release notes](https://github.com/latex-lsp/tree-sitter-latex/releases) - [Commits](https://github.com/latex-lsp/tree-sitter-latex/compare/b3b2cf27f33e71438ebe46934900b1153901c6f2...da49fb3cc373424d2821650007884cb8760c5ca5) --- 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..07d44194ab 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.2.1" +source = "git+https://github.com/latex-lsp/tree-sitter-latex?branch=master#da49fb3cc373424d2821650007884cb8760c5ca5" dependencies = [ "cc", "tree-sitter",