Skip to content

Commit

Permalink
chore: bump oxc to 0.27.0 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac authored Sep 8, 2024
1 parent f617e0c commit a4b4fe2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 25 deletions.
43 changes: 23 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@ index_vec = { version = "0.1.4" }
log = { version = "0.4.22", features = ["kv"] }
miette = { version = "7.2.0", features = ["fancy", "syntect-highlighter"] }
owo-colors = { version = "4.0.0", optional = true }
oxc = { version = "0.25.0" }
oxc = { version = "0.27.0" }
rand = { version = "0.8.5" }
rayon = { version = "1.10.0" }
regex = { version = "1.10.6", features = ["perf-dfa-full"] }
rustc-hash = { version = "2.0.0" }
scraper = { version = "0.20.0" }
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
thiserror = { version = "1.0.63" }
tinyvec = { version = "1.8.0", features = ["alloc", "serde", "rustc_1_40"] }
toml = { version = "0.8.14" }
toml = { version = "0.8.19" }
ureq = { version = "2.10.1", features = ["cookies"], default-features = true }
url = { version = "2.5.2" }
serde_json = { version = "1.0.127", optional = true }
serde_json = { version = "1.0.128", optional = true }

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

Expand Down

0 comments on commit a4b4fe2

Please sign in to comment.