Skip to content

Commit 9286a1b

Browse files
committed
Auto merge of #11328 - epage:upgrade, r=weihanglo
chore: Upgrade dependencies This upgrades several dependencies to the latest "major" release. The original intent was just to get onto the latest snapbox but I noticed several others that could be updated and thought "why not". - `snapbox` broke compatibility on less used APIs - Its unclear from the docs if `miow` or `remove_dir_all` even broke compatibility I did not touch `mdman` as that has several large, stale deps
2 parents d95124e + 8d6a828 commit 9286a1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ features = [
101101
cargo-test-macro = { path = "crates/cargo-test-macro" }
102102
cargo-test-support = { path = "crates/cargo-test-support" }
103103
same-file = "1.0.6"
104-
snapbox = { version = "0.3.0", features = ["diff", "path"] }
104+
snapbox = { version = "0.4.0", features = ["diff", "path"] }
105105

106106
[build-dependencies]
107107
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }

crates/cargo-test-support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow = "1.0.34"
1212
cargo-test-macro = { path = "../cargo-test-macro" }
1313
cargo-util = { path = "../cargo-util" }
1414
crates-io = { path = "../crates-io" }
15-
snapbox = { version = "0.3.0", features = ["diff", "path"] }
15+
snapbox = { version = "0.4.0", features = ["diff", "path"] }
1616
filetime = "0.2"
1717
flate2 = { version = "1.0", default-features = false, features = ["zlib"] }
1818
git2 = "0.15.0"

crates/cargo-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.3.6"
27+
miow = "0.4.0"
2828
winapi = { version = "0.3.9", features = ["consoleapi", "minwindef"] }

0 commit comments

Comments
 (0)