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