Skip to content

Commit

Permalink
chore: Update toml-test
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 2, 2023
1 parent c9b481c commit 2f9253c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion crates/toml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ serde_spanned = { version = "0.6.3", path = "../serde_spanned", features = ["ser
[dev-dependencies]
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
toml-test-harness = "0.4.3"
toml-test-harness = "0.4.4"
toml-test-data = "1.3.1"
snapbox = "0.4.11"

[[test]]
Expand Down
4 changes: 2 additions & 2 deletions crates/toml_edit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ serde_spanned = { version = "0.6.3", path = "../serde_spanned", features = ["ser

[dev-dependencies]
serde_json = "1.0.96"
toml-test-harness = "0.4.3"
toml-test-data = "1.3.0"
toml-test-harness = "0.4.4"
toml-test-data = "1.3.1"
libtest-mimic = "0.6.0"
snapbox = { version = "0.4.11", features = ["harness"] }

Expand Down

0 comments on commit 2f9253c

Please sign in to comment.