mirror of https://github.com/astral-sh/uv
Update Rust crate junction to v1.1.0 (#3393)
This commit is contained in:
parent
aec9573d42
commit
1efaf3fd31
|
|
@ -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]]
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue