Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustup/1.27.1-r1: cve remediation #29085

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

octo-sts[bot]
Copy link
Contributor

@octo-sts octo-sts bot commented Sep 21, 2024

Copy link
Contributor Author

octo-sts bot commented Sep 21, 2024

Open AI suggestions to solve the build error:

The error message is: "Error: failed to parse the pom file: failed to run cargo update 'Updating crates.io index
error: failed to select a version for the requirement `openssl = "=0.10.57"`
candidate versions found which didn't match: 0.10.66
location searched: crates.io index
required by package `rustup v1.27.1 (/home/build)`' with error: 'exit status 101'"

1. Open `Cargo.toml` in the `rustup` project directory.
2. Locate the dependency `openssl = "=0.10.57"`.
3. Change it to `openssl = "0.10.66"`.
4. Run `cargo update` again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants