Skip to content

Commit d426844

Browse files
dependabot[bot]Licenser
authored andcommitted
Update jemallocator requirement from 0.3 to 0.5
Updates the requirements on [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: jemallocator dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0b48d1 commit d426844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde_json = { version = "1", optional = true }
2525
alloc_counter = { version = "0.0.4", optional = true }
2626
colored = { version = "2.0", optional = true }
2727
getopts = { version = "0.2", optional = true }
28-
jemallocator = { version = "0.3", optional = true }
28+
jemallocator = { version = "0.5", optional = true }
2929
perfcnt = { version = "0.8", optional = true }
3030

3131
# benchmarking

0 commit comments

Comments
 (0)