diff --git a/Cargo.lock b/Cargo.lock index 1bca10f6eccc..a98642fb293e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1614,9 +1614,9 @@ dependencies = [ [[package]] name = "mimalloc-rust" -version = "0.1.5" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc30df9dfdb5bb6cb2470de65ca604c3eaa3e5dc2ad02a9a98f567df5844472" +checksum = "6973866e0bc6504c03a16b6817b7e70839cc8a1dbd5d6dab00c65d8034868d8b" dependencies = [ "cty", "mimalloc-rust-sys", @@ -1624,9 +1624,9 @@ dependencies = [ [[package]] name = "mimalloc-rust-sys" -version = "1.7.3-source" +version = "1.7.6-source" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3adc8731262b982f4e0860770dba118305cafe1b2e7ebe95b29b2c2f46a70666" +checksum = "7a50daf45336b979a202a19f53b4b382f2c4bd50f392a8dbdb4c6c56ba5dfa64" dependencies = [ "cc", "cty", diff --git a/crates/swc_node_base/Cargo.toml b/crates/swc_node_base/Cargo.toml index 8dd68b8ddacc..d2a8298a2e88 100644 --- a/crates/swc_node_base/Cargo.toml +++ b/crates/swc_node_base/Cargo.toml @@ -1,12 +1,12 @@ [package] -authors = ["강동윤 "] -description = "Speedy web compiler" +authors = ["강동윤 "] +description = "Speedy web compiler" documentation = "https://rustdoc.swc.rs/swc_node_base/" -edition = "2021" -license = "Apache-2.0" -name = "swc_node_base" -repository = "https://github.com/swc-project/swc.git" -version = "0.5.5" +edition = "2021" +license = "Apache-2.0" +name = "swc_node_base" +repository = "https://github.com/swc-project/swc.git" +version = "0.5.5" [lib] bench = false @@ -14,7 +14,7 @@ bench = false [dependencies] [target.'cfg(not(target_os = "linux"))'.dependencies] -mimalloc-rust = { version = "0.1" } +mimalloc-rust = { version = "0.2" } [target.'cfg(all(target_os = "linux", target_env = "gnu", any(target_arch = "x86_64", target_arch = "aarch64")))'.dependencies] tikv-jemallocator = { version = "0.4", features = ["disable_initial_exec_tls"] }