From a485642a08938f44d4a3405a82c9a8a8467e0f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 13:42:08 +0000 Subject: [PATCH] chore(deps): bump snmalloc-rs from 0.3.4 to 0.3.5 Bumps [snmalloc-rs](https://github.com/SchrodingerZhu/snmalloc-rs) from 0.3.4 to 0.3.5. - [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 b1ed4fb8125d..11904980129d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2943,18 +2943,18 @@ dependencies = [ [[package]] name = "snmalloc-rs" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "038507ad9c0ff0d6901e057494abcdba49a1a44fe3236f281730a9278166710d" +checksum = "dc157dd2183548a4b4b0b428d59efbb527b19360a678b632842fe3fcfb2c30f9" dependencies = [ "snmalloc-sys", ] [[package]] name = "snmalloc-sys" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cae3f7f662ebf11afe4d6534e63fa5846ec0143892c78ddb1040cc01249f143" +checksum = "0761b83013b42a16bab6c3bd5a68e80b1a54f7af9e68e40f00e017489821e8fa" dependencies = [ "cmake", ]