diff --git a/Cargo.lock b/Cargo.lock index 7a4a95a..bb48d6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1333,14 +1333,15 @@ dependencies = [ [[package]] name = "hyperlight-common" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "409ac43d32b148aa71473d5bca0b5ff4cf72ddf4e9cb4550e9a189d807e6c0d4" +checksum = "98f80e9aba9fce2a899c9ff0c62dd39cd479fa2f22ef578faed1d510c5becf94" dependencies = [ "anyhow", "flatbuffers", "log", "spin", + "thiserror 2.0.17", "tracing", ] @@ -1377,9 +1378,9 @@ dependencies = [ [[package]] name = "hyperlight-guest-tracing" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "670c97963e19dd9e2855ed8ef1db47074d72036beb2ac5e621bd5796be2856b0" +checksum = "df0f8d1e992b03c778c6c144f94a81060384e823781c84fae6228cba230d449c" dependencies = [ "hyperlight-common", "spin", @@ -1389,9 +1390,9 @@ dependencies = [ [[package]] name = "hyperlight-host" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49984fc8631a27d214550204350e4cc2ca304a37da759ea37407d0d1e4863eb6" +checksum = "0f81d712e88785e8860be6b33048fc2c9ad6637864aa50fe95d0037cfa50a4fb" dependencies = [ "anyhow", "bitflags 2.10.0", diff --git a/Cargo.toml b/Cargo.toml index 0e4bc53..d0acf64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ repository = "https://github.com/hyperlight-dev/hyperlight-wasm" readme = "README.md" [workspace.dependencies] -hyperlight-host = { version = "0.11.0", default-features = false, features = ["executable_heap", "init-paging"] } +hyperlight-host = { version = "0.12.0", default-features = false, features = ["executable_heap", "init-paging"] }