Skip to content

Commit 1db4b12

Browse files
committed
Auto merge of #117797 - weihanglo:update-cargo, r=weihanglo
Update cargo 12 commits in 7046d992f9f32ba209a8079f662ebccf9da8de25..6790a5127895debec95c24aefaeb18e059270df3 2023-11-08 03:24:57 +0000 to 2023-11-10 17:09:35 +0000 - refactor(source): Prepare for new PackageIDSpec syntax (rust-lang/cargo#12938) - credential: include license files in all published crates (rust-lang/cargo#12953) - fix: preserve jobserver file descriptors on rustc invocation in `fix_exec_rustc` (rust-lang/cargo#12951) - refactor(resolver): Consolidate logic in `VersionPreferences` (rust-lang/cargo#12930) - refactor(toml): Simplify code to make schema split easier (rust-lang/cargo#12948) - Filter `cargo-credential-*` dependencies by OS (rust-lang/cargo#12949) - refactor(util): Pull out `mod util_semver` (rust-lang/cargo#12940) - Fix the invalidate feature name message (rust-lang/cargo#12939) - refactor(util): Prepare for splitting out semver logic (rust-lang/cargo#12926) - feat: Make browser links out of HTML file paths (rust-lang/cargo#12889) - Do not allow empty feature name (rust-lang/cargo#12928) - fix(timings): unnecessary backslash when error happens (rust-lang/cargo#12934) r? ghost
2 parents 6f308b8 + 8a2bee4 commit 1db4b12

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: src/tools/cargo

Submodule cargo updated 44 files

Diff for: src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ const EXCEPTIONS_CARGO: ExceptionList = &[
121121
("similar", "Apache-2.0"),
122122
("sized-chunks", "MPL-2.0+"),
123123
("subtle", "BSD-3-Clause"),
124+
("supports-hyperlinks", "Apache-2.0"),
124125
("unicode-bom", "Apache-2.0"),
125126
// tidy-alphabetical-end
126127
];

0 commit comments

Comments
 (0)