feat(deps): replace simple-tqdm with indicatif 0.18 to avoid unmaintained number_prefix#954
feat(deps): replace simple-tqdm with indicatif 0.18 to avoid unmaintained number_prefix#954
Conversation
There was a problem hiding this comment.
Bump indicatif instead. They have migrated to unit-prefix: https://github.com/console-rs/indicatif/blob/2f2b2ccbd3695e0a3cdbfed42c0d60190f732bbc/Cargo.toml#L18
@SuperFluffy yeah, the problem is that |
We should absolutely migrate. Looking at simple-tqdm, it was never maintained in the first place. IMO we should either do it now or close this PR. We shouldn't even start silencing nags like this one if there is a clear fix (lest we forget to actually followup). |
8231f7f to
556f9d4
Compare
makes sense, done in this PR ptal |
SuperFluffy
left a comment
There was a problem hiding this comment.
looks good - we got cloudflare issues?
9f697b7 to
7dd763c
Compare
…ined number_prefix
Co-authored-by: Arsenii Kulikov <[email protected]>
59120b5 to
a969d8d
Compare
|
This has one confusing commit message now. :-D |
hmm this is weird i changed the PR title and amended the commit message... |
It's because you added the PR to the merge queue before your changes. The only "sync point" between PR title/body and commit title/body is when you enable auto-merge - that's the moment it takes the PR title/body and suggests it for your commit. It happened to me as well before. :-) |
TIL, very good to know thx! |
…empoxyz#954) fixes errors like this one in https://github.com/tempoxyz/tempo/actions/runs/19462129274/job/55688586205?pr=948: ``` cargo deny --all-features check all shell: /usr/bin/bash -e {0} env: CARGO_TERM_COLOR: always CARGO_HOME: /home/runner/.cargo CARGO_INCREMENTAL: 0 error[unmaintained]: number_prefix crate is unmaintained ┌─ /home/runner/work/tempo/tempo/Cargo.lock:487:1 │ 487 │ number_prefix 0.4.0 registry+https://github.com/rust-lang/crates.io-index │ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ unmaintained advisory detected │ ├ ID: RUSTSEC-2025-0119 ├ Advisory: https://rustsec.org/advisories/RUSTSEC-2025-0119 ├ The `number_prefix` crate is no longer actively maintained. If you rely on this crate, consider switching to a recommended alternative. ## Recommended alternatives - [`unit-prefix`](https://crates.io/crates/unit-prefix) ├ Announcement: ogham/rust-number-prefix#8 ├ Solution: No safe upgrade is available! ├ number_prefix v0.4.0 └── indicatif v0.17.11 └── simple-tqdm v0.2.0 ├── tempo-bench v0.4.0 └── tempo-xtask v0.4.0 ```
fixes errors like this one in https://github.com/tempoxyz/tempo/actions/runs/19462129274/job/55688586205?pr=948: