Browse Source

fix(deps): update rust crate junction to v1 (#988)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
remotes/origin/list-filter
renovate[bot] 2 years ago committed by GitHub
parent
commit
1b0dffb152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -964,9 +964,9 @@ dependencies = [ @@ -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",

2
Cargo.toml

@ -42,6 +42,6 @@ embed-resource = "1.8.0" @@ -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]

Loading…
Cancel
Save