Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,151 changes: 800 additions & 351 deletions Cargo.lock

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,29 +29,29 @@ resolver = "2"
backtrace = "0.3.61"
base64 = "0.22.1"
bitflags = "2.5.0"
browserslist-rs = "0.17.0"
browserslist-rs = "0.18.0"
bumpalo = "3.16.0"
cargo_metadata = "0.18.1"
cargo_metadata = "0.19.0"
cfg-if = "1.0.0"
changesets = "0.2.2"
changesets = "0.4.0"
chili = "0.2.1"
chrono = "0.4.38"
codspeed-criterion-compat = "2.6.0"
compact_str = "0.7.1"
compact_str = "0.9.0"
console_error_panic_hook = "0.1.7"
copyless = "0.1.5"
crc = "2.1.0"
criterion = "0.5.1"
crossbeam-queue = "0.3.11"
dashmap = "5.5.3"
dialoguer = "0.10.2"
dialoguer = "0.11.0"
difference = "2"
either = "1.10.0"
enumset = "1.1.2"
flate2 = "1.0"
futures = "0.3"
glob = "0.3.0"
hashbrown = "0.14.5"
hashbrown = "0.15.0"
hex = "0.4.3"
humansize = "2.1.3"
indexmap = "2.0.0"
Expand All @@ -61,14 +61,14 @@ resolver = "2"
kstring = "2.0.0"
lazy_static = "1.4.0"
lexical = "6.1.0"
lru = "0.10.0"
lru = "0.13.0"
memchr = "2.6.1"
miette = "7.2.0"
napi = { version = "2.0.0", default-features = false }
napi-derive = { version = "2.0.0", default-features = false }
new_debug_unreachable = "1.0.6"
nom = "7.1.3"
ntest = "0.7.2"
ntest = "0.9.0"
num-bigint = "0.4.3"
num-traits = "0.2.15"
num_cpus = "1.13.1"
Expand All @@ -78,24 +78,24 @@ resolver = "2"
parking_lot = "0.12.1"
path-absolutize = "3.0.11"
pathdiff = "0.2.1"
petgraph = "0.7.1"
petgraph = "0.8.0"
phf = "0.11.2"
pretty_assertions = "1.3"
proc-macro2 = "1.0.24"
ptr_meta = "0.3.0"
quote = "1.0.7"
radix_fmt = "1.0.0"
rand = "0.8.5"
rand = "0.9.0"
rayon = "1.7.0"
regex = "1.5.4"
relative-path = "1.6.1"
reqwest = "0.11.14"
reqwest = "0.12.0"
rustc-hash = "2"
ryu-js = "1.0.0"
scoped-tls = "1.0.1"
semver = "1.0.20"
serde = "1.0.197"
serde-wasm-bindgen = "0.4.5"
serde-wasm-bindgen = "0.6.0"
serde_derive = "1.0.197"
serde_json = "1.0.115"
sha1 = "0.10.6"
Expand All @@ -104,7 +104,7 @@ resolver = "2"
siphasher = "0.3.9"
smallvec = "1.8.0"
smartstring = "1.0.1"
smol_str = "0.2.0"
smol_str = "0.3.0"
sourcemap = "9.0.0"
st-map = "0.2.0"
string_cache = "0.8.7"
Expand All @@ -115,22 +115,22 @@ resolver = "2"
tokio = { version = "1", default-features = false }
toml = "0.8.2"
tracing = "0.1.40"
tracing-chrome = "0.5.0"
tracing-chrome = "0.7.0"
tracing-futures = "0.2.5"
tracing-subscriber = "0.3.18"
triomphe = "0.1.13"
typed-arena = "2.0.1"
unicode-id = "0.3"
unicode-id-start = "1.2.0"
unicode-width = "0.1.4"
unicode-width = "0.2.0"
url = "2.5.4"
vergen = { version = "9.0.0", default-features = false }
virtual-fs = { version = "0.19.0", default-features = false }
virtual-fs = { version = "0.24.0", default-features = false }
walkdir = "2.4.0"
wasm-bindgen = "0.2.91"
wasm-bindgen-futures = "0.4.41"
wasmer = { version = "=5.0.5-rc1", default-features = false }
wasmer-wasix = { version = "0.35.0", default-features = false }
wasmer-wasix = { version = "0.38.0", default-features = false }
wide = "0.7.32"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resolver = "2"
[workspace.dependencies]
anyhow = "1.0.86"
backtrace = "0.3"
getrandom = "0.2.15"
getrandom = "0.3.0"
js-sys = "0.3.77"
lightningcss = "1.0.0-alpha.58"
miette = "7.5.0"
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_typescript_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ tracing = { workspace = true, features = ["max_level_off"] }
wasm-bindgen = { workspace = true, features = ["enable-interning"] }
wasm-bindgen-futures = { workspace = true }
owo-colors = { version = "4.0.0"}
unicode-width = "0.1.11"
unicode-width = "0.2.0"
Loading
Loading