From 2d5630f4cc824bf721173bca40a800732edc3784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 03:13:02 +0000 Subject: [PATCH] Bump linkme from 0.3.33 to 0.3.35 Bumps [linkme](https://github.com/dtolnay/linkme) from 0.3.33 to 0.3.35. - [Release notes](https://github.com/dtolnay/linkme/releases) - [Commits](https://github.com/dtolnay/linkme/compare/0.3.33...0.3.35) --- updated-dependencies: - dependency-name: linkme dependency-version: 0.3.35 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- src/hyperlight_guest_bin/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6df2ef057..32fe83874 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1918,18 +1918,18 @@ dependencies = [ [[package]] name = "linkme" -version = "0.3.33" +version = "0.3.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1b1703c00b2a6a70738920544aa51652532cacddfec2e162d2e29eae01e665c" +checksum = "5e3283ed2d0e50c06dd8602e0ab319bb048b6325d0bba739db64ed8205179898" dependencies = [ "linkme-impl", ] [[package]] name = "linkme-impl" -version = "0.3.33" +version = "0.3.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04d55ca5d5a14363da83bf3c33874b8feaa34653e760d5216d7ef9829c88001a" +checksum = "e5cec0ec4228b4853bb129c84dbf093a27e6c7a20526da046defc334a1b017f7" dependencies = [ "proc-macro2", "quote", diff --git a/src/hyperlight_guest_bin/Cargo.toml b/src/hyperlight_guest_bin/Cargo.toml index fe595eedd..056e636e6 100644 --- a/src/hyperlight_guest_bin/Cargo.toml +++ b/src/hyperlight_guest_bin/Cargo.toml @@ -28,7 +28,7 @@ hyperlight-guest-tracing = { workspace = true, default-features = false } hyperlight-guest-macro = { workspace = true, default-features = false, optional = true } buddy_system_allocator = "0.11.0" log = { version = "0.4", default-features = false } -linkme = { version = "0.3.33", optional = true } +linkme = { version = "0.3.35", optional = true } spin = "0.10.0" flatbuffers = { version = "25.2.10", default-features = false } tracing = { version = "0.1.43", default-features = false, features = ["attributes"] }