From 88954d3d619642422b8c6b31517051353128dba2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 06:09:54 +0000 Subject: [PATCH] chore(deps): update rust crates --- Cargo.toml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 75cde36aa6..a3dc71bf78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,9 +159,9 @@ anyhow = "1.0.98" append-only-vec = "0.1.7" arcstr = { version = "1.2.0", default-features = false } ariadne = { package = "rolldown-ariadne", version = "0.6.0" } -ast-grep-config = "0.40.1" -ast-grep-core = "0.40.1" -ast-grep-language = { version = "0.40.1", default-features = false, features = [ +ast-grep-config = "0.44.0" +ast-grep-core = "0.44.0" +ast-grep-language = { version = "0.44.0", default-features = false, features = [ "tree-sitter-bash", "tree-sitter-typescript", ] } @@ -174,17 +174,17 @@ base64-simd = "0.8.0" bincode = "2.0.1" bstr = { version = "1.12.0", default-features = false, features = ["alloc", "std"] } bitflags = "2.9.1" -brush-parser = "0.3.0" +brush-parser = "0.4.0" blake3 = "1.8.2" chrono = { version = "0.4", features = ["serde"] } clap = "4.5.40" clap_complete = "4.6.0" cow-utils = "0.1.3" cp_r = "0.5.2" -criterion = { version = "0.7", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } criterion2 = { version = "3.0.0", default-features = false } crossterm = { version = "0.29.0", features = ["event-stream"] } -css-module-lexer = "0.0.15" +css-module-lexer = "0.1.0" ctrlc = "3.5.2" dashmap = "6.2.1" derive_more = { version = "2.0.1", features = ["debug"] } @@ -201,15 +201,15 @@ glob = "0.3.2" heck = "0.5.0" hex = "0.4.3" html5gum = "0.8.1" -httpmock = "0.7" -idna_adapter = "=1.0.0" +httpmock = "0.8" +idna_adapter = "=1.2.2" ignore = "0.4" indicatif = "0.18" indexmap = "2.9.0" indoc = "2.0.5" infer = "0.19.0" insta = "1.43.1" -itertools = "0.14.0" +itertools = "0.15.0" itoa = "1.0.15" json-escape-simd = "3" json-strip-comments = "3" @@ -232,10 +232,10 @@ napi-derive = { version = "3.0.0", default-features = false, features = [ "strict", "tracing", ] } -nix = { version = "0.30.1", features = ["dir"] } +nix = { version = "0.31.0", features = ["dir"] } nodejs-built-in-modules = "1.0.0" nom = "8.0.0" -num-bigint = "0.4.6" +num-bigint = "0.5.0" num_cpus = "1.17" owo-colors = "4.2.2" parking_lot = "0.12.5" @@ -243,12 +243,12 @@ pathdiff = "0.2.3" path-posix = "0.0.1" # default features pull in bzip2 (a C dependency) which breaks musl/Windows # cross-builds; clearsigned verification needs no compression. -pgp = { version = "0.19.0", default-features = false } +pgp = { version = "0.20.0", default-features = false } pnp = "0.12.9" percent-encoding = "2.3.1" petgraph = "0.8.2" pretty_assertions = "1.4.1" -phf = "0.13.0" +phf = "0.14.0" prettyplease = "0.2.32" proc-macro2 = "1" pty_terminal_test = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "417b6aae5fca92b128c586c8ff3421e43911b553" } @@ -260,7 +260,7 @@ regress = "0.11.0" reqwest = { version = "0.13", default-features = false } rolldown-notify = "10.2.0" rolldown-notify-debouncer-full = "0.7.5" -rusqlite = { version = "0.39.0", features = ["bundled"] } +rusqlite = { version = "0.40.0", features = ["bundled"] } rustc-hash = "2.1.1" rustls = { version = "0.23", default-features = false, features = ["ring", "std", "tls12"] } schemars = "1.0.0" @@ -271,13 +271,13 @@ serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" serde_yaml = "0.9.34" serial_test = "3.2.0" -sha1 = "0.10.6" -sha2 = "0.10.9" +sha1 = "0.11.0" +sha2 = "0.11.0" shell-escape = "0.1.5" simdutf8 = "0.1.5" smallvec = { version = "1.15.1", features = ["union"] } snapshot_test = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "417b6aae5fca92b128c586c8ff3421e43911b553" } -string_cache = "0.9.0" +string_cache = "0.10.0" sugar_path = { version = "2.0.1", features = ["cached_current_dir"] } supports-color = "3" syn = { version = "2", default-features = false } @@ -319,7 +319,7 @@ vite_str = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "417b6 vite_task = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "417b6aae5fca92b128c586c8ff3421e43911b553" } vite_workspace = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "417b6aae5fca92b128c586c8ff3421e43911b553" } walkdir = "2.5.0" -wax = "0.6.0" +wax = "0.7.0" which = "8.0.0" winreg = "0.56.0" xxhash-rust = "0.8.15"