Auto merge of #10329 - ehuss:sync-toml-edit, r=alexcrichton

Sync toml_edit versions

I missed in the review of #10086 that the toml_edit versions weren't in sync everywhere.
This commit is contained in:
bors 2022-01-25 22:36:53 +00:00
commit 1c034752de
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@ description = "Tool for capturing a real-world workspace for benchmarking."
cargo_metadata = "0.14.0"
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
tar = { version = "0.4.35", default-features = false }
toml_edit = { version = "0.9.1", features = ["easy"] }
toml_edit = { version = "0.13.0", features = ["easy"] }

View File

@ -21,7 +21,7 @@ remove_dir_all = "0.5"
serde_json = "1.0"
tar = { version = "0.4.18", default-features = false }
termcolor = "1.1.2"
toml_edit = { version = "0.9.1", features = ["serde", "easy"] }
toml_edit = { version = "0.13.0", features = ["serde", "easy"] }
url = "2.2.2"
[features]