From 955118947c648ca4c0475c9511cb4aa4300b748a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 03:14:25 +0000 Subject: [PATCH] chore(deps): bump junction from 1.0.0 to 1.2.0 Bumps [junction](https://github.com/tesuji/junction) from 1.0.0 to 1.2.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.0.0...v1.2.0) --- updated-dependencies: - dependency-name: junction dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/libscoop/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d77e254..7287b79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -826,12 +826,12 @@ dependencies = [ [[package]] name = "junction" -version = "1.0.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca39ef0d69b18e6a2fd14c2f0a1d593200f4a4ed949b240b5917ab51fac754cb" +checksum = "72bbdfd737a243da3dfc1f99ee8d6e166480f17ab4ac84d7c34aacd73fc7bd16" dependencies = [ "scopeguard", - "winapi", + "windows-sys 0.52.0", ] [[package]] diff --git a/crates/libscoop/Cargo.toml b/crates/libscoop/Cargo.toml index 818f3d9..828be3c 100644 --- a/crates/libscoop/Cargo.toml +++ b/crates/libscoop/Cargo.toml @@ -37,7 +37,7 @@ version = "0.1.0-beta.7" path = "../scoop_hash" [target.'cfg(windows)'.dependencies] -junction = "1.0.0" +junction = "1.2.0" winreg = "0.50" [target.'cfg(unix)'.dependencies]