Skip to content

Commit fa85418

Browse files
committed
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.
2 parents eb5d359 + bb83766 commit fa85418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cargo-util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ walkdir = "2.3.1"
2424
core-foundation = { version = "0.9.0", features = ["mac_os_10_7_support"] }
2525

2626
[target.'cfg(windows)'.dependencies]
27-
miow = "0.4.0"
27+
miow = "0.5.0"
2828
winapi = { version = "0.3.9", features = ["consoleapi", "minwindef"] }

0 commit comments

Comments
 (0)