fix(deps): update rust crate tikv-jemallocator to 0.5.4

This commit is contained in:
renovate[bot] 2024-02-15 00:35:14 +00:00 committed by June
parent 9f5b823b3a
commit aa8e534293
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ futures-util = { version = "0.3.30", default-features = false }
figment = { version = "0.10.14", features = ["env", "toml"] }
tikv-jemalloc-ctl = { version = "0.5.4", features = ["use_std"], optional = true }
tikv-jemallocator = { version = "0.5.0", features = ["unprefixed_malloc_on_supported_platforms"], optional = true }
tikv-jemallocator = { version = "0.5.4", features = ["unprefixed_malloc_on_supported_platforms"], optional = true }
lazy_static = "1.4.0"
async-trait = "0.1.77"