@@ -22,19 +22,19 @@ doctest = false
2222[dependencies ]
2323oxc_resolver = { workspace = true }
2424
25- fancy-regex = { version = " ^0.16.1 " , default-features = false , features = [" std" ] }
25+ fancy-regex = { version = " ^0.16.2 " , default-features = false , features = [" std" ] }
2626napi = { version = " 3" , default-features = false , features = [" napi3" , " serde-json" ] }
2727napi-derive = { version = " 3" }
28- tracing-subscriber = { version = " 0.3.19 " , optional = true , default-features = false , features = [" std" , " fmt" ] } # Omit the `regex` feature
28+ tracing-subscriber = { version = " 0.3.20 " , optional = true , default-features = false , features = [" std" , " fmt" ] } # Omit the `regex` feature
2929
3030[target .'cfg(not(any(target_os = "linux", target_os = "freebsd", target_arch = "arm", target_family = "wasm")))' .dependencies ]
31- mimalloc-safe = { version = " 0.1.54 " , optional = true , features = [" skip_collect_on_exit" ] }
31+ mimalloc-safe = { version = " 0.1.55 " , optional = true , features = [" skip_collect_on_exit" ] }
3232
3333[target .'cfg(all(target_os = "linux", not(target_arch = "arm"), not(target_arch = "aarch64")))' .dependencies ]
34- mimalloc-safe = { version = " 0.1.54 " , optional = true , features = [" skip_collect_on_exit" , " local_dynamic_tls" ] }
34+ mimalloc-safe = { version = " 0.1.55 " , optional = true , features = [" skip_collect_on_exit" , " local_dynamic_tls" ] }
3535
3636[target .'cfg(all(target_os = "linux", target_arch = "aarch64"))' .dependencies ]
37- mimalloc-safe = { version = " 0.1.54 " , optional = true , features = [" skip_collect_on_exit" , " local_dynamic_tls" , " no_opt_arch" ] }
37+ mimalloc-safe = { version = " 0.1.55 " , optional = true , features = [" skip_collect_on_exit" , " local_dynamic_tls" , " no_opt_arch" ] }
3838
3939[build-dependencies ]
4040napi-build = " 2.2.3"
0 commit comments