diff --git a/crates/rotortree/Cargo.toml b/crates/rotortree/Cargo.toml index d4a804f..2dc6186 100644 --- a/crates/rotortree/Cargo.toml +++ b/crates/rotortree/Cargo.toml @@ -44,7 +44,7 @@ proptest = "1" criterion = { version = "0.8", features = ["html_reports"] } crabtime = "1.1.4" tempfile = "3" -tikv-jemallocator = "0.6" +tikv-jemallocator = "0.7" rotortree = { path = ".", features = ["test-helpers"] } [[bench]]