From d47b4a44e9f6216001b52719c44e7e9da2fa95e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 17:06:28 +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 f7f77892..4973142f 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"