mirror of https://github.com/astral-sh/uv
Update Rust crate winsafe to 0.0.24 (#13769)
This commit is contained in:
parent
3b7bfed6f9
commit
a0d60eef12
|
|
@ -5219,7 +5219,7 @@ dependencies = [
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tracing",
|
"tracing",
|
||||||
"winsafe 0.0.23",
|
"winsafe 0.0.24",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
@ -6634,9 +6634,9 @@ checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "winsafe"
|
name = "winsafe"
|
||||||
version = "0.0.23"
|
version = "0.0.24"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a096fc628cb2c601e13c401ca0c354806424a7f5716000d69b76044eb8e624b9"
|
checksum = "4271ae8f63c109d73bc6fcf352b117166757fabcce6a769649ef18303dbf2491"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wiremock"
|
name = "wiremock"
|
||||||
|
|
|
||||||
|
|
@ -187,7 +187,7 @@ which = { version = "7.0.0", features = ["regex"] }
|
||||||
windows-registry = { version = "0.5.0" }
|
windows-registry = { version = "0.5.0" }
|
||||||
windows-result = { version = "0.3.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"] }
|
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" }
|
wiremock = { version = "0.6.2" }
|
||||||
xz2 = { version = "0.1.7" }
|
xz2 = { version = "0.1.7" }
|
||||||
zip = { version = "2.2.3", default-features = false, features = ["deflate"] }
|
zip = { version = "2.2.3", default-features = false, features = ["deflate"] }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue