diff --git a/Cargo.lock b/Cargo.lock index c5e2cc7a2..2e14ddc8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3930,9 +3930,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-sys" -version = "0.5.4+5.3.0-patched" +version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" +checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d" dependencies = [ "cc", "libc", @@ -3940,9 +3940,9 @@ dependencies = [ [[package]] name = "tikv-jemallocator" -version = "0.5.4" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca" +checksum = "4cec5ff18518d81584f477e9bfdf957f5bb0979b0bac3af4ca30b5b3ae2d2865" dependencies = [ "libc", "tikv-jemalloc-sys", diff --git a/crates/uv-dev/Cargo.toml b/crates/uv-dev/Cargo.toml index a6820a067..68ac33abd 100644 --- a/crates/uv-dev/Cargo.toml +++ b/crates/uv-dev/Cargo.toml @@ -59,7 +59,7 @@ walkdir = { workspace = true } mimalloc = { version = "0.1.39" } [target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dependencies] -tikv-jemallocator = { version = "0.5.4" } +tikv-jemallocator = { version = "0.6.0" } [features] default = [] diff --git a/crates/uv/Cargo.toml b/crates/uv/Cargo.toml index fa7077ab4..7b3073bfb 100644 --- a/crates/uv/Cargo.toml +++ b/crates/uv/Cargo.toml @@ -77,7 +77,7 @@ which = { workspace = true } mimalloc = { version = "0.1.39" } [target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dependencies] -tikv-jemallocator = { version = "0.5.4" } +tikv-jemallocator = { version = "0.6.0" } [dev-dependencies] assert_cmd = { version = "2.0.14" }