From 5f2c26a01a2fa6dddf41ab5c12f8edac4093f684 Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 20:15:35 +0000 Subject: [PATCH] Bump tree-sitter-highlight from 0.24.7 to 0.25.3 Bumps [tree-sitter-highlight](https://github.com/tree-sitter/tree-sitter) from 0.24.7 to 0.25.3. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](https://github.com/tree-sitter/tree-sitter/compare/v0.24.7...v0.25.3) --- updated-dependencies: - dependency-name: tree-sitter-highlight dependency-version: 0.25.3 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 b62713f..deb8040 100644 --- a/Cargo.lock +++ a/Cargo.lock @@ -526,7 +526,7 @@ dependencies = [ "cfg-if", "crossbeam-utils", - "hashbrown", + "hashbrown 0.14.5", "lock_api", "once_cell", "parking_lot_core", @@ -597,6 +597,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" @@ -1064,7 +1070,7 @@ checksum = "f06066d8702a9186dc1fdc1ed751ff2d7e924ceca21cb5d51b8f990c9c2e014a" dependencies = [ "gix-hash", - "hashbrown", + "hashbrown 0.14.5", "parking_lot", ] @@ -1100,7 +1106,7 @@ "gix-traverse", "gix-utils", "gix-validate", - "hashbrown", + "hashbrown 0.14.5", "itoa", "libc", "memmap2", @@ -1507,6 +1513,12 @@ "allocator-api2", "serde", ] + +[[package]] +name = "hashbrown" +version = "0.15.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" [[package]] name = "heck" @@ -1768,10 +1780,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.2", +] + +[[package]] name = "itertools" version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2468,7 +2490,7 @@ "flate2", "futures-util", "gix", - "hashbrown", + "hashbrown 0.14.5", "httparse", "humantime", "itertools", @@ -2509,7 +2531,7 @@ checksum = "395027076c569819ea6035ee62e664f5e03d74e281744f55261dd1afd939212b" dependencies = [ "bytecheck", - "hashbrown", + "hashbrown 0.14.5", "munge", "ptr_meta", "rancor", @@ -2661,6 +2683,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ + "indexmap", "itoa", "memchr", "ryu", @@ -3138,13 +3161,14 @@ [[package]] name = "tree-sitter" -version = "0.24.7" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5387dffa7ffc7d2dae12b50c6f7aab8ff79d6210147c6613561fc3d474c6f75" +checksum = "b9ac5ea5e7f2f1700842ec071401010b9c59bf735295f6e9fa079c3dc035b167" dependencies = [ "cc", "regex", "regex-syntax 0.8.5", + "serde_json", "streaming-iterator", "tree-sitter-language", ] @@ -3171,14 +3195,13 @@ [[package]] name = "tree-sitter-highlight" -version = "0.24.7" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6411813e4a9ebc87d391b98b0f3ce65d5361cd80c54de8651d8b85b555ea5d95" +checksum = "076673d82b859652de3e7abe73a4592c173e51dfc9b83eb49f0479fd9fe4631c" 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 777cf65..46ae80d 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