diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 39c1969fd..be1552cd0 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -12,7 +12,7 @@ cargo-fuzz = true libfuzzer-sys = "0.4" arbitrary = { version = "1.3.2", features = ["derive"] } replace_with = "0.1.7" -tikv-jemallocator = "0.5.4" +tikv-jemallocator = "0.6.0" [dependencies.zip] path = ".."