From a6c7d3df792c91758c39415295893918526e4285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:06:33 +0000 Subject: [PATCH] chore(deps): update tikv-jemallocator requirement from 0.6 to 0.7 Updates the requirements on [tikv-jemallocator](https://github.com/tikv/jemallocator) to permit the latest version. - [Release notes](https://github.com/tikv/jemallocator/releases) - [Changelog](https://github.com/tikv/jemallocator/blob/main/CHANGELOG.md) - [Commits](https://github.com/tikv/jemallocator/compare/0.6.0...0.7.0) --- updated-dependencies: - dependency-name: tikv-jemallocator dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/rotortree/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]]