File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/cargo-test-support Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ features = [
101
101
cargo-test-macro = { path = " crates/cargo-test-macro" }
102
102
cargo-test-support = { path = " crates/cargo-test-support" }
103
103
same-file = " 1.0.6"
104
- snapbox = { version = " 0.3 .0" , features = [" diff" , " path" ] }
104
+ snapbox = { version = " 0.4 .0" , features = [" diff" , " path" ] }
105
105
106
106
[build-dependencies ]
107
107
flate2 = { version = " 1.0.3" , default-features = false , features = [" zlib" ] }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ anyhow = "1.0.34"
12
12
cargo-test-macro = { path = " ../cargo-test-macro" }
13
13
cargo-util = { path = " ../cargo-util" }
14
14
crates-io = { path = " ../crates-io" }
15
- snapbox = { version = " 0.3 .0" , features = [" diff" , " path" ] }
15
+ snapbox = { version = " 0.4 .0" , features = [" diff" , " path" ] }
16
16
filetime = " 0.2"
17
17
flate2 = { version = " 1.0" , default-features = false , features = [" zlib" ] }
18
18
git2 = " 0.15.0"
You can’t perform that action at this time.
0 commit comments