-
Notifications
You must be signed in to change notification settings - Fork 59
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
Abandoned? #127
Comments
@lifthrasiir ^^ |
1 similar comment
@lifthrasiir ^^ |
This was referenced Mar 13, 2023
This was referenced Mar 24, 2023
This was referenced May 27, 2023
This was referenced Jul 4, 2023
wjones127
pushed a commit
to lancedb/lance
that referenced
this issue
Jan 13, 2025
- fix #3072 With two exceptions (ignored since they're not direct dependencies): <summary> - `encoding` used by lindera - `instant` used by tantivy </summary> <details> ``` ┌─ /GitHub/lance/Cargo.lock:180:1 │ 180 │ encoding 0.2.33 registry+https://github.com/rust-lang/crates.io-index │ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ unmaintained advisory detected │ ├ ID: RUSTSEC-2021-0153 ├ Advisory: https://rustsec.org/advisories/RUSTSEC-2021-0153 ├ Last release was on 2016-08-28. The [issue](lifthrasiir/rust-encoding#127) inquiring as to the status of the crate has gone unanswered by the maintainer. ## Possible alternatives - [encoding_rs](https://crates.io/crates/encoding_rs) ├ Announcement: lifthrasiir/rust-encoding#127 ├ Solution: No safe upgrade is available! ├ encoding v0.2.33 └── lindera-dictionary v0.38.1 └── lindera v0.38.1 ├── lance-index v0.22.0 │ ├── lance v0.22.0 │ │ └── lance-jni v0.22.0 │ └── lance-jni v0.22.0 (*) └── lindera-tantivy v0.38.1 └── lance-index v0.22.0 (*) error[unmaintained]: `instant` is unmaintained ┌─ /GitHub/lance/Cargo.lock:276:1 │ 276 │ instant 0.1.13 registry+https://github.com/rust-lang/crates.io-index │ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ unmaintained advisory detected │ ├ ID: RUSTSEC-2024-0384 ├ Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0384 ├ This crate is no longer maintained, and the author recommends using the maintained [`web-time`] crate instead. [`web-time`]: https://crates.io/crates/web-time ├ Solution: No safe upgrade is available! ├ instant v0.1.13 └── measure_time v0.8.3 └── tantivy v0.22.0 ├── lance v0.22.0 │ └── lance-jni v0.22.0 ├── lance-index v0.22.0 │ ├── lance v0.22.0 (*) │ └── lance-jni v0.22.0 (*) └── lindera-tantivy v0.38.1 └── lance-index v0.22.0 (*) ``` </details> Signed-off-by: Keming <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the status of the project? It seems to have seen no updates in the last 5 years, is it abandoned? And if so what is the "official" replacement?
If the project is to be considered abandoned, maybe that could be indicated in the readme and the project archived?
The text was updated successfully, but these errors were encountered: