From b15904f86c6d9e61a2e1d714cb528734dc049134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 03:06:53 +0000 Subject: [PATCH] Bump hyperlight-guest-bin from 0.12.0 to 0.13.0 Bumps [hyperlight-guest-bin](https://github.com/hyperlight-dev/hyperlight) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/hyperlight-dev/hyperlight/releases) - [Changelog](https://github.com/hyperlight-dev/hyperlight/blob/main/CHANGELOG.md) - [Commits](https://github.com/hyperlight-dev/hyperlight/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: hyperlight-guest-bin dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 137 ++++++++++++++++++++++++++++++++--------------------- Cargo.toml | 2 +- 2 files changed, 85 insertions(+), 54 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f05aa15..d4fc2d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,11 +255,11 @@ dependencies = [ [[package]] name = "buddy_system_allocator" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1a0108968a3a2dab95b089c0fc3f1afa7759aa5ebe6f1d86d206d6f7ba726eb" +checksum = "b672b945a3e4f4f40bfd4cd5ee07df9e796a42254ce7cd6d2599ad969244c44a" dependencies = [ - "spin 0.9.8", + "spin", ] [[package]] @@ -340,7 +340,7 @@ dependencies = [ "serde", "serde-untagged", "serde-value", - "thiserror 2.0.17", + "thiserror 2.0.18", "toml 0.9.12+spec-1.1.0", "unicode-xid", "url", @@ -357,7 +357,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -505,7 +505,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" dependencies = [ - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -1009,9 +1009,9 @@ checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" [[package]] name = "flatbuffers" -version = "25.9.23" +version = "25.12.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09b6620799e7340ebd9968d2e0708eb82cf1971e9a16821e2091b6d6e475eed5" +checksum = "35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3" dependencies = [ "bitflags 2.10.0", "rustc_version", @@ -1447,11 +1447,25 @@ dependencies = [ "anyhow", "flatbuffers", "log", - "spin 0.10.0", - "thiserror 2.0.17", + "spin", + "thiserror 2.0.18", "tracing", ] +[[package]] +name = "hyperlight-common" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "725ce602c72dce1d83a87f98f3731e7db62f5ca7e1a255eea875e9bad408766f" +dependencies = [ + "anyhow", + "flatbuffers", + "log", + "spin", + "thiserror 2.0.18", + "tracing-core", +] + [[package]] name = "hyperlight-component-macro" version = "0.13.0" @@ -1506,38 +1520,52 @@ checksum = "cc7f3cfaa19d263d4110b6f1d371ad778d544f4f30369be8eca79092bc868840" dependencies = [ "anyhow", "flatbuffers", - "hyperlight-common", - "hyperlight-guest-tracing", + "hyperlight-common 0.12.0", + "hyperlight-guest-tracing 0.12.0", + "serde_json", + "tracing", +] + +[[package]] +name = "hyperlight-guest" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9d3e421c1058a950dffaa414dd9e0348d21b18ec218cf2777752c436087bcb0" +dependencies = [ + "anyhow", + "flatbuffers", + "hyperlight-common 0.13.0", + "hyperlight-guest-tracing 0.13.0", "serde_json", "tracing", ] [[package]] name = "hyperlight-guest-bin" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "598a6f53bd1a356cff745af4b20e2e96ff9d4c956d13c52fd7981e91832291d8" +checksum = "ae0b7568c1df39e78f9ee844243ad722ef4990e46950232747e14460379a3930" dependencies = [ "buddy_system_allocator", "cc", "cfg-if", "flatbuffers", "glob", - "hyperlight-common", - "hyperlight-guest", + "hyperlight-common 0.13.0", + "hyperlight-guest 0.13.0", "hyperlight-guest-macro", - "hyperlight-guest-tracing", + "hyperlight-guest-tracing 0.13.0", "linkme", "log", - "spin 0.10.0", + "spin", "tracing", ] [[package]] name = "hyperlight-guest-macro" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc0fec4e1154fe4368a5980101d532eede35c622532aaf83a03440d912d55217" +checksum = "f1d7915f27b534dc2c26e215f0372f80b34b172fb8d2507d0c0f0c4616259a42" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -1551,8 +1579,20 @@ version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df0f8d1e992b03c778c6c144f94a81060384e823781c84fae6228cba230d449c" dependencies = [ - "hyperlight-common", - "spin 0.10.0", + "hyperlight-common 0.12.0", + "spin", + "tracing", + "tracing-core", +] + +[[package]] +name = "hyperlight-guest-tracing" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "266a23a83726db78b114fd177bda2833df84e9e2894e460aed7c7da9a0967a5e" +dependencies = [ + "hyperlight-common 0.13.0", + "spin", "tracing", "tracing-core", ] @@ -1575,8 +1615,8 @@ dependencies = [ "gdbstub", "gdbstub_arch", "goblin", - "hyperlight-common", - "hyperlight-guest-tracing", + "hyperlight-common 0.12.0", + "hyperlight-guest-tracing 0.12.0", "kvm-bindings", "kvm-ioctls", "lazy_static", @@ -1592,7 +1632,7 @@ dependencies = [ "serde_json", "sha256", "termcolor", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "tracing-core", "tracing-log", @@ -1680,12 +1720,12 @@ dependencies = [ "cc", "cfg-if", "cfg_aliases", - "hyperlight-common", - "hyperlight-guest", + "hyperlight-common 0.12.0", + "hyperlight-guest 0.12.0", "hyperlight-guest-bin", "hyperlight-wasm-macro", "reqwest", - "spin 0.10.0", + "spin", "tracing", "wasmtime", ] @@ -2143,7 +2183,7 @@ dependencies = [ "metrics-util", "quanta", "rustls", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] @@ -2205,7 +2245,7 @@ checksum = "748f59f22dccd910080a6315fc692bd04bd8c94ae2fc346957ec34b7d985eaa0" dependencies = [ "libc", "mshv-bindings", - "thiserror 2.0.17", + "thiserror 2.0.18", "vmm-sys-util", ] @@ -2333,7 +2373,7 @@ dependencies = [ "futures-sink", "js-sys", "pin-project-lite", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", ] @@ -2363,7 +2403,7 @@ dependencies = [ "opentelemetry_sdk", "prost", "reqwest", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tonic", ] @@ -2399,7 +2439,7 @@ dependencies = [ "opentelemetry", "percent-encoding", "rand", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", ] @@ -2702,7 +2742,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", "web-time", @@ -2723,7 +2763,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.17", + "thiserror 2.0.18", "tinyvec", "tracing", "web-time", @@ -2852,7 +2892,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -3328,15 +3368,6 @@ dependencies = [ "windows-sys 0.60.2", ] -[[package]] -name = "spin" -version = "0.9.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" -dependencies = [ - "lock_api", -] - [[package]] name = "spin" version = "0.10.0" @@ -3432,11 +3463,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" dependencies = [ - "thiserror-impl 2.0.17", + "thiserror-impl 2.0.18", ] [[package]] @@ -3452,9 +3483,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" dependencies = [ "proc-macro2", "quote", @@ -3766,7 +3797,7 @@ dependencies = [ "chrono", "serde", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "tracing-subscriber", "uuid", @@ -4239,7 +4270,7 @@ dependencies = [ "pulley-interpreter", "smallvec", "target-lexicon", - "thiserror 2.0.17", + "thiserror 2.0.18", "wasmparser 0.236.1", "wasmtime-environ", "wasmtime-internal-math", @@ -4438,7 +4469,7 @@ dependencies = [ "regalloc2", "smallvec", "target-lexicon", - "thiserror 2.0.17", + "thiserror 2.0.18", "wasmparser 0.236.1", "wasmtime-environ", "wasmtime-internal-cranelift", diff --git a/Cargo.toml b/Cargo.toml index 680a9e4..09a7383 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ hyperlight-common = { version = "0.12.0", default-features = false } hyperlight-component-macro = { version = "0.13.0" } hyperlight-component-util = { version = "0.12.0" } hyperlight-guest = { version = "0.12.0" } -hyperlight-guest-bin = { version = "0.12.0", features = [ "printf" ] } +hyperlight-guest-bin = { version = "0.13.0", features = [ "printf" ] } hyperlight-host = { version = "0.12.0", default-features = false, features = ["executable_heap", "init-paging"] } hyperlight-wasm-macro = { version = "0.12.0", path = "src/hyperlight_wasm_macro" } hyperlight-wasm-runtime = { version = "0.12.0", path = "src/hyperlight_wasm_runtime" }