- Notifications
You must be signed in to change notification settings - Fork13.9k
Update cargo#109656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Merged
Update cargo#109656
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
9 commits in 15d090969743630bff549a1b068bcaa8174e5ee3..145219a9f089f8b57c09f40525374fbade1e34ae2023-03-21 17:54:28 +0000 to 2023-03-27 01:56:36 +0000- doc(contrib): missing quotation mark (rust-lang/cargo#11894)- Update changelog for 1.68.2 (rust-lang/cargo#11893)- Add the old github keys as revoked (rust-lang/cargo#11889)- Update proptest (rust-lang/cargo#11886)- Added new GitHub RSA Host Key (rust-lang/cargo#11883)- doc: Fix registries.name.index for sparse (rust-lang/cargo#11880)- docs(contrib): Replace architecture with redirects (rust-lang/cargo#11876)- docs: fix typos in `cargo_compile/mod.rs` (rust-lang/cargo#11874)- docs(contrub): Remove unused file (rust-lang/cargo#11873)
Some changes occurred in src/tools/cargo cc@ehuss |
Since this update contains a potential vulnerability issue, I'd like to make a bit higher in priority. If you think this is not that urgent, feel free to adjust the priority. @bors r+ p=1 |
bors added a commit to rust-lang-ci/rust that referenced this pull requestMar 27, 2023
…iaskrgrRollup of 7 pull requestsSuccessful merges: -rust-lang#108625 (More config.toml.example cleanups) -rust-lang#109418 (Rename 'src/bootstrap/native.rs' to llvm.rs) -rust-lang#109580 (Remove some stale FIXMEs in new solver) -rust-lang#109582 (Refactor: Separate `LocalRef` variant for not-evaluated-yet operands) -rust-lang#109650 (Remove Nilstrieb from review rotation) -rust-lang#109656 (Update cargo) -rust-lang#109658 (Backport 1.68.1 and 1.68.2 release notes to `master`)Failed merges:r? `@ghost``@rustbot` modify labels: rollup
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
9 commits in 15d090969743630bff549a1b068bcaa8174e5ee3..145219a9f089f8b57c09f40525374fbade1e34ae 2023-03-21 17:54:28 +0000 to 2023-03-27 01:56:36 +0000
cargo_compile/mod.rs(docs: fix typos incargo_compile/mod.rscargo#11874)r?@ghost