diff --git a/Cargo.lock b/Cargo.lock index a427f76e67d6..e4bd6047be55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 05686ceb5886..7065c1a1384d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }