mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Update Rust crate winsafe to 0.0.24 (#13769)
This commit is contained in:
parent
3b7bfed6f9
commit
a0d60eef12
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -5219,7 +5219,7 @@ dependencies = [
|
|||
"tempfile",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"winsafe 0.0.23",
|
||||
"winsafe 0.0.24",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -6634,9 +6634,9 @@ checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
|
|||
|
||||
[[package]]
|
||||
name = "winsafe"
|
||||
version = "0.0.23"
|
||||
version = "0.0.24"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a096fc628cb2c601e13c401ca0c354806424a7f5716000d69b76044eb8e624b9"
|
||||
checksum = "4271ae8f63c109d73bc6fcf352b117166757fabcce6a769649ef18303dbf2491"
|
||||
|
||||
[[package]]
|
||||
name = "wiremock"
|
||||
|
|
|
@ -187,7 +187,7 @@ which = { version = "7.0.0", features = ["regex"] }
|
|||
windows-registry = { version = "0.5.0" }
|
||||
windows-result = { version = "0.3.0" }
|
||||
windows-sys = { version = "0.59.0", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Ioctl", "Win32_System_IO", "Win32_System_Registry"] }
|
||||
winsafe = { version = "0.0.23", features = ["kernel"] }
|
||||
winsafe = { version = "0.0.24", features = ["kernel"] }
|
||||
wiremock = { version = "0.6.2" }
|
||||
xz2 = { version = "0.1.7" }
|
||||
zip = { version = "2.2.3", default-features = false, features = ["deflate"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue