Skip to content

Commit dad3390

Browse files
authored
chore(deps): Update deps to hopefully fix main (#967)
1 parent a87f57c commit dad3390

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors = ["The Nova Team"]
1717
[workspace.dependencies]
1818
ahash = "0.8.12"
1919
clap = { version = "4.5.48", features = ["derive"] }
20-
cliclack = "0.3.7"
20+
cliclack = "0.4.0"
2121
console = "0.16.2"
2222
ctrlc = "3.5.0"
2323
ecmascript_atomics = { version = "0.2.3" }
@@ -33,23 +33,23 @@ lexical = { version = "7.0.5", default-features = false, features = [
3333
num-bigint = "0.4.6"
3434
num-traits = "0.2.19"
3535
oxc-miette = { version = "2.6.0", features = ["fancy"] }
36-
oxc_allocator = "0.114.0"
37-
oxc_ast = "0.114.0"
38-
oxc_diagnostics = "0.114.0"
39-
oxc_ecmascript = "0.114.0"
40-
oxc_parser = "0.114.0"
41-
oxc_regular_expression = "0.114.0"
42-
oxc_semantic = "0.114.0"
43-
oxc_span = "0.114.0"
44-
oxc_syntax = "0.114.0"
36+
oxc_allocator = "0.116.0"
37+
oxc_ast = "0.116.0"
38+
oxc_diagnostics = "0.116.0"
39+
oxc_ecmascript = "0.116.0"
40+
oxc_parser = "0.116.0"
41+
oxc_regular_expression = "0.116.0"
42+
oxc_semantic = "0.116.0"
43+
oxc_span = "0.116.0"
44+
oxc_syntax = "0.116.0"
4545
rand = "0.10.0"
4646
regex = "1.12.2"
4747
ryu-js = "1.0.2"
4848
soavec = "0.2.0"
4949
soavec_derive = "0.2.0"
5050
sonic-rs = "0.5.6"
5151
unicode-normalization = "0.1.24"
52-
usdt = { git = "https://github.com/aapoalas/usdt.git", branch = "nova-aarch64-branch" }
52+
usdt = "0.6.0"
5353
wtf8 = "0.1"
5454
xsum = "0.1.6"
5555
temporal_rs = "0.1.0"

0 commit comments

Comments
 (0)