From 1b0dffb15225f4187febc140c3c06a0ed8e28fd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 14:40:12 +0300 Subject: [PATCH] fix(deps): update rust crate junction to v1 (#988) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4787afe..9c96d01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,9 +964,9 @@ dependencies = [ [[package]] name = "junction" -version = "0.2.1" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bcc2cc77f63a374d3a17011d943b081f7cb60c942d1ddaf3504430378597385" +checksum = "ca39ef0d69b18e6a2fd14c2f0a1d593200f4a4ed949b240b5917ab51fac754cb" dependencies = [ "scopeguard", "winapi", diff --git a/Cargo.toml b/Cargo.toml index a166773..70cc227 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,6 +42,6 @@ embed-resource = "1.8.0" [target.'cfg(windows)'.dependencies] csv = "1.2.2" -junction = "0.2.0" +junction = "1.0.0" [features]