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

bumpalo and tracing are yanked in Cargo.lock #225

Closed
DuckDuckWhale opened this issue May 22, 2023 · 2 comments · Fixed by #231
Closed

bumpalo and tracing are yanked in Cargo.lock #225

DuckDuckWhale opened this issue May 22, 2023 · 2 comments · Fixed by #231
Labels
bug Something isn't working

Comments

@DuckDuckWhale
Copy link

$ cargo install --locked cargo-about
...
warning: package `bumpalo v3.12.1` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
warning: package `tracing v0.1.38` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
...
@DuckDuckWhale DuckDuckWhale added the bug Something isn't working label May 22, 2023
@DuckDuckWhale
Copy link
Author

Furthermore, two unsoundness issues has been reported by cargo audit:

Crate:     atty
Version:   0.2.14
Warning:   unsound
Title:     Potential unaligned read
Date:      2021-07-04
ID:        RUSTSEC-2021-0145
URL:       https://rustsec.org/advisories/RUSTSEC-2021-0145
Dependency tree:
atty 0.2.14
└── cargo-about 0.5.6

Crate:     rmp-serde
Version:   0.14.4
Warning:   unsound
Title:     `rmp-serde` `Raw` and `RawRef` unsound
Date:      2022-04-13
ID:        RUSTSEC-2022-0092
URL:       https://rustsec.org/advisories/RUSTSEC-2022-0092
Dependency tree:
rmp-serde 0.14.4
└── askalono 0.4.6
    └── cargo-about 0.5.6

@Jake-Shadle
Copy link
Member

The --locked is so that latest compatible versions don't get pulled in, potentially breaking compilation, you can try just not adding it and it will use latest versions of all crates and probably be fine.

The audit reports are meaningless for this crate's usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants