mirror of
https://github.com/rust-lang/cargo
synced 2024-11-05 18:50:39 +00:00
Auto merge of #11391 - Expyron:master, r=ehuss
chore: Upgrade miow Upgrade `miow` to the latest release. The main change from miow is the upgrade of transitive dependency `windows-sys` from 0.28 to 0.42, which removes a duplicate dependency for cargo.
This commit is contained in:
commit
fa85418a65
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ walkdir = "2.3.1"
|
|||
core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
miow = "0.4.0"
|
||||
miow = "0.5.0"
|
||||
winapi = { version = "0.3.9", features = ["consoleapi", "minwindef"] }
|
||||
|
|
Loading…
Reference in a new issue