@@ -100,7 +100,7 @@ tempfile = { workspace = true }
100100tokio = { workspace = true , features = [" rt" , " time" , " macros" , " rt-multi-thread" ] }
101101wast = { workspace = true }
102102criterion = { workspace = true }
103- num_cpus = " 1.13 .0"
103+ num_cpus = " 1.17 .0"
104104memchr = " 2.4"
105105async-trait = { workspace = true }
106106wat = { workspace = true }
@@ -319,8 +319,8 @@ cap-fs-ext = "3.4.4"
319319cap-net-ext = " 3.4.4"
320320cap-time-ext = " 3.4.4"
321321cap-tempfile = " 3.4.4"
322- fs-set-times = " 0.20.1 "
323- system-interface = { version = " 0.27.1 " , features = [" cap_std_impls" ] }
322+ fs-set-times = " 0.20.3 "
323+ system-interface = { version = " 0.27.3 " , features = [" cap_std_impls" ] }
324324io-lifetimes = { version = " 2.0.3" , default-features = false }
325325io-extras = " 0.18.1"
326326rustix = " 1.0.8"
@@ -344,66 +344,66 @@ json-from-wast = "0.240.0"
344344
345345# Non-Bytecode Alliance maintained dependencies:
346346# --------------------------
347- arbitrary = " 1.4.0 "
347+ arbitrary = " 1.4.2 "
348348mutatis = " 0.3.2"
349- cc = " 1.0 "
349+ cc = " 1.2.41 "
350350object = { version = " 0.37.3" , default-features = false , features = [' read_core' , ' elf' ] }
351- gimli = { version = " 0.32.0 " , default-features = false , features = [' read' ] }
352- addr2line = { version = " 0.25.0 " , default-features = false }
353- anyhow = { version = " 1.0.93 " , default-features = false }
351+ gimli = { version = " 0.32.3 " , default-features = false , features = [' read' ] }
352+ addr2line = { version = " 0.25.1 " , default-features = false }
353+ anyhow = { version = " 1.0.100 " , default-features = false }
354354windows-sys = " 0.60.2"
355355env_logger = " 0.11.5"
356- log = { version = " 0.4.27 " , default-features = false }
356+ log = { version = " 0.4.28 " , default-features = false }
357357clap = { version = " 4.5.48" , default-features = false , features = [" std" , " derive" ] }
358358clap_complete = " 4.5.58"
359359hashbrown = { version = " 0.15" , default-features = false }
360360capstone = " 0.13.0"
361- smallvec = { version = " 1.6 .1" , features = [" union" ] }
362- tracing = " 0.1.26 "
361+ smallvec = { version = " 1.15 .1" , features = [" union" ] }
362+ tracing = " 0.1.41 "
363363bitflags = " 2.9.4"
364- thiserror = " 2.0.12 "
365- async-trait = " 0.1.71 "
364+ thiserror = " 2.0.17 "
365+ async-trait = " 0.1.89 "
366366heck = " 0.5"
367- similar = " 2.1 .0"
368- toml = " 0.8.10 "
367+ similar = " 2.7 .0"
368+ toml = " 0.9.8 "
369369mach2 = " 0.4.2"
370- memfd = " 0.6.2 "
370+ memfd = " 0.6.5 "
371371psm = " 0.1.11"
372372proptest = " 1.0.0"
373373rand = { version = " 0.9.2" , features = [" small_rng" ] }
374374# serde and serde_derive must have the same version
375- serde = { version = " 1.0.215 " , default-features = false , features = [' alloc' ] }
376- serde_derive = " 1.0.188 "
375+ serde = { version = " 1.0.228 " , default-features = false , features = [' alloc' ] }
376+ serde_derive = " 1.0.228 "
377377serde_json = " 1.0.80"
378- glob = " 0.3.0 "
379- libfuzzer-sys = " 0.4.8 "
380- walkdir = " 2.3.3 "
378+ glob = " 0.3.3 "
379+ libfuzzer-sys = " 0.4.10 "
380+ walkdir = " 2.5.0 "
381381cfg-if = " 1.0"
382- tempfile = " 3.21 .0"
382+ tempfile = " 3.23 .0"
383383filecheck = " 0.5.0"
384- libc = { version = " 0.2.176 " , default-features = true }
384+ libc = { version = " 0.2.177 " , default-features = true }
385385file-per-thread-logger = " 0.2.0"
386- tokio = { version = " 1.43.0 " , features = [ " rt" , " time" ] }
387- hyper = " 1.0.1 "
388- http = " 1.0.0 "
389- http-body = " 1.0.0 "
390- http-body-util = " 0.1.0 "
391- bytes = { version = " 1.4 " , default-features = false }
392- futures = { version = " 0.3.27 " , default-features = false }
393- indexmap = { version = " 2.0.0 " , default-features = false }
386+ tokio = { version = " 1.47.1 " , features = [ " rt" , " time" ] }
387+ hyper = " 1.7.0 "
388+ http = " 1.3.1 "
389+ http-body = " 1.0.1 "
390+ http-body-util = " 0.1.3 "
391+ bytes = { version = " 1.10.1 " , default-features = false }
392+ futures = { version = " 0.3.31 " , default-features = false }
393+ indexmap = { version = " 2.11.4 " , default-features = false }
394394syn = " 2.0.106"
395- quote = " 1.0"
396- proc-macro2 = " 1.0"
397- test-log = { version = " 0.2" , default-features = false , features = [" trace" ] }
398- tracing-subscriber = { version = " 0.3.1 " , default-features = false , features = [' fmt' , ' env-filter' , ' ansi' , ' tracing-log' ] }
399- url = " 2.3.1 "
400- postcard = { version = " 1.0.8 " , default-features = false , features = [' alloc' ] }
401- criterion = { version = " 0.6 .0" , default-features = false , features = [" html_reports" , " rayon" ] }
402- rustc-hash = " 2.0.0 "
395+ quote = " 1.0.41 "
396+ proc-macro2 = " 1.0.101 "
397+ test-log = { version = " 0.2.18 " , default-features = false , features = [" trace" ] }
398+ tracing-subscriber = { version = " 0.3.20 " , default-features = false , features = [' fmt' , ' env-filter' , ' ansi' , ' tracing-log' ] }
399+ url = " 2.5.7 "
400+ postcard = { version = " 1.1.3 " , default-features = false , features = [' alloc' ] }
401+ criterion = { version = " 0.7 .0" , default-features = false , features = [" html_reports" , " rayon" ] }
402+ rustc-hash = " 2.1.1 "
403403libtest-mimic = " 0.8.1"
404- semver = { version = " 1.0.17 " , default-features = false }
404+ semver = { version = " 1.0.27 " , default-features = false }
405405ittapi = " 0.4.0"
406- libm = " 0.2.7 "
406+ libm = " 0.2.15 "
407407tokio-rustls = " 0.25.0"
408408rustls = " 0.22.0"
409409tokio-native-tls = " 0.3.1"
@@ -412,9 +412,9 @@ webpki-roots = "0.26.0"
412412itertools = " 0.14.0"
413413base64 = " 0.22.1"
414414termcolor = " 1.4.1"
415- flate2 = " 1.0.30 "
416- tokio-util = " 0.7.4 "
417- arbtest = " 0.3.1 "
415+ flate2 = " 1.1.4 "
416+ tokio-util = " 0.7.16 "
417+ arbtest = " 0.3.2 "
418418
419419# =============================================================================
420420#
0 commit comments