From dc2a204bf9a53778ba7b8aa5bf9876dce33c8f61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:28:36 +0000 Subject: [PATCH] chore(deps): update rust crate heapless to 0.8.0 --- crates/guest-rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/guest-rust/Cargo.toml b/crates/guest-rust/Cargo.toml index 83170b6e..8da31e66 100644 --- a/crates/guest-rust/Cargo.toml +++ b/crates/guest-rust/Cargo.toml @@ -15,7 +15,7 @@ wasm-bindgen = "0.2.87" serde.workspace = true tracing = "0.1.37" postcard = { version = "1.0.7", features = ["alloc"]} -heapless = "0.7.16" +heapless = "0.8.0" js-sys = "0.3.64" thiserror.workspace = true