From ac865d4aa03f895c0122bcc8a76ef112381967b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 01:16:27 +0000 Subject: [PATCH] fix(deps): update rust crate tree-sitter-native to 0.22.0 --- crates/dynamic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/dynamic/Cargo.toml b/crates/dynamic/Cargo.toml index 99662d2123..e419772502 100644 --- a/crates/dynamic/Cargo.toml +++ b/crates/dynamic/Cargo.toml @@ -17,4 +17,4 @@ ignore.workspace = true libloading = "0.8.3" serde.workspace = true thiserror.workspace = true -tree-sitter-native = { version = "0.21.0", package = "tree-sitter" } \ No newline at end of file +tree-sitter-native = { version = "0.22.0", package = "tree-sitter" } \ No newline at end of file