From 821bab8f41381f89faef4f138384b1a6e1375cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 02:29:47 +0000 Subject: [PATCH] Bump jemallocator from 0.5.0 to 0.5.4 Bumps [jemallocator](https://github.com/tikv/jemallocator) from 0.5.0 to 0.5.4. - [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.5.0...0.5.4) --- updated-dependencies: - dependency-name: jemallocator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9c52fc..3e0cc2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -530,9 +530,9 @@ dependencies = [ [[package]] name = "jemallocator" -version = "0.5.0" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16c2514137880c52b0b4822b563fadd38257c1f380858addb74a400889696ea6" +checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc" dependencies = [ "jemalloc-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index 708c0e1..791cf12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,4 +40,4 @@ zeroize = { version = "1.6.0", features = ["zeroize_derive"] } clap = { version = "4.3.19", features = ["cargo", "deprecated", "env", "wrap_help"] } [target.'cfg(not(target_os = "windows"))'.dependencies] -jemallocator = "0.5.0" +jemallocator = "0.5.4"