Skip to content

Commit

Permalink
chore(deps): update rust crate snapbox to 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 1, 2024
1 parent bb92dc3 commit b38d35d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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
Expand Up @@ -51,7 +51,7 @@ serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
toml-test-harness = "0.4.8"
toml-test-data = "1.8.0"
snapbox = "0.4.16"
snapbox = "0.5.9"

[[test]]
name = "decoder_compliance"
Expand Down
2 changes: 1 addition & 1 deletion crates/toml_edit/Cargo.toml
Expand Up @@ -52,7 +52,7 @@ serde_json = "1.0.114"
toml-test-harness = "0.4.8"
toml-test-data = "1.8.0"
libtest-mimic = "0.7.0"
snapbox = { version = "0.4.16", features = ["harness"] }
snapbox = { version = "0.5.9", features = ["harness"] }

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

0 comments on commit b38d35d

Please sign in to comment.