From 8e03ffc20e83d0440ceb409fc28bd6b02e485b14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 19:29:43 +0000 Subject: [PATCH] chore(deps): update rust crates --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab4675b4..67391881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ multiple_crate_versions = "allow" future_not_send = "allow" [workspace.dependencies] -allocator-api2 = { version = "0.2.21", default-features = false, features = ["alloc", "std"] } +allocator-api2 = { version = "0.4.0", default-features = false, features = ["alloc", "std"] } anstream = "0.6.21" anyhow = "1.0.98" assert2 = "0.4.0"