From d5947208c5805b1d088a41ba2ff79ca638998c84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:00:58 +0000 Subject: [PATCH] chore(deps): update rust crate wasmtime-slab to v29 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b222e57c..cceda189 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1087,9 +1087,9 @@ dependencies = [ [[package]] name = "wasmtime-slab" -version = "28.0.1" +version = "29.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "564905638c132c275d365c1fa074f0b499790568f43148d29de84ccecfb5cb31" +checksum = "fcb5821a96fa04ac14bc7b158bb3d5cd7729a053db5a74dad396cd513a5e5ccf" [[package]] name = "wast" diff --git a/Cargo.toml b/Cargo.toml index c0e0060e..c6d0e5bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ target-lexicon = { version = "0.13.1", default-features = false } cranelift-codegen = { git = "https://github.com/JonasKruckenberg/wasmtime.git", branch = "main", default-features = false, features = ["host-arch", "core"] } cranelift-frontend = { git = "https://github.com/JonasKruckenberg/wasmtime.git", branch = "main", default-features = false, features = ["core"] } cranelift-entity = { git = "https://github.com/JonasKruckenberg/wasmtime.git", branch = "main", default-features = false } -wasmtime-slab = "28.0.0" +wasmtime-slab = "29.0.0" [profile.release] debug = "limited" # The kernel should be able to print stack traces of itself even in release mode