mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
chore(Cargo.toml): relax more versions
This commit is contained in:
parent
d72c888371
commit
369c7a0eeb
1 changed files with 6 additions and 6 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -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"
|
||||
|
||||
#
|
||||
|
|
@ -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 }
|
||||
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue