compiletest: bump miow crate

This commit is contained in:
klensy 2023-02-21 15:13:03 +03:00
parent 3fee48c161
commit 1397a5ef92
2 changed files with 2 additions and 2 deletions

View file

@ -894,7 +894,7 @@ dependencies = [
"lazy_static",
"lazycell",
"libc",
"miow 0.3.7",
"miow 0.5.0",
"miropt-test-tools",
"regex",
"rustfix",

View file

@ -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"] }