diff --git a/Cargo.lock b/Cargo.lock index a3ad1eacd..639445b94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2669,9 +2669,9 @@ dependencies = [ [[package]] name = "tikv-jemallocator" -version = "0.5.0" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20612db8a13a6c06d57ec83953694185a367e16945f66565e8028d2c0bd76979" +checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca" dependencies = [ "libc", "tikv-jemalloc-sys", diff --git a/lib/tests/Cargo.toml b/lib/tests/Cargo.toml index 490b6c0d1..27e96bdbc 100644 --- a/lib/tests/Cargo.toml +++ b/lib/tests/Cargo.toml @@ -13,7 +13,7 @@ glob = "0.3" tracing-subscriber = { version = "0.3.16", default-features = false, features = ["fmt"] } [target.'cfg(not(target_env = "msvc"))'.dependencies] -tikv-jemallocator = { version = "0.5.0" } +tikv-jemallocator = { version = "0.5.4" } [features] default = []