Update Rust crate tikv-jemallocator to 0.6.0 (#5058)

This commit is contained in:
renovate[bot] 2024-07-14 20:39:50 -04:00 committed by GitHub
parent 4d14a1a371
commit 97d2a7c567
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -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 = []

View file

@ -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" }