From b19a3c82e4a7a11aa28aab38f9d8a73e57d07ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 17:38:57 +0000 Subject: [PATCH] chore(deps): update snmalloc-rs requirement from 0.3.8 to 0.7.5 Updates the requirements on [snmalloc-rs](https://github.com/microsoft/snmalloc) to permit the latest version. - [Release notes](https://github.com/microsoft/snmalloc/releases) - [Commits](https://github.com/microsoft/snmalloc/commits/0.7.5) --- updated-dependencies: - dependency-name: snmalloc-rs dependency-version: 0.7.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a135f5e..4a40a90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ sfv = { version = "0.15.0", default-features = false, features = ["parsed-types" # memory allocator tcmalloc = { version = "0.3.0", optional = true } -snmalloc-rs = { version = "0.3.8", optional = true } +snmalloc-rs = { version = "0.7.5", optional = true } rpmalloc = { version = "0.2.2", optional = true } jemallocator = { package = "tikv-jemallocator", version = "0.6.1", optional = true } mimalloc = { version = "0.1.48", default-features = false, optional = true }