From edff43fce9a894ed73c39fb7d3754e1141fa10d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 03:08:53 +0000 Subject: [PATCH] Bump junction from 1.4.2 to 2.0.0 Bumps [junction](https://github.com/tesuji/junction) from 1.4.2 to 2.0.0. - [Release notes](https://github.com/tesuji/junction/releases) - [Changelog](https://github.com/tesuji/junction/blob/main/CHANGELOG.md) - [Commits](https://github.com/tesuji/junction/compare/v1.4.2...v2.0.0) --- updated-dependencies: - dependency-name: junction dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight_wasm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90621679..c512fd04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1895,9 +1895,9 @@ dependencies = [ [[package]] name = "junction" -version = "1.4.2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cfc352a66ba903c23239ef51e809508b6fc2b0f90e3476ac7a9ff47e863ae95" +checksum = "160f2eade097f30263b548aae5deb12ad349c909baa710fa24b92c9090b2e006" dependencies = [ "scopeguard", "windows-sys 0.61.2", diff --git a/src/hyperlight_wasm/Cargo.toml b/src/hyperlight_wasm/Cargo.toml index cf6c7fe9..3ef98d8b 100644 --- a/src/hyperlight_wasm/Cargo.toml +++ b/src/hyperlight_wasm/Cargo.toml @@ -107,7 +107,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" [target.'cfg(windows)'.build-dependencies] -junction = "1" +junction = "2" [features] default = ["function_call_metrics", "kvm", "mshv3"]