From f2eb2e5a0d10f401f52dce2a1af5105f5c0eee13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 02:06:09 +0000 Subject: [PATCH] chore(deps): bump alloc-stdlib from 0.2.2 to 0.2.4 Bumps [alloc-stdlib](https://github.com/dropbox/rust-alloc-no-stdlib) from 0.2.2 to 0.2.4. - [Commits](https://github.com/dropbox/rust-alloc-no-stdlib/commits/0.2.4) --- updated-dependencies: - dependency-name: alloc-stdlib dependency-version: 0.2.4 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 849e0ae..8b547ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,9 +16,9 @@ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" [[package]] name = "alloc-stdlib" -version = "0.2.2" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" +checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195" dependencies = [ "alloc-no-stdlib", ]