From 20fb0c9a68f741a2b70258ae01df0d37fad2f25f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:05:00 +0000 Subject: [PATCH] Rust Dependency: Update alloc-no-stdlib requirement from ~2.0 to ~3.0 Updates the requirements on [alloc-no-stdlib](https://github.com/dropbox/rust-alloc-no-stdlib) to permit the latest version. - [Commits](https://github.com/dropbox/rust-alloc-no-stdlib/commits/3.0.0) --- updated-dependencies: - dependency-name: alloc-no-stdlib dependency-version: 3.0.0 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 20cdf1f..48e993f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde_json = { version = "1.0", default-features = false, optional = true, featu serde = { version = "1.0.219", features = ["derive"]} serde_yml = "0.0.12" brotli-decompressor = { version= "5.0.0", default-features = false} -alloc-no-stdlib = { version = "~2.0"} +alloc-no-stdlib = { version = "~3.0"} [features] nightly = []