Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update compatible (dev)
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 30, 2024

Verified

This commit was signed with the committer’s verified signature.
rubvs Ruben van Staden
1 parent 9db97b3 commit 1056301
Showing 4 changed files with 95 additions and 30 deletions.
111 changes: 88 additions & 23 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@ criterion = "0.5.1"
toml = { path = "../toml" }
toml_edit = { path = "../toml_edit" }
toml_old = { version = "0.5.10", package = "toml" }
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
lexopt = "0.3.0"

[[bench]]
6 changes: 3 additions & 3 deletions crates/toml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -47,11 +47,11 @@ toml_datetime = { version = "0.6.5", path = "../toml_datetime", features = ["ser
serde_spanned = { version = "0.6.5", path = "../serde_spanned", features = ["serde"] }

[dev-dependencies]
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
toml-test-harness = "0.4.8"
toml-test-data = "1.8.0"
snapbox = "0.4.11"
snapbox = "0.4.16"

[[test]]
name = "decoder_compliance"
4 changes: 2 additions & 2 deletions crates/toml_edit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -48,11 +48,11 @@ toml_datetime = { version = "0.6.5", path = "../toml_datetime" }
serde_spanned = { version = "0.6.5", path = "../serde_spanned", features = ["serde"], optional = true }

[dev-dependencies]
serde_json = "1.0.96"
serde_json = "1.0.113"
toml-test-harness = "0.4.8"
toml-test-data = "1.8.0"
libtest-mimic = "0.6.0"
snapbox = { version = "0.4.11", features = ["harness"] }
snapbox = { version = "0.4.16", features = ["harness"] }

[[test]]
name = "testsuite"

0 comments on commit 1056301

Please sign in to comment.