You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected result: No cargo deny warnings when using the non-alpha release of sled
actual result:
When using cargo deny on my project that has an indirect dependency on sled I get:
error[unmaintained]: `instant` is unmaintained
┌─ /home/arvid/src/paketkoll/Cargo.lock:120:1
│
120 │ 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
├── parking_lot v0.11.2
│ └── sled v0.34.7
This can be fxed by a new release in the sled 0.34.x series that depends on a newer semver version of parking_lot (0.12.x). As 1.0 alpha has apparently been in alpha for over a year, that does not seem like a viable short term fix to this.
sled version: 0.34.7
rustc version: 1.82.0
operating system: Arch Linux
minimal code sample that helps to reproduce the issue: N/A
logs, panic messages, stack traces: N/A
Incomplete bug reports will be closed.
Do not open bug reports for documentation issues. Please just open a PR with the proposed documentation change.
Thank you for understanding :)
The text was updated successfully, but these errors were encountered:
Bug reports must include all following items:
When using cargo deny on my project that has an indirect dependency on sled I get:
This can be fxed by a new release in the sled 0.34.x series that depends on a newer semver version of parking_lot (0.12.x). As 1.0 alpha has apparently been in alpha for over a year, that does not seem like a viable short term fix to this.
Incomplete bug reports will be closed.
Do not open bug reports for documentation issues. Please just open a PR with the proposed documentation change.
Thank you for understanding :)
The text was updated successfully, but these errors were encountered: