diff --git a/tree-sitter-mozjs/Cargo.toml b/tree-sitter-mozjs/Cargo.toml index c894045..e381c2e 100644 --- a/tree-sitter-mozjs/Cargo.toml +++ b/tree-sitter-mozjs/Cargo.toml @@ -27,7 +27,7 @@ tree-sitter = "=0.22.6" cc = "^1.0" # This dependency is not used at all for this crate, but it is here so that # dependabot can send notifications when there are updates for this grammar -tree-sitter-javascript = "0.21.4" +tree-sitter-javascript = "0.23.0" [package.metadata.cargo-udeps.ignore] build = ["tree-sitter-javascript"]