]> git.proxmox.com Git - cargo.git/commitdiff
Bump snapbox to 0.3
authorJon Gjengset <jongje@amazon.com>
Wed, 17 Aug 2022 22:04:15 +0000 (22:04 +0000)
committerJon Gjengset <jongje@amazon.com>
Wed, 17 Aug 2022 22:07:20 +0000 (22:07 +0000)
0.3 has a small number of [breaking changes], but makes diffs much
easier to visually parse by eliding large sections of unchanged content.

[breaking changes]: https://github.com/assert-rs/trycmd/blob/main/crates/snapbox/CHANGELOG.md#030---2022-08-01

Cargo.toml
crates/cargo-test-support/Cargo.toml

index 4aa5f403ab553d4816691d156ca4c5cf5ab87638..88b93f4de3584c58374120271281e785bc390b54 100644 (file)
@@ -99,7 +99,7 @@ features = [
 [dev-dependencies]
 cargo-test-macro = { path = "crates/cargo-test-macro" }
 cargo-test-support = { path = "crates/cargo-test-support" }
-snapbox = { version = "0.2.8", features = ["diff", "path"] }
+snapbox = { version = "0.3.0", features = ["diff", "path"] }
 
 [build-dependencies]
 flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
index 81ef1bcb703644901d323dfe2f151a1631d516d7..a6c420926296eab2f9391a22a5d5901c38ed01ef 100644 (file)
@@ -11,7 +11,7 @@ doctest = false
 anyhow = "1.0.34"
 cargo-test-macro = { path = "../cargo-test-macro" }
 cargo-util = { path = "../cargo-util" }
-snapbox = { version = "0.2.8", features = ["diff", "path"] }
+snapbox = { version = "0.3.0", features = ["diff", "path"] }
 filetime = "0.2"
 flate2 = { version = "1.0", default-features = false, features = ["zlib"] }
 git2 = "0.14.2"