-
Notifications
You must be signed in to change notification settings - Fork 152
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
resolve cargo audit warns and dedupe few deps #2034
Conversation
Crate: ruzstd Version: 0.7.0 Title: `ruzstd` uninit and out-of-bounds memory reads Date: 2024-11-28 ID: RUSTSEC-2024-0400 URL: https://rustsec.org/advisories/RUSTSEC-2024-0400 Solution: Upgrade to >=0.7.3 Crate: openssl Version: 0.10.64 Title: `MemBio::get_buf` has undefined behavior with empty buffers Date: 2024-07-21 ID: RUSTSEC-2024-0357 URL: https://rustsec.org/advisories/RUSTSEC-2024-0357 Solution: Upgrade to >=0.10.66 Crate: instant Version: 0.1.12 Warning: unmaintained Title: `instant` is unmaintained Date: 2024-09-01 ID: RUSTSEC-2024-0384 URL: https://rustsec.org/advisories/RUSTSEC-2024-0384 bumped tempfile to remove instant Crate: futures-util Version: 0.3.27 Warning: yanked bumped futures* to fix 0.3.27 yank
cargo update -p reqwest Updating crates.io index Locking 6 packages to latest compatible versions Updating reqwest v0.11.14 -> v0.11.27 (available: v0.12.12) Adding rustls-pemfile v1.0.4 Adding sync_wrapper v0.1.2 Adding system-configuration v0.5.1 Adding system-configuration-sys v0.5.0 Updating winreg v0.10.1 -> v0.50.0
Crate: idna Version: 0.3.0 Title: `idna` accepts Punycode labels that do not produce any non-ASCII when decoded Date: 2024-12-09 ID: RUSTSEC-2024-0421 URL: https://rustsec.org/advisories/RUSTSEC-2024-0421 Solution: Upgrade to >=1.0.0 bumped idna, url, smallvec
Thanks! I checked this and it adds like 20 new packages though 😞 Could we keep just the RUSTSEC updates, i.e. basically the first and third commits? That on its own actually reduces the package count by a few. |
… backtrace dedupe base64, bump winapi-util
dedupe one windows-sys
Yes, this is:
I've dropped clap bump and killed few windows deps, should be better (redox deps unused anyway) |
I tried this: |
Yes, because your update didn't update |
I see. I mean, the idna vulnerability doesn't exactly look terrifying, but so be it. Thanks! |
Yes, didn't look that scary. |
See commits. Sadly,
idna
pulled big tree of new deps.