diff --git a/Cargo.lock b/Cargo.lock index 29f8f84e..dedec163 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6625,9 +6625,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-sys" -version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" +version = "0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b" +checksum = "1a2825c78386b4ae0314074867860ba9577875de945f05992c38815cbec327f0" dependencies = [ "cc", "libc", @@ -6635,9 +6635,9 @@ dependencies = [ [[package]] name = "tikv-jemallocator" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0359b4327f954e0567e69fb191cf1436617748813819c94b8cd4a431422d053a" +checksum = "249f09e49ab1609436f34c776e84231bead18d6a955f119f939bdc1d847561bd" dependencies = [ "libc", "tikv-jemalloc-sys", diff --git a/Cargo.toml b/Cargo.toml index 5645a0ca..9ee67308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -236,7 +236,7 @@ pprof = { version = "0.15.0", default-features = false, features = # release build can A/B the allocator under concurrent load without changing # code. Not added to the default dependency graph anywhere. mimalloc = { version = "0.1.52", default-features = false } -tikv-jemallocator = { version = "0.6.1", default-features = false } +tikv-jemallocator = { version = "0.7.0", default-features = false } proptest = "1.11.0" prometheus = { version = "0.14.0", features = ["process"] } proj-sys = "0.27.0"