From 277223d91f82f3e89efba160f032e77079ac46ce Mon Sep 17 00:00:00 2001 From: Christopher Swenson Date: Mon, 16 Dec 2024 10:30:05 -0800 Subject: [PATCH] Update heapless to avoid use after free bug (#61) https://github.com/chipsalliance/caliptra-mcu-sw/security/dependabot/2 --- runtime/apps/libtock/ufmt/utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/apps/libtock/ufmt/utils/Cargo.toml b/runtime/apps/libtock/ufmt/utils/Cargo.toml index 6b304ab..8fb367f 100644 --- a/runtime/apps/libtock/ufmt/utils/Cargo.toml +++ b/runtime/apps/libtock/ufmt/utils/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/japaric/ufmt" version = "0.1.1" [dependencies] -heapless = "0.5.0" +heapless = "0.6.1" ufmt-write = { version = "0.1.0", path = "../write" } [dev-dependencies]