From d8360cf89a65511dc2499ea9bad35ed43e31d725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:41:06 +0000 Subject: [PATCH] test(fuzz)(deps): update tikv-jemallocator requirement in /fuzz 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/commits) --- updated-dependencies: - dependency-name: tikv-jemallocator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ".."