diff --git a/Cargo.toml b/Cargo.toml index bc51f617d..d8c2b4568 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tree-sitter-kotlin = "0.3.6" tree-sitter-typescript = "=0.21.2" tree-sitter-javascript = "=0.21.4" tree-sitter-python = "=0.21.0" -tree-sitter-rust = "=0.21.2" +tree-sitter-rust = "=0.23.0" tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "=0.20.2" } tree-sitter-ccomment = { path = "./tree-sitter-ccomment", version = "=0.20.2" } tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "=0.20.3" }