diff --git a/function-grep/Cargo.toml b/function-grep/Cargo.toml index f1f5be67..27630c6d 100644 --- a/function-grep/Cargo.toml +++ b/function-grep/Cargo.toml @@ -33,7 +33,7 @@ tree-sitter-ruby = { version = "0.23.1", optional = true } tree-sitter-go = { version = "0.23.4", optional = true } tree-sitter-c-sharp = { version = "0.23.1", optional = true } tree-sitter-javascript = { version = "0.23.1", optional = true } -tree-sitter-rust = { version = "0.23.0", optional = true } +tree-sitter-rust = { version = "0.24.0", optional = true } tree-sitter-tags = "0.23" log = "0.4.22"