Skip to content

Commit f2204dc

Browse files
committed
chore: Upgrade incompatible
1 parent 29eb9b0 commit f2204dc

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/json-write/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ alloc = []
3636
proptest = "1.8.0"
3737
serde = { version = "1.0.228", features = ["derive"] }
3838
serde_json = { version = "1.0.149" }
39-
snapbox = "0.6.24"
39+
snapbox = "1.0.1"
4040

4141
[lints]
4242
workspace = true

crates/libtest-json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ schemars = { version = "1.2.1", features = ["preserve_order", "semver1"], option
3636
json-write = { version = "0.0.2", path = "../json-write", optional = true }
3737

3838
[dev-dependencies]
39-
snapbox = "0.6.24"
39+
snapbox = "1.0.1"
4040
serde_json = "1.0.149"
4141

4242
[lints]

crates/libtest2-harness/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ threads = []
3232
lexarg-parser = { version = "0.0.2", path = "../lexarg-parser" }
3333
lexarg-error = { version = "0.0.2", path = "../lexarg-error" }
3434
libtest-lexarg = { version = "0.0.3", path = "../libtest-lexarg" }
35-
anstream = { version = "0.6.21", optional = true }
35+
anstream = { version = "1.0.0", optional = true }
3636
anstyle = { version = "1.0.13", optional = true }
3737
libtest-json = { version = "0.0.2", path = "../libtest-json", features = ["json"] }
3838

crates/libtest2-mimic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dunce = "1.0.5"
3737
escargot = "0.5.15"
3838
once_cell_polyfill = "1.70.2"
3939
pathdiff = "0.2.3"
40-
snapbox = { version = "0.6.24", features = ["json"] }
40+
snapbox = { version = "1.0.1", features = ["json"] }
4141

4242
[lints]
4343
workspace = true

crates/libtest2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dunce = "1.0.5"
3838
escargot = "0.5.15"
3939
once_cell_polyfill = "1.70.2"
4040
pathdiff = "0.2.3"
41-
snapbox = { version = "0.6.24", features = ["json"] }
41+
snapbox = { version = "1.0.1", features = ["json"] }
4242
trybuild = "1.0.111"
4343

4444
[lints]

0 commit comments

Comments
 (0)