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

Fix cargo audit advisories. #57

Merged
merged 4 commits into from
Nov 1, 2021
Merged

Fix cargo audit advisories. #57

merged 4 commits into from
Nov 1, 2021

Conversation

gebner
Copy link
Member

@gebner gebner commented Nov 1, 2021

The versions in the lockfile have some known vulnerabilities (not sure if they apply to us though). NixOS/nixpkgs#141368

The zip crate still depends on an old time version, so there's one advisory left: zip-rs/zip-old#254

@gebner
Copy link
Member Author

gebner commented Nov 1, 2021

Hmm, apparently the OpenSSL 3 upgrade causes some issues so I've reverted it for now:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { description: "SSL peer certificate or SSH remote key was not OK", code: 60, extra: Some("SSL certificate problem: unable to get local issuer certificate") }', src/elan-utils/src/utils.rs:519:32 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

@Kha Kha merged commit f63a1b1 into leanprover:master Nov 1, 2021
@Kha
Copy link
Member

Kha commented Nov 1, 2021

Looks like rustup hasn't updated OpenSSL either yet

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

Successfully merging this pull request may close these issues.

2 participants