Skip to content

Commit

Permalink
Auto merge of #10619 - klensy:te-up, r=weihanglo
Browse files Browse the repository at this point in the history
dedupe toml_edit crate, followup #10603

Dedupe toml_edit crate versions, followup #10603
  • Loading branch information
bors committed May 2, 2022
2 parents dc54f15 + 867a580 commit cfb8969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benches/capture/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion crates/cargo-test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit cfb8969

Please sign in to comment.