Skip to content

Commit

Permalink
chore(Cargo.toml): relax more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 13, 2024
1 parent d72c888 commit 369c7a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,20 @@ napi-build = "2.1.3"
napi-derive = "3.0.0-alpha"

# Relaxed version so the user can decide which version to use.
indexmap = "2.7"
proc-macro2 = "1"
quote = "1"
rustc-hash = "2"
serde = "1"
serde_json = "1"
syn = { version = "2", default-features = false }
unicode-id-start = "1"

#
dashmap = "6"
oxc-browserslist = "1.1.0"
oxc_index = "2"
oxc_resolver = "3.0.1"
oxc_resolver = "3"
oxc_sourcemap = "1"

#
Expand All @@ -138,7 +143,6 @@ console_error_panic_hook = "0.1.7"
convert_case = "0.6.0"
cow-utils = "0.1.3"
criterion2 = { version = "2.0.0", default-features = false }
dashmap = "6.1.0"
encoding_rs = "0.8.35"
encoding_rs_io = "0.1.7"
env_logger = { version = "0.11.5", default-features = false }
Expand All @@ -150,7 +154,6 @@ globset = "0.4.15"
handlebars = "6.2.0"
humansize = "2.1.3"
ignore = "0.4.23"
indexmap = "2.7.0"
insta = "1.41.1"
itertools = "0.13.0"
itoa = "1.0.14"
Expand All @@ -176,15 +179,12 @@ rayon = "1.10.0"
regex = "1.11.1"
ropey = "1.6.1"
rust-lapper = "1.1.0"
rustc-hash = "2.*"
ryu-js = "1.0.1"
saphyr = "0.0.3"
schemars = "0.8.21"
self_cell = "1.1.0"
seq-macro = "0.3.5"
serde = "1.0.216"
serde-wasm-bindgen = "0.6.5"
serde_json = "1.0.133"
sha1 = "0.10.6"
simdutf8 = { version = "0.1.5", features = ["aarch64_neon"] }
similar = "2.6.0"
Expand Down

0 comments on commit 369c7a0

Please sign in to comment.