From 479a1504e61421f4ae32594ca37d9ccbb9a46123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 10:01:20 +0000 Subject: [PATCH] Update tree-sitter-typescript requirement from =0.20.1 to =0.20.2 Updates the requirements on [tree-sitter-typescript](https://github.com/tree-sitter/tree-sitter-typescript) to permit the latest version. - [Release notes](https://github.com/tree-sitter/tree-sitter-typescript/releases) - [Commits](https://github.com/tree-sitter/tree-sitter-typescript/compare/v0.20.1...v0.20.2) --- updated-dependencies: - dependency-name: tree-sitter-typescript dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21383cb0a..1ef470696 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ walkdir = "^2.3" tree-sitter = "=0.20.9" tree-sitter-java = "=0.20.0" tree-sitter-kotlin = "0.2.11" -tree-sitter-typescript = "=0.20.1" +tree-sitter-typescript = "=0.20.2" tree-sitter-javascript = "=0.20.0" tree-sitter-python = "=0.20.2" tree-sitter-rust = "=0.20.3"