Skip to content

Commit 88954d3

Browse files
chore(deps): update rust crates
1 parent fa72053 commit 88954d3

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ anyhow = "1.0.98"
159159
append-only-vec = "0.1.7"
160160
arcstr = { version = "1.2.0", default-features = false }
161161
ariadne = { package = "rolldown-ariadne", version = "0.6.0" }
162-
ast-grep-config = "0.40.1"
163-
ast-grep-core = "0.40.1"
164-
ast-grep-language = { version = "0.40.1", default-features = false, features = [
162+
ast-grep-config = "0.44.0"
163+
ast-grep-core = "0.44.0"
164+
ast-grep-language = { version = "0.44.0", default-features = false, features = [
165165
"tree-sitter-bash",
166166
"tree-sitter-typescript",
167167
] }
@@ -174,17 +174,17 @@ base64-simd = "0.8.0"
174174
bincode = "2.0.1"
175175
bstr = { version = "1.12.0", default-features = false, features = ["alloc", "std"] }
176176
bitflags = "2.9.1"
177-
brush-parser = "0.3.0"
177+
brush-parser = "0.4.0"
178178
blake3 = "1.8.2"
179179
chrono = { version = "0.4", features = ["serde"] }
180180
clap = "4.5.40"
181181
clap_complete = "4.6.0"
182182
cow-utils = "0.1.3"
183183
cp_r = "0.5.2"
184-
criterion = { version = "0.7", features = ["html_reports"] }
184+
criterion = { version = "0.8", features = ["html_reports"] }
185185
criterion2 = { version = "3.0.0", default-features = false }
186186
crossterm = { version = "0.29.0", features = ["event-stream"] }
187-
css-module-lexer = "0.0.15"
187+
css-module-lexer = "0.1.0"
188188
ctrlc = "3.5.2"
189189
dashmap = "6.2.1"
190190
derive_more = { version = "2.0.1", features = ["debug"] }
@@ -201,15 +201,15 @@ glob = "0.3.2"
201201
heck = "0.5.0"
202202
hex = "0.4.3"
203203
html5gum = "0.8.1"
204-
httpmock = "0.7"
205-
idna_adapter = "=1.0.0"
204+
httpmock = "0.8"
205+
idna_adapter = "=1.2.2"
206206
ignore = "0.4"
207207
indicatif = "0.18"
208208
indexmap = "2.9.0"
209209
indoc = "2.0.5"
210210
infer = "0.19.0"
211211
insta = "1.43.1"
212-
itertools = "0.14.0"
212+
itertools = "0.15.0"
213213
itoa = "1.0.15"
214214
json-escape-simd = "3"
215215
json-strip-comments = "3"
@@ -232,23 +232,23 @@ napi-derive = { version = "3.0.0", default-features = false, features = [
232232
"strict",
233233
"tracing",
234234
] }
235-
nix = { version = "0.30.1", features = ["dir"] }
235+
nix = { version = "0.31.0", features = ["dir"] }
236236
nodejs-built-in-modules = "1.0.0"
237237
nom = "8.0.0"
238-
num-bigint = "0.4.6"
238+
num-bigint = "0.5.0"
239239
num_cpus = "1.17"
240240
owo-colors = "4.2.2"
241241
parking_lot = "0.12.5"
242242
pathdiff = "0.2.3"
243243
path-posix = "0.0.1"
244244
# default features pull in bzip2 (a C dependency) which breaks musl/Windows
245245
# cross-builds; clearsigned verification needs no compression.
246-
pgp = { version = "0.19.0", default-features = false }
246+
pgp = { version = "0.20.0", default-features = false }
247247
pnp = "0.12.9"
248248
percent-encoding = "2.3.1"
249249
petgraph = "0.8.2"
250250
pretty_assertions = "1.4.1"
251-
phf = "0.13.0"
251+
phf = "0.14.0"
252252
prettyplease = "0.2.32"
253253
proc-macro2 = "1"
254254
pty_terminal_test = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "417b6aae5fca92b128c586c8ff3421e43911b553" }
@@ -260,7 +260,7 @@ regress = "0.11.0"
260260
reqwest = { version = "0.13", default-features = false }
261261
rolldown-notify = "10.2.0"
262262
rolldown-notify-debouncer-full = "0.7.5"
263-
rusqlite = { version = "0.39.0", features = ["bundled"] }
263+
rusqlite = { version = "0.40.0", features = ["bundled"] }
264264
rustc-hash = "2.1.1"
265265
rustls = { version = "0.23", default-features = false, features = ["ring", "std", "tls12"] }
266266
schemars = "1.0.0"
@@ -271,13 +271,13 @@ serde = { version = "1.0.219", features = ["derive"] }
271271
serde_json = "1.0.140"
272272
serde_yaml = "0.9.34"
273273
serial_test = "3.2.0"
274-
sha1 = "0.10.6"
275-
sha2 = "0.10.9"
274+
sha1 = "0.11.0"
275+
sha2 = "0.11.0"
276276
shell-escape = "0.1.5"
277277
simdutf8 = "0.1.5"
278278
smallvec = { version = "1.15.1", features = ["union"] }
279279
snapshot_test = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "417b6aae5fca92b128c586c8ff3421e43911b553" }
280-
string_cache = "0.9.0"
280+
string_cache = "0.10.0"
281281
sugar_path = { version = "2.0.1", features = ["cached_current_dir"] }
282282
supports-color = "3"
283283
syn = { version = "2", default-features = false }
@@ -319,7 +319,7 @@ vite_str = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "417b6
319319
vite_task = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "417b6aae5fca92b128c586c8ff3421e43911b553" }
320320
vite_workspace = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "417b6aae5fca92b128c586c8ff3421e43911b553" }
321321
walkdir = "2.5.0"
322-
wax = "0.6.0"
322+
wax = "0.7.0"
323323
which = "8.0.0"
324324
winreg = "0.56.0"
325325
xxhash-rust = "0.8.15"

0 commit comments

Comments
 (0)