From 89b287f477ad1230e3a1d275f74eb52d73656ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 04:26:14 +0000 Subject: [PATCH] chore(deps): bump snmalloc-rs from 0.3.7 to 0.3.8 Bumps [snmalloc-rs](https://github.com/SchrodingerZhu/snmalloc-rs) from 0.3.7 to 0.3.8. - [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 ++++---- llrt/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d14ba11992..ec2c02f7f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3082,18 +3082,18 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "snmalloc-rs" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d43ff92911d7d9705d1c0203300a3edfd00d16c8b8b0c27c56f9407a3f31e7a6" +checksum = "eb317153089fdfa4d8a2eec059d40a5a23c3bde43995ea23b19121c3f621e74a" dependencies = [ "snmalloc-sys", ] [[package]] name = "snmalloc-sys" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "954e1f984860770475196be81a547ed1517d34fcb8a15cb87bdb37cff3353230" +checksum = "065fea53d32bb77bc36cca466cb191f2e5216ebfd0ed360b1d64889ee6e559ea" dependencies = [ "cmake", ] diff --git a/llrt/Cargo.toml b/llrt/Cargo.toml index e3da3cbfcf..f2f8e0ef37 100644 --- a/llrt/Cargo.toml +++ b/llrt/Cargo.toml @@ -23,7 +23,7 @@ crossterm = { version = "0.28.1" } constcat = "0.5.1" [target.'cfg(not(target_os = "windows"))'.dependencies] -snmalloc-rs = { version = "0.3.7", features = ["lto"] } +snmalloc-rs = { version = "0.3.8", features = ["lto"] } [dev-dependencies]