mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-01 22:41:16 +00:00
Downgrade to winsafe v0.0.19 (#5233)
This commit is contained in:
parent
a253913288
commit
92e11022e7
2 changed files with 3 additions and 9 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -4967,7 +4967,7 @@ dependencies = [
|
|||
"uv-warnings",
|
||||
"which",
|
||||
"winapi",
|
||||
"winsafe 0.0.21",
|
||||
"winsafe",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -5367,7 +5367,7 @@ dependencies = [
|
|||
"home",
|
||||
"regex",
|
||||
"rustix",
|
||||
"winsafe 0.0.19",
|
||||
"winsafe",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -5678,12 +5678,6 @@ version = "0.0.19"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
|
||||
|
||||
[[package]]
|
||||
name = "winsafe"
|
||||
version = "0.0.21"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9c4afa7176f9fadc45817419f5fe481b9e8b90299c62af90e8c19486d0320274"
|
||||
|
||||
[[package]]
|
||||
name = "wiremock"
|
||||
version = "0.6.0"
|
||||
|
|
|
@ -155,7 +155,7 @@ walkdir = { version = "2.5.0" }
|
|||
which = { version = "6.0.0", features = ["regex"] }
|
||||
winapi = { version = "0.3.9", features = ["fileapi", "handleapi", "ioapiset", "winbase", "winioctl", "winnt"] }
|
||||
winreg = { version = "0.52.0" }
|
||||
winsafe = { version = "0.0.21", features = ["kernel"] }
|
||||
winsafe = { version = "0.0.19", features = ["kernel"] }
|
||||
wiremock = { version = "0.6.0" }
|
||||
zip = { version = "0.6.6", default-features = false, features = ["deflate"] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue