Skip to content

Commit a82b040

Browse files
authored
chore: bump oxc -> 0.122 (#975)
1 parent e0e12ec commit a82b040

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ authors = ["The Nova Team"]
1616

1717
[workspace.dependencies]
1818
ahash = "0.8.12"
19-
clap = { version = "4.5.48", features = ["derive"] }
20-
cliclack = "0.4.0"
21-
console = "0.16.2"
22-
ctrlc = "3.5.0"
19+
clap = { version = "4.6.0", features = ["derive"] }
20+
cliclack = "0.5.2"
21+
console = "0.16.3"
22+
ctrlc = "3.5.2"
2323
ecmascript_atomics = { version = "0.2.3" }
2424
fast-float = "0.2.0"
2525
hashbrown = "0.16.1"
@@ -31,27 +31,27 @@ lexical = { version = "7.0.5", default-features = false, features = [
3131
] }
3232
num-bigint = "0.4.6"
3333
num-traits = "0.2.19"
34-
oxc-miette = { version = "2.6.0", features = ["fancy"] }
35-
oxc_allocator = "0.116.0"
36-
oxc_ast = "0.116.0"
37-
oxc_diagnostics = "0.116.0"
38-
oxc_ecmascript = "0.116.0"
39-
oxc_parser = "0.116.0"
40-
oxc_regular_expression = "0.116.0"
41-
oxc_semantic = "0.116.0"
42-
oxc_span = "0.116.0"
43-
oxc_syntax = "0.116.0"
34+
oxc-miette = { version = "2.7.0", features = ["fancy"] }
35+
oxc_allocator = "0.122.0"
36+
oxc_ast = "0.122.0"
37+
oxc_diagnostics = "0.122.0"
38+
oxc_ecmascript = "0.122.0"
39+
oxc_parser = "0.122.0"
40+
oxc_regular_expression = "0.122.0"
41+
oxc_semantic = "0.122.0"
42+
oxc_span = "0.122.0"
43+
oxc_syntax = "0.122.0"
4444
rand = "0.10.0"
45-
regex = "1.12.2"
45+
regex = "1.12.3"
4646
ryu-js = "1.0.2"
4747
soavec = "0.2.0"
4848
soavec_derive = "0.2.0"
49-
sonic-rs = "0.5.6"
50-
unicode-normalization = "0.1.24"
49+
sonic-rs = "0.5.7"
50+
unicode-normalization = "0.1.25"
5151
usdt = "0.6.0"
5252
wtf8 = "0.1"
5353
xsum = "0.1.6"
54-
temporal_rs = "0.1.0"
54+
temporal_rs = "0.2.0"
5555

5656
[workspace.metadata.dylint]
5757
libraries = [{ path = "nova_lint" }]

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.91.0"
2+
channel = "1.92.0"
33
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)