From 830025d9c0095f3fdcd2657b745c2126a7389486 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:27:12 +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 275cfb22..8af1fb69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1058,9 +1058,9 @@ dependencies = [ [[package]] name = "wasmtime-slab" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8579c335220b4ece9aa490a0e8b46de78cd342b195ab21ff981d095e14b52383" +checksum = "f8e57bd1a3969f514ccd4809070578ecabcfe7b9ae0bf7caeecbefa5f8e6116a" [[package]] name = "wast" diff --git a/Cargo.toml b/Cargo.toml index 2b1df06a..8a335906 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,7 +134,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