File tree 2 files changed +2
-2
lines changed
crates/cargo-test-support
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ description = "Tool for capturing a real-world workspace for benchmarking."
9
9
cargo_metadata = " 0.14.0"
10
10
flate2 = { version = " 1.0.3" , default-features = false , features = [" zlib" ] }
11
11
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" ] }
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ remove_dir_all = "0.5"
21
21
serde_json = " 1.0"
22
22
tar = { version = " 0.4.18" , default-features = false }
23
23
termcolor = " 1.1.2"
24
- toml_edit = { version = " 0.9.1 " , features = [" serde" , " easy" ] }
24
+ toml_edit = { version = " 0.13.0 " , features = [" serde" , " easy" ] }
25
25
url = " 2.2.2"
26
26
27
27
[features ]
You can’t perform that action at this time.
0 commit comments