diff --git a/Cargo.lock b/Cargo.lock index 34f6742..071c606 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5878,9 +5878,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-ctl" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f21f216790c8df74ce3ab25b534e0718da5a1916719771d3fec23315c99e468b" +checksum = "661f1f6a57b3a36dc9174a2c10f19513b4866816e13425d3e418b11cc37bc24c" dependencies = [ "libc", "paste", @@ -5889,9 +5889,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-sys" -version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" +version = "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d" +checksum = "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 1b53ce8..22a3659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,7 +161,7 @@ bytes = "1.6" # Memory allocator + profiling tikv-jemallocator = { version = "0.6.0", default-features = true } -tikv-jemalloc-ctl = "0.6.0" +tikv-jemalloc-ctl = "0.6.1" backtrace = "0.3" # Configuration