From 5e05ee353180cea11458bdbc09db483351bad310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 03:06:53 +0000 Subject: [PATCH] Bump junction from 1.4.1 to 1.4.2 Bumps [junction](https://github.com/tesuji/junction) from 1.4.1 to 1.4.2. - [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.1...v1.4.2) --- updated-dependencies: - dependency-name: junction dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5324bf1..af2487e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1815,9 +1815,9 @@ dependencies = [ [[package]] name = "junction" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "642883fdc81cf2da15ee8183fa1d2c7da452414dd41541a0f3e1428069345447" +checksum = "8cfc352a66ba903c23239ef51e809508b6fc2b0f90e3476ac7a9ff47e863ae95" dependencies = [ "scopeguard", "windows-sys 0.61.2",