Skip to content

Commit fed2c43

Browse files
committed
Auto merge of #96693 - ehuss:update-cargo, r=ehuss
Update cargo 7 commits in f63f23ff1f1a12ede8585bbd1bbf0c536e50293d..a44758ac805600edbb6ba51e7e6fb81a6077c0cd 2022-04-28 03:15:50 +0000 to 2022-05-04 02:29:34 +0000 - Add support for `-Zbuild-std` to `cargo fetch` (rust-lang/cargo#10129) - Migrate tests of `cargo-init` to snapbox (rust-lang/cargo#10620) - dedupe toml_edit crate, followup rust-lang/cargo#10603 (rust-lang/cargo#10619) - Update GitHub Actions actions/checkout@v2 to v3 (rust-lang/cargo#10618) - Integrate snapbox in with cargo-test-support (rust-lang/cargo#10581) - Fix zsh completion (rust-lang/cargo#10613) - Update documentation for workspace inheritance (rust-lang/cargo#10611)
2 parents 21d613b + 22326c5 commit fed2c43

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,10 @@ dependencies = [
448448
"lazy_static",
449449
"remove_dir_all",
450450
"serde_json",
451+
"snapbox",
451452
"tar",
452453
"termcolor",
453-
"toml_edit 0.13.4",
454+
"toml_edit 0.14.3",
454455
"url 2.2.2",
455456
]
456457

src/tools/cargo

Submodule cargo updated 208 files

0 commit comments

Comments
 (0)