diff --git a/Cargo.lock b/Cargo.lock index 91e711b..b00a514 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,7 +51,7 @@ dependencies = [ "thiserror", "widestring", "win-msgbox", - "windows-sys 0.59.0", + "windows-sys", "zip", ] @@ -253,20 +253,11 @@ checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" [[package]] name = "win-msgbox" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75fa92b8b7a828ac44d3f5ef0f3b5f6dab2fc362ba7b0f972492eb2c51e62581" +checksum = "2b293d082c6da3f8e9f58a9d2fb076a61737b8f752fb559550a0a864ccfa2bd8" dependencies = [ - "windows-sys 0.52.0", -] - -[[package]] -name = "windows-sys" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" -dependencies = [ - "windows-targets", + "windows-sys", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 99979e6..fb09218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["command-line-utilities"] [dependencies] thiserror = "1.0.63" widestring = "1.1.0" -win-msgbox = "0.2.0" +win-msgbox = "0.2.1" windows-sys = { version = "0.59.0", features = [ "Win32_System_Threading", "Win32_Foundation",