From 1c13291ab0fc4efc613065e1d3af485f7073dfed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 12:17:50 +0000 Subject: [PATCH] Update jemalloc-ctl requirement from 0.3 to 0.5 Updates the requirements on [jemalloc-ctl](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: jemalloc-ctl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- imhamt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imhamt/Cargo.toml b/imhamt/Cargo.toml index 4fd924efb..48faadf1a 100644 --- a/imhamt/Cargo.toml +++ b/imhamt/Cargo.toml @@ -17,7 +17,7 @@ test-strategy = "0.1" trybuild = "1" [target.'cfg(unix)'.dev-dependencies] -jemalloc-ctl = "0.3" +jemalloc-ctl = "0.5" jemallocator = "*" [[example]]