From f9a774f5146b6a715d09f3ba0273b367d374e2e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 01:23:15 +0000 Subject: [PATCH] chore(deps): bump the cargo-minor-and-patch group across 1 directory with 4 updates Bumps the cargo-minor-and-patch group with 4 updates in the / directory: [serde_json](https://github.com/serde-rs/json), [tree-sitter](https://github.com/tree-sitter/tree-sitter), [dashmap](https://github.com/xacrimon/dashmap) and [tower-http](https://github.com/tower-rs/tower-http). Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.149...v1.0.150) Updates `tree-sitter` from 0.26.8 to 0.26.9 - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](https://github.com/tree-sitter/tree-sitter/compare/v0.26.8...v0.26.9) Updates `dashmap` from 6.1.0 to 6.2.1 - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](https://github.com/xacrimon/dashmap/compare/v6.1.0...v6.2.1) Updates `tower-http` from 0.6.10 to 0.6.11 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.10...tower-http-0.6.11) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: tree-sitter dependency-version: 0.26.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: dashmap dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-and-patch - dependency-name: tower-http dependency-version: 0.6.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91a67215..af2f7d15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -512,9 +512,9 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "dashmap" -version = "6.1.0" +version = "6.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" +checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c" dependencies = [ "cfg-if", "crossbeam-utils", @@ -1673,9 +1673,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" dependencies = [ "indexmap", "itoa", @@ -2027,9 +2027,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.10" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51" +checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" dependencies = [ "async-compression", "bitflags", @@ -2136,9 +2136,9 @@ dependencies = [ [[package]] name = "tree-sitter" -version = "0.26.8" +version = "0.26.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538" +checksum = "4dab76d0b724ba557954125188cf0633a1ca43199ced82d95c7b9c32cc3de1f3" dependencies = [ "cc", "regex", diff --git a/Cargo.toml b/Cargo.toml index d8995414..08878a56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ tower = { version = "0.5.3", features = ["util"] } directories = "6.0.0" clap = { version = "4.6.1", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.149" +serde_json = "1.0.150" rmp-serde = "1.3.1" toml = "1.1.2" tracing-subscriber = { version = "0.3.23", features = ["env-filter", "json", "ansi","time"] } @@ -85,7 +85,7 @@ num_cpus = "1.17.0" rusqlite = { version = "0.39.0", features = ["bundled"] } r2d2_sqlite = { version = "0.34.0", features = ["bundled"] } ignore = "0.4.25" -tree-sitter = "0.26.8" +tree-sitter = "0.26.9" tree-sitter-rust = "0.24.2" tree-sitter-c = "0.24.2" tree-sitter-cpp = "0.23.4" @@ -106,7 +106,7 @@ r2d2 = "0.8.10" bytesize = "2.3.1" chrono = { version = "0.4.44", default-features = false, features = ["std", "clock", "serde"] } thiserror = "2.0.18" -dashmap = "6.1.0" +dashmap = "6.2.1" parking_lot = "0.12.5" petgraph = { version = "0.8.3", features = ["serde-1"] } bitflags = "2.11.1" @@ -118,7 +118,7 @@ uuid = { version = "1.23.1", features = ["v4"] } axum = { version = "0.8.9", optional = true } tokio = { version = "1.52.3", features = ["rt-multi-thread", "macros", "signal", "sync"], optional = true } tokio-stream = { version = "0.1.18", features = ["sync"], optional = true } -tower-http = { version = "0.6.10", features = ["cors", "compression-gzip", "trace", "set-header", "limit"], optional = true } +tower-http = { version = "0.6.11", features = ["cors", "compression-gzip", "trace", "set-header", "limit"], optional = true } z3 = { version = "0.20.0", optional = true} [profile.release]