diff --git a/Cargo.lock b/Cargo.lock index 258ae58c..81edee3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -691,7 +691,7 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.3.9" +version = "0.3.10" dependencies = [ "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -725,20 +725,20 @@ dependencies = [ "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "tiny_http 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tree-sitter 0.3.9", - "tree-sitter-highlight 0.1.5", + "tree-sitter 0.3.10", + "tree-sitter-highlight 0.1.6", "webbrowser 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tree-sitter-highlight" -version = "0.1.5" +version = "0.1.6" dependencies = [ "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", - "tree-sitter 0.3.9", + "tree-sitter 0.3.10", ] [[package]] diff --git a/highlight/Cargo.toml b/highlight/Cargo.toml index 09b20774..658204c0 100644 --- a/highlight/Cargo.toml +++ b/highlight/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-highlight" description = "Library for performing syntax highlighting with Tree-sitter" -version = "0.1.5" +version = "0.1.6" authors = [ "Max Brunsfeld ", "Tim Clem " diff --git a/lib/Cargo.toml b/lib/Cargo.toml index dc08152f..d7def6ce 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter" description = "Rust bindings to the Tree-sitter parsing library" -version = "0.3.9" +version = "0.3.10" authors = ["Max Brunsfeld "] license = "MIT" readme = "binding_rust/README.md"