summaryrefslogtreecommitdiffstats
path: root/src/tools/compiletest/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/compiletest/Cargo.toml')
-rw-r--r--src/tools/compiletest/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/compiletest/Cargo.toml b/src/tools/compiletest/Cargo.toml
index d2f258320..ff1d5cecb 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"