Skip to content

Commit

Permalink
chore: Upgrade to snapbox 0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 27, 2024
1 parent 1d980a4 commit ec270f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/toml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.116"
toml-test-harness = "0.4.8"
toml-test-data = "1.11.0"
snapbox = "0.5.10"
snapbox = "0.5.14"

[[test]]
name = "decoder_compliance"
Expand Down
2 changes: 1 addition & 1 deletion crates/toml_edit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ serde_json = "1.0.116"
toml-test-harness = "0.4.8"
toml-test-data = "1.11.0"
libtest-mimic = "0.7.2"
snapbox = { version = "0.5.10", features = ["harness"] }
snapbox = { version = "0.5.14", features = ["harness"] }

[[test]]
name = "testsuite"
Expand Down

0 comments on commit ec270f8

Please sign in to comment.