File tree 2 files changed +2
-2
lines changed
crates/cargo-test-support
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ features = [
99
99
[dev-dependencies ]
100
100
cargo-test-macro = { path = " crates/cargo-test-macro" }
101
101
cargo-test-support = { path = " crates/cargo-test-support" }
102
- snapbox = { version = " 0.2.8 " , features = [" diff" , " path" ] }
102
+ snapbox = { version = " 0.3.0 " , features = [" diff" , " path" ] }
103
103
104
104
[build-dependencies ]
105
105
flate2 = { version = " 1.0.3" , default-features = false , features = [" zlib" ] }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ doctest = false
11
11
anyhow = " 1.0.34"
12
12
cargo-test-macro = { path = " ../cargo-test-macro" }
13
13
cargo-util = { path = " ../cargo-util" }
14
- snapbox = { version = " 0.2.8 " , features = [" diff" , " path" ] }
14
+ snapbox = { version = " 0.3.0 " , features = [" diff" , " path" ] }
15
15
filetime = " 0.2"
16
16
flate2 = { version = " 1.0" , default-features = false , features = [" zlib" ] }
17
17
git2 = " 0.14.2"
You can’t perform that action at this time.
0 commit comments