diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock index f6b3c2c335..5d4adf2281 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5813,15 +5813,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" [[package]] -name = "win-shortcuts" -version = "0.0.0" -dependencies = [ - "neon", - "thiserror 2.0.9", - "windows 0.59.0", -] - -[[package]] name = "winapi" version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -6140,6 +6131,15 @@ dependencies = [ ] [[package]] +name = "windows-utils" +version = "0.0.0" +dependencies = [ + "neon", + "thiserror 2.0.9", + "windows 0.59.0", +] + +[[package]] name = "windows_aarch64_gnullvm" version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" |
