Bump miow dependency to not invalidly assume memory layout

This commit is contained in:
Linus Färnstrand 2020-11-28 11:47:15 +01:00
parent 12c107ade5
commit f6a1618aab

View file

@ -78,7 +78,7 @@ rustc-workspace-hack = "1.0.0"
core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }
[target.'cfg(windows)'.dependencies]
miow = "0.3.1"
miow = "0.3.6"
fwdansi = "1.1.0"
[target.'cfg(windows)'.dependencies.winapi]