From d5f272d0aab1185b04bc2a6f9d35864d4c583624 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 15:19:06 +0000 Subject: [PATCH] fix(deps): update rust crate tree-sitter to ~0.20.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01792e8..1d15c98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"] path = "bindings/rust/lib.rs" [dependencies] -tree-sitter = "~0.20.9" +tree-sitter = "~0.20.10" [build-dependencies] cc = "~1.0"