From 1efaf3fd3150c3b05c3b0698eb3ebef0544c60cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 02:41:15 +0000 Subject: [PATCH] Update Rust crate junction to v1.1.0 (#3393) --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86432b936..fdcb4b6ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1995,12 +1995,12 @@ dependencies = [ [[package]] name = "junction" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca39ef0d69b18e6a2fd14c2f0a1d593200f4a4ed949b240b5917ab51fac754cb" +checksum = "1c9c415a9b7b1e86cd5738f39d34c9e78c765da7fb1756dbd7d31b3b0d2e7afa" dependencies = [ "scopeguard", - "winapi", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 8a45688d9..eb12f6e0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ urlencoding = { version = "2.1.3" } wiremock = { version = "0.6.0" } walkdir = { version = "2.5.0" } which = { version = "6.0.0" } -winapi = { version = "0.3.9" } +winapi = { version = "0.3.9", features = ["fileapi", "handleapi", "ioapiset", "winbase", "winioctl", "winnt"] } zip = { version = "1.1.0", default-features = false, features = ["deflate"] } [patch.crates-io]