-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit 8938f88
Auto merge of #123398 - weihanglo:update-cargo, r=weihanglo
Update cargo
8 commits in a59aba136aab5510c16b0750a36cbd9916f91796..0637083df5bbdcc951845f0d2eff6999cdb6d30a
2024年03月28日 21:21:41 +0000 to 2024年04月02日 23:55:05 +0000
- chore(deps): update compatible (rust-lang/cargo#13674)
- Maintain sorting of dependency features (rust-lang/cargo#13682)
- Update `der` crate (rust-lang/cargo#13692)
- fix: bash completion fallback in `nounset` mode (rust-lang/cargo#13686)
- CI: Update macos images to macos-13 (rust-lang/cargo#13685)
- chore(deps): update rust crate opener to 0.7.0 (rust-lang/cargo#13679)
- Remove useless parameters (rust-lang/cargo#13678)
- chore(deps): update rust crate supports-unicode to v3 (rust-lang/cargo#13680)
r? ghost1 file changed
+1
-1
lines changed- .github/workflows/main.yml+2-2
- Cargo.lock+308-288
- Cargo.toml+18-18
- crates/rustfix/Cargo.toml+2-2
- src/cargo/ops/cargo_add/mod.rs+3-10
- src/cargo/util/toml_mut/dependency.rs+8-1
- src/etc/cargo.bashcomp.sh+1-1
- tests/testsuite/cargo_add/mod.rs+2
- tests/testsuite/cargo_add/overwrite_inline_features/out/Cargo.toml+1-1
- tests/testsuite/cargo_add/preserve_features_sorted/in/Cargo.toml+9
- tests/testsuite/cargo_add/preserve_features_sorted/in/src/lib.rs
- tests/testsuite/cargo_add/preserve_features_sorted/mod.rs+33
- tests/testsuite/cargo_add/preserve_features_sorted/out/Cargo.toml+9
- tests/testsuite/cargo_add/preserve_features_sorted/stderr.term.svg+43
- tests/testsuite/cargo_add/preserve_features_unsorted/in/Cargo.toml+9
- tests/testsuite/cargo_add/preserve_features_unsorted/in/src/lib.rs
- tests/testsuite/cargo_add/preserve_features_unsorted/mod.rs+33
- tests/testsuite/cargo_add/preserve_features_unsorted/out/Cargo.toml+9
- tests/testsuite/cargo_add/preserve_features_unsorted/stderr.term.svg+43
0 commit comments