We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 018acfd + 54e7f68 commit 1c03475Copy full SHA for 1c03475
benches/capture/Cargo.toml
@@ -9,4 +9,4 @@ description = "Tool for capturing a real-world workspace for benchmarking."
9
cargo_metadata = "0.14.0"
10
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
11
tar = { version = "0.4.35", default-features = false }
12
-toml_edit = { version = "0.9.1", features = ["easy"] }
+toml_edit = { version = "0.13.0", features = ["easy"] }
crates/cargo-test-support/Cargo.toml
@@ -21,7 +21,7 @@ remove_dir_all = "0.5"
21
serde_json = "1.0"
22
tar = { version = "0.4.18", default-features = false }
23
termcolor = "1.1.2"
24
-toml_edit = { version = "0.9.1", features = ["serde", "easy"] }
+toml_edit = { version = "0.13.0", features = ["serde", "easy"] }
25
url = "2.2.2"
26
27
[features]
0 commit comments