From efc50244e7716771e33940c87a9d1c88a229f2c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 04:10:18 +0000 Subject: [PATCH] Bump snmalloc-rs from 0.2.27 to 0.2.28 Bumps [snmalloc-rs](https://github.com/SchrodingerZhu/snmalloc-rs) from 0.2.27 to 0.2.28. - [Release notes](https://github.com/SchrodingerZhu/snmalloc-rs/releases) - [Changelog](https://github.com/SchrodingerZhu/snmalloc-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/SchrodingerZhu/snmalloc-rs/commits) --- updated-dependencies: - dependency-name: snmalloc-rs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10c55f5..162c07e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1665,18 +1665,18 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" [[package]] name = "snmalloc-rs" -version = "0.2.27" +version = "0.2.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f5a6194d59b08fc87381e7c8a04ab4ab9967282b00f409bb742e08f3514ed0b" +checksum = "36acaace2719c972eab3ef6a6b3aee4495f0bf300f59715bb9cff6c5acf4ae20" dependencies = [ "snmalloc-sys", ] [[package]] name = "snmalloc-sys" -version = "0.2.27" +version = "0.2.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9518813a25ab2704a6df4968f609aa6949705409b6a854dcc87018d12961cbc8" +checksum = "35a7e6e7d5fe756bee058ddedefc7e0a9f9c8dbaa9401b48ed3c17d6578e40b5" dependencies = [ "cmake", ]