From 54e7f684a874fecbf03a8e4230411cbd44224e59 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 25 Jan 2022 14:33:32 -0800 Subject: [PATCH] Sync toml_edit versions --- benches/capture/Cargo.toml | 2 +- crates/cargo-test-support/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benches/capture/Cargo.toml b/benches/capture/Cargo.toml index 5d124c34f3d..a96262fa637 100644 --- a/benches/capture/Cargo.toml +++ b/benches/capture/Cargo.toml @@ -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"] } diff --git a/crates/cargo-test-support/Cargo.toml b/crates/cargo-test-support/Cargo.toml index 8bafa221710..4d7e5194689 100644 --- a/crates/cargo-test-support/Cargo.toml +++ b/crates/cargo-test-support/Cargo.toml @@ -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]