diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/Cargo.lock | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/test/Cargo.lock b/test/Cargo.lock index ccdedcc77f..0e89ab61cf 100644 --- a/test/Cargo.lock +++ b/test/Cargo.lock @@ -2119,7 +2119,7 @@ dependencies = [ "once_cell", "thiserror 2.0.3", "widestring", - "windows-sys 0.52.0", + "windows-sys 0.61.1", ] [[package]] @@ -3558,7 +3558,7 @@ version = "0.0.0" dependencies = [ "rs-release", "talpid-windows", - "windows-sys 0.52.0", + "windows-sys 0.61.1", ] [[package]] @@ -3591,7 +3591,7 @@ dependencies = [ "socket2 0.5.8", "talpid-types", "thiserror 2.0.3", - "windows-sys 0.52.0", + "windows-sys 0.61.1", ] [[package]] @@ -4508,6 +4508,12 @@ dependencies = [ ] [[package]] +name = "windows-link" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" + +[[package]] name = "windows-service" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -4568,6 +4574,15 @@ dependencies = [ ] [[package]] +name = "windows-sys" +version = "0.61.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f" +dependencies = [ + "windows-link", +] + +[[package]] name = "windows-targets" version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" |
