Update Rust crate junction to v1.1.0 (#3393)

This commit is contained in:
renovate[bot] 2024-05-06 02:41:15 +00:00 committed by GitHub
parent aec9573d42
commit 1efaf3fd31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -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]]

View file

@ -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]