Skip to content

Commit 1c03475

Browse files
committed
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.
2 parents 018acfd + 54e7f68 commit 1c03475

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benches/capture/Cargo.toml

+1-1
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.9.1", features = ["easy"] }
12+
toml_edit = { version = "0.13.0", features = ["easy"] }

crates/cargo-test-support/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ remove_dir_all = "0.5"
2121
serde_json = "1.0"
2222
tar = { version = "0.4.18", default-features = false }
2323
termcolor = "1.1.2"
24-
toml_edit = { version = "0.9.1", features = ["serde", "easy"] }
24+
toml_edit = { version = "0.13.0", features = ["serde", "easy"] }
2525
url = "2.2.2"
2626

2727
[features]

0 commit comments

Comments
 (0)