summaryrefslogtreecommitdiffstats
path: root/vendored_parsers/tree-sitter-elm/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendored_parsers/tree-sitter-elm/Cargo.toml')
-rw-r--r--vendored_parsers/tree-sitter-elm/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendored_parsers/tree-sitter-elm/Cargo.toml b/vendored_parsers/tree-sitter-elm/Cargo.toml
index a7abe5278..a8e07f27a 100644
--- a/vendored_parsers/tree-sitter-elm/Cargo.toml
+++ b/vendored_parsers/tree-sitter-elm/Cargo.toml
@@ -22,13 +22,13 @@ include = [
]
# Keep in sync with package.json
-version = "5.6.0"
+version = "5.7.0"
[lib]
path = "bindings/rust/lib.rs"
[dependencies]
-tree-sitter = "~0.20"
+tree-sitter = "0.20.10"
[build-dependencies]
cc = "1.0"