diff options
| author | klensy <klensy@users.noreply.github.com> | 2023-02-21 15:13:03 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2023-02-21 15:13:03 +0300 |
| commit | 1397a5ef929348be75395e11e58d5f2842fa843f (patch) | |
| tree | adb8789f700c8c2b6e2592fa406561c5a2c8ab07 | |
| parent | 3fee48c161a48b0c142d3998fff56faee96bd56c (diff) | |
| download | rust-1397a5ef929348be75395e11e58d5f2842fa843f.tar.gz rust-1397a5ef929348be75395e11e58d5f2842fa843f.zip | |
compiletest: bump miow crate
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | src/tools/compiletest/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 1acbcb00f65..f3c2b5dd33e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -894,7 +894,7 @@ dependencies = [ "lazy_static", "lazycell", "libc", - "miow 0.3.7", + "miow 0.5.0", "miropt-test-tools", "regex", "rustfix", diff --git a/src/tools/compiletest/Cargo.toml b/src/tools/compiletest/Cargo.toml index deed6fbd439..23b7881918b 100644 --- a/src/tools/compiletest/Cargo.toml +++ b/src/tools/compiletest/Cargo.toml @@ -25,5 +25,5 @@ lazycell = "1.3.0" libc = "0.2" [target.'cfg(windows)'.dependencies] -miow = "0.3" +miow = "0.5" winapi = { version = "0.3", features = ["winerror"] } |
