Skip to content

Commit 5dcaf08

Browse files
fix(deps): update cargo
1 parent 9aca205 commit 5dcaf08

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.toml

+17-17
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,29 @@ resolver = "2"
2929
backtrace = "0.3.61"
3030
base64 = "0.22.1"
3131
bitflags = "2.5.0"
32-
browserslist-rs = "0.17.0"
32+
browserslist-rs = "0.18.0"
3333
bumpalo = "3.16.0"
34-
cargo_metadata = "0.18.1"
34+
cargo_metadata = "0.19.0"
3535
cfg-if = "1.0.0"
36-
changesets = "0.2.2"
36+
changesets = "0.4.0"
3737
chili = "=0.2.0"
3838
chrono = "0.4.38"
3939
codspeed-criterion-compat = "2.6.0"
40-
compact_str = "0.7.1"
40+
compact_str = "0.9.0"
4141
console_error_panic_hook = "0.1.7"
4242
copyless = "0.1.5"
4343
crc = "2.1.0"
4444
criterion = "0.5.1"
4545
crossbeam-queue = "0.3.11"
4646
dashmap = "5.5.3"
47-
dialoguer = "0.10.2"
47+
dialoguer = "0.11.0"
4848
difference = "2"
4949
either = "1.10.0"
5050
enumset = "1.1.2"
5151
flate2 = "1.0"
5252
futures = "0.3"
5353
glob = "0.3.0"
54-
hashbrown = "0.14.5"
54+
hashbrown = "0.15.0"
5555
hex = "0.4.3"
5656
indexmap = "2.0.0"
5757
is-macro = "0.3.5"
@@ -60,39 +60,39 @@ resolver = "2"
6060
kstring = "2.0.0"
6161
lazy_static = "1.4.0"
6262
lexical = "6.1.0"
63-
lru = "0.10.0"
63+
lru = "0.13.0"
6464
memchr = "2.6.1"
6565
miette = "7.2.0"
6666
napi = { version = "2.0.0", default-features = false }
6767
napi-derive = { version = "2.0.0", default-features = false }
6868
new_debug_unreachable = "1.0.6"
6969
nom = "7.1.3"
70-
ntest = "0.7.2"
70+
ntest = "0.9.0"
7171
num-bigint = "0.4.3"
7272
num-traits = "0.2.15"
7373
num_cpus = "1.13.1"
7474
once_cell = "1.19.0"
7575
parking_lot = "0.12.1"
7676
path-absolutize = "3.0.11"
7777
pathdiff = "0.2.1"
78-
petgraph = "0.6.0"
78+
petgraph = "0.7.0"
7979
phf = "0.11.2"
8080
pretty_assertions = "1.3"
8181
proc-macro2 = "1.0.24"
8282
ptr_meta = "0.3.0"
8383
quote = "1.0.7"
8484
radix_fmt = "1.0.0"
85-
rand = "0.8.5"
85+
rand = "0.9.0"
8686
rayon = "1.7.0"
8787
regex = "1.5.4"
8888
relative-path = "1.6.1"
89-
reqwest = "0.11.14"
89+
reqwest = "0.12.0"
9090
rustc-hash = "2"
9191
ryu-js = "1.0.0"
9292
scoped-tls = "1.0.1"
9393
semver = "1.0.20"
9494
serde = "1.0.197"
95-
serde-wasm-bindgen = "0.4.5"
95+
serde-wasm-bindgen = "0.6.0"
9696
serde_derive = "1.0.197"
9797
serde_json = "1.0.115"
9898
sha1 = "0.10.6"
@@ -101,7 +101,7 @@ resolver = "2"
101101
siphasher = "0.3.9"
102102
smallvec = "1.8.0"
103103
smartstring = "1.0.1"
104-
smol_str = "0.2.0"
104+
smol_str = "0.3.0"
105105
sourcemap = "9.0.0"
106106
st-map = "0.2.0"
107107
string_cache = "0.8.7"
@@ -112,22 +112,22 @@ resolver = "2"
112112
tokio = { version = "1", default-features = false }
113113
toml = "0.8.2"
114114
tracing = "0.1.40"
115-
tracing-chrome = "0.5.0"
115+
tracing-chrome = "0.7.0"
116116
tracing-futures = "0.2.5"
117117
tracing-subscriber = "0.3.18"
118118
triomphe = "0.1.13"
119119
typed-arena = "2.0.1"
120120
unicode-id = "0.3"
121121
unicode-id-start = "1.2.0"
122-
unicode-width = "0.1.4"
122+
unicode-width = "0.2.0"
123123
url = "2.5.4"
124124
vergen = { version = "9.0.0", default-features = false }
125-
virtual-fs = { version = "0.19.0", default-features = false }
125+
virtual-fs = { version = "0.24.0", default-features = false }
126126
walkdir = "2.4.0"
127127
wasm-bindgen = "0.2.91"
128128
wasm-bindgen-futures = "0.4.41"
129129
wasmer = { version = "=5.0.5-rc1", default-features = false }
130-
wasmer-wasix = { version = "0.35.0", default-features = false }
130+
wasmer-wasix = { version = "0.38.0", default-features = false }
131131
wide = "0.7.32"
132132

133133
[profile.release]

bindings/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resolver = "2"
1919
[workspace.dependencies]
2020
anyhow = "1.0.86"
2121
backtrace = "0.3"
22-
getrandom = "0.2.15"
22+
getrandom = "0.3.0"
2323
js-sys = "0.3.77"
2424
lightningcss = "1.0.0-alpha.58"
2525
napi = { version = "2", default-features = false }

0 commit comments

Comments
 (0)