From 9bafe937d069808ebd036ceef996425af7b9e76c Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 01 Jun 2025 19:54:49 +0000 Subject: [PATCH] Bump tree-sitter-highlight from 0.24.7 to 0.25.5 Bumps [tree-sitter-highlight](https://github.com/tree-sitter/tree-sitter) from 0.24.7 to 0.25.5. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](https://github.com/tree-sitter/tree-sitter/compare/v0.24.7...v0.25.5) --- updated-dependencies: - dependency-name: tree-sitter-highlight dependency-version: 0.25.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 47 ++++++++++++++++++++++++++++++++++++----------- Cargo.toml | 2 +- 2 files changed, 36 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4075fae..ef7236a 100644 --- a/Cargo.lock +++ a/Cargo.lock @@ -525,7 +525,7 @@ dependencies = [ "cfg-if", "crossbeam-utils", - "hashbrown", + "hashbrown 0.14.5", "lock_api", "once_cell", "parking_lot_core", @@ -596,6 +596,12 @@ checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca" [[package]] +name = "equivalent" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" + +[[package]] name = "errno" version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1063,7 +1069,7 @@ checksum = "f06066d8702a9186dc1fdc1ed751ff2d7e924ceca21cb5d51b8f990c9c2e014a" dependencies = [ "gix-hash", - "hashbrown", + "hashbrown 0.14.5", "parking_lot", ] @@ -1099,7 +1105,7 @@ "gix-traverse", "gix-utils", "gix-validate", - "hashbrown", + "hashbrown 0.14.5", "itoa", "libc", "memmap2", @@ -1506,6 +1512,12 @@ "allocator-api2", "serde", ] + +[[package]] +name = "hashbrown" +version = "0.15.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" [[package]] name = "heck" @@ -1767,10 +1779,20 @@ checksum = "fc9da1a252bd44cd341657203722352efc9bc0c847d06ea6d2dc1cd1135e0a01" dependencies = [ "ahash", - "hashbrown", + "hashbrown 0.14.5", ] [[package]] +name = "indexmap" +version = "2.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" +dependencies = [ + "equivalent", + "hashbrown 0.15.3", +] + +[[package]] name = "itertools" version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2456,7 +2478,7 @@ "flate2", "futures-util", "gix", - "hashbrown", + "hashbrown 0.14.5", "httparse", "humantime", "itertools", @@ -2497,7 +2519,7 @@ checksum = "395027076c569819ea6035ee62e664f5e03d74e281744f55261dd1afd939212b" dependencies = [ "bytecheck", - "hashbrown", + "hashbrown 0.14.5", "munge", "ptr_meta", "rancor", @@ -2649,6 +2671,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ + "indexmap", "itoa", "memchr", "ryu", @@ -3126,13 +3149,14 @@ [[package]] name = "tree-sitter" -version = "0.24.7" +version = "0.25.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5387dffa7ffc7d2dae12b50c6f7aab8ff79d6210147c6613561fc3d474c6f75" +checksum = "ac5fff5c47490dfdf473b5228039bfacad9d765d9b6939d26bf7cc064c1c7822" dependencies = [ "cc", "regex", "regex-syntax 0.8.5", + "serde_json", "streaming-iterator", "tree-sitter-language", ] @@ -3159,14 +3183,13 @@ [[package]] name = "tree-sitter-highlight" -version = "0.24.7" +version = "0.25.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6411813e4a9ebc87d391b98b0f3ce65d5361cd80c54de8651d8b85b555ea5d95" +checksum = "2b95a758838aa4272d7c5c40fe35a4c8266fd3e3a36e019eef952ec5840b60ed" dependencies = [ - "lazy_static", "regex", "streaming-iterator", - "thiserror 1.0.69", + "thiserror 2.0.12", "tree-sitter", ] diff --git a/Cargo.toml b/Cargo.toml index 08a9f62..8667b14 100644 --- a/Cargo.toml +++ a/Cargo.toml @@ -80,7 +80,7 @@ "fmt", ] } tree-sitter-grammar-repository = { path = "./tree-sitter-grammar-repository" } -tree-sitter-highlight = "0.24" +tree-sitter-highlight = "0.25" unix_mode = "0.1" uuid = { version = "1.11", features = ["v4"] } v_htmlescape = { version = "0.15", features = ["bytes-buf"] } -- rgit 0.1.5