From 9e186d21969bf92ab6eae48b6fee00352c80c1a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 12:11:43 +0000 Subject: [PATCH] Bump hyperlight-common from 0.12.0 to 0.13.0 Bumps [hyperlight-common](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-common dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 70 ++++++++++++++++++++++++++++++++---------------------- Cargo.toml | 2 +- 2 files changed, 43 insertions(+), 29 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23eb249..94ae978 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", @@ -1448,10 +1448,24 @@ dependencies = [ "flatbuffers", "log", "spin 0.10.0", - "thiserror 2.0.17", + "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 0.10.0", + "thiserror 2.0.18", + "tracing-core", +] + [[package]] name = "hyperlight-component-macro" version = "0.13.0" @@ -1506,7 +1520,7 @@ checksum = "cc7f3cfaa19d263d4110b6f1d371ad778d544f4f30369be8eca79092bc868840" dependencies = [ "anyhow", "flatbuffers", - "hyperlight-common", + "hyperlight-common 0.12.0", "hyperlight-guest-tracing", "serde_json", "tracing", @@ -1523,7 +1537,7 @@ dependencies = [ "cfg-if", "flatbuffers", "glob", - "hyperlight-common", + "hyperlight-common 0.12.0", "hyperlight-guest", "hyperlight-guest-macro", "hyperlight-guest-tracing", @@ -1551,7 +1565,7 @@ version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df0f8d1e992b03c778c6c144f94a81060384e823781c84fae6228cba230d449c" dependencies = [ - "hyperlight-common", + "hyperlight-common 0.12.0", "spin 0.10.0", "tracing", "tracing-core", @@ -1575,7 +1589,7 @@ dependencies = [ "gdbstub", "gdbstub_arch", "goblin", - "hyperlight-common", + "hyperlight-common 0.12.0", "hyperlight-guest-tracing", "kvm-bindings", "kvm-ioctls", @@ -1592,7 +1606,7 @@ dependencies = [ "serde_json", "sha256", "termcolor", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "tracing-core", "tracing-log", @@ -1680,7 +1694,7 @@ dependencies = [ "cc", "cfg-if", "cfg_aliases", - "hyperlight-common", + "hyperlight-common 0.13.0", "hyperlight-guest", "hyperlight-guest-bin", "hyperlight-wasm-macro", @@ -2143,7 +2157,7 @@ dependencies = [ "metrics-util", "quanta", "rustls", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] @@ -2205,7 +2219,7 @@ checksum = "748f59f22dccd910080a6315fc692bd04bd8c94ae2fc346957ec34b7d985eaa0" dependencies = [ "libc", "mshv-bindings", - "thiserror 2.0.17", + "thiserror 2.0.18", "vmm-sys-util", ] @@ -2333,7 +2347,7 @@ dependencies = [ "futures-sink", "js-sys", "pin-project-lite", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", ] @@ -2363,7 +2377,7 @@ dependencies = [ "opentelemetry_sdk", "prost", "reqwest", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tonic", ] @@ -2399,7 +2413,7 @@ dependencies = [ "opentelemetry", "percent-encoding", "rand", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", ] @@ -2702,7 +2716,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", "web-time", @@ -2723,7 +2737,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.17", + "thiserror 2.0.18", "tinyvec", "tracing", "web-time", @@ -2852,7 +2866,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -3432,11 +3446,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 +3466,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 +3780,7 @@ dependencies = [ "chrono", "serde", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "tracing-subscriber", "uuid", @@ -4239,7 +4253,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 +4452,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..21c9247 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/hyperlight-dev/hyperlight-wasm" readme = "README.md" [workspace.dependencies] -hyperlight-common = { version = "0.12.0", default-features = false } +hyperlight-common = { version = "0.13.0", default-features = false } hyperlight-component-macro = { version = "0.13.0" } hyperlight-component-util = { version = "0.12.0" } hyperlight-guest = { version = "0.12.0" }