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