Skip to content

Commit a4b4fe2

Browse files
authored
chore: bump oxc to 0.27.0 (#74)
1 parent f617e0c commit a4b4fe2

File tree

2 files changed

+28
-25
lines changed

2 files changed

+28
-25
lines changed

Cargo.lock

Lines changed: 23 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@ index_vec = { version = "0.1.4" }
3131
log = { version = "0.4.22", features = ["kv"] }
3232
miette = { version = "7.2.0", features = ["fancy", "syntect-highlighter"] }
3333
owo-colors = { version = "4.0.0", optional = true }
34-
oxc = { version = "0.25.0" }
34+
oxc = { version = "0.27.0" }
3535
rand = { version = "0.8.5" }
3636
rayon = { version = "1.10.0" }
3737
regex = { version = "1.10.6", features = ["perf-dfa-full"] }
3838
rustc-hash = { version = "2.0.0" }
3939
scraper = { version = "0.20.0" }
40-
serde = { version = "1.0.209", features = ["derive"] }
40+
serde = { version = "1.0.210", features = ["derive"] }
4141
thiserror = { version = "1.0.63" }
4242
tinyvec = { version = "1.8.0", features = ["alloc", "serde", "rustc_1_40"] }
43-
toml = { version = "0.8.14" }
43+
toml = { version = "0.8.19" }
4444
ureq = { version = "2.10.1", features = ["cookies"], default-features = true }
4545
url = { version = "2.5.2" }
46-
serde_json = { version = "1.0.127", optional = true }
46+
serde_json = { version = "1.0.128", optional = true }
4747

4848
# Binary dependencies
49-
clap = { version = "4.5.16", features = ["derive", "color"], optional = true }
49+
clap = { version = "4.5.17", features = ["derive", "color"], optional = true }
5050
clap-verbosity-flag = { version = "2.2.1", optional = true }
5151
pretty_env_logger = { version = "0.5.0", optional = true }
5252

0 commit comments

Comments
 (0)