Skip to content

Commit

Permalink
chore(deps): update compatible (dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 13, 2023
1 parent 310f6ee commit 9cc13e4
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 32 deletions.
47 changes: 23 additions & 24 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
Expand Up @@ -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.188", features = ["derive"] }
serde_json = "1.0.107"
lexopt = "0.3.0"

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

[dev-dependencies]
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
toml-test-harness = "0.4.3"
snapbox = "0.4.11"
snapbox = "0.4.12"

[[test]]
name = "decoder_compliance"
Expand Down
6 changes: 3 additions & 3 deletions crates/toml_edit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ toml_datetime = { version = "0.6.3", path = "../toml_datetime" }
serde_spanned = { version = "0.6.3", path = "../serde_spanned", features = ["serde"], optional = true }

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

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

0 comments on commit 9cc13e4

Please sign in to comment.