Skip to content

Commit cfb8969

Browse files
committed
Auto merge of #10619 - klensy:te-up, r=weihanglo
dedupe toml_edit crate, followup #10603 Dedupe toml_edit crate versions, followup #10603
2 parents dc54f15 + 867a580 commit cfb8969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benches/capture/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ description = "Tool for capturing a real-world workspace for benchmarking."
99
cargo_metadata = "0.14.0"
1010
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
1111
tar = { version = "0.4.35", default-features = false }
12-
toml_edit = { version = "0.13.0", features = ["easy"] }
12+
toml_edit = { version = "0.14.3", features = ["serde", "easy", "perf"] }

crates/cargo-test-support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ remove_dir_all = "0.5"
2222
serde_json = "1.0"
2323
tar = { version = "0.4.18", default-features = false }
2424
termcolor = "1.1.2"
25-
toml_edit = { version = "0.13.0", features = ["serde", "easy"] }
25+
toml_edit = { version = "0.14.3", features = ["serde", "easy", "perf"] }
2626
url = "2.2.2"
2727

2828
[features]

0 commit comments

Comments
 (0)