mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
dedupe toml_edit crate, followup #10603
This commit is contained in:
parent
dc54f15dd3
commit
867a580f29
@ -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.13.0", features = ["easy"] }
|
||||
toml_edit = { version = "0.14.3", features = ["serde", "easy", "perf"] }
|
||||
|
@ -22,7 +22,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.13.0", features = ["serde", "easy"] }
|
||||
toml_edit = { version = "0.14.3", features = ["serde", "easy", "perf"] }
|
||||
url = "2.2.2"
|
||||
|
||||
[features]
|
||||
|
Loading…
x
Reference in New Issue
Block a user