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 Mar 1, 2023
1 parent 1a561da commit 7973bea
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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/benchmarks/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ toml = { path = "../toml" }
toml_edit = { path = "../toml_edit" }
toml_old = { version = "0.5.10", package = "toml" }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
serde_json = "1.0.93"
lexopt = "0.3.0"

[[bench]]
Expand Down
4 changes: 2 additions & 2 deletions crates/toml/Cargo.toml
Expand Up @@ -57,9 +57,9 @@ serde_spanned = { version = "0.6.1", path = "../serde_spanned", features = ["ser

[dev-dependencies]
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
serde_json = "1.0.93"
toml-test-harness = "0.4.3"
snapbox = "0.4.4"
snapbox = "0.4.7"

[[test]]
name = "decoder_compliance"
Expand Down
4 changes: 2 additions & 2 deletions crates/toml_edit/Cargo.toml
Expand Up @@ -55,11 +55,11 @@ toml_datetime = { version = "0.6.1", path = "../toml_datetime" }
serde_spanned = { version = "0.6.1", path = "../serde_spanned", features = ["serde"], optional = true }

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

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

0 comments on commit 7973bea

Please sign in to comment.