diff options
| author | klensy <klensy@users.noreply.github.com> | 2023-08-06 13:24:59 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2023-08-06 13:24:59 +0300 |
| commit | 55935df22d541120333db9245b14d9b416f6b5bf (patch) | |
| tree | 4bc9c3b26e08b60966c6442654a0714d3b85c5de /src/tools | |
| parent | 11467b1c2a56bd2fd8272a7413190c814cfcba1f (diff) | |
bump schannel, miow to drop windows-sys 0.42
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/compiletest/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/compiletest/Cargo.toml b/src/tools/compiletest/Cargo.toml index d2f258320f0..ff1d5cecb72 100644 --- a/src/tools/compiletest/Cargo.toml +++ b/src/tools/compiletest/Cargo.toml @@ -29,7 +29,7 @@ anyhow = "1" libc = "0.2" [target.'cfg(windows)'.dependencies] -miow = "0.5" +miow = "0.6" [target.'cfg(windows)'.dependencies.windows] version = "0.48.0" |
