From 09a9ee3e95850407a4a3e9b03043768630297d78 Mon Sep 17 00:00:00 2001 From: farmer_timmm <63073761+Ttimmahlax@users.noreply.github.com> Date: Fri, 28 Aug 2026 09:54:29 -0700 Subject: [PATCH] bump rusty_alloc-api to =1.1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32d13ce..2ad1ea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ secure = ["rusty_alloc-api/secure"] [dependencies] # Pin exactly: rusty_alloc is 0.x and earlier releases had UAFs on all targets. -rusty_alloc-api = { version = "=1.1.4" } +rusty_alloc-api = { version = "=1.1.6" }