Update Rust crate winsafe to 0.0.23 (#11908)

This commit is contained in:
renovate[bot] 2025-03-03 03:21:44 +00:00 committed by GitHub
parent a0ad1fda5e
commit c8f0753376
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

@ -5120,7 +5120,7 @@ dependencies = [
"tempfile",
"tokio",
"tracing",
"winsafe 0.0.22",
"winsafe 0.0.23",
]
[[package]]
@ -6481,9 +6481,9 @@ checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
[[package]]
name = "winsafe"
version = "0.0.22"
version = "0.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d6ad6cbd9c6e5144971e326303f0e453b61d82e4f72067fccf23106bccd8437"
checksum = "a096fc628cb2c601e13c401ca0c354806424a7f5716000d69b76044eb8e624b9"
[[package]]
name = "wiremock"

View file

@ -182,7 +182,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"] }
winsafe = { version = "0.0.22", features = ["kernel"] }
winsafe = { version = "0.0.23", features = ["kernel"] }
wiremock = { version = "0.6.2" }
xz2 = { version = "0.1.7" }
zip = { version = "0.6.6", default-features = false, features = ["deflate"] }