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 = [
101101cargo-test-macro = { path = " crates/cargo-test-macro" }
102102cargo-test-support = { path = " crates/cargo-test-support" }
103103same-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 ]
107107flate2 = { 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"
1212cargo-test-macro = { path = " ../cargo-test-macro" }
1313cargo-util = { path = " ../cargo-util" }
1414crates-io = { path = " ../crates-io" }
15- snapbox = { version = " 0.3 .0" , features = [" diff" , " path" ] }
15+ snapbox = { version = " 0.4 .0" , features = [" diff" , " path" ] }
1616filetime = " 0.2"
1717flate2 = { version = " 1.0" , default-features = false , features = [" zlib" ] }
1818git2 = " 0.15.0"
You can’t perform that action at this time.
0 commit comments