Open github-actions[bot] opened 1 week ago
Pulled in via backoff
:
error[unmaintained]: `instant` is unmaintained
┌─ /github/workspace/Cargo.lock:107:1
│
107 │ 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
└── backoff v0.4.0
└── kube-runtime v0.96.0
Backoff is no longer maintained. I suggest switching to backon. We (Kubewarden team) have positive experience with that.
If you want I can help with the migration
backon sounds good to me. The backon
author suggested as much as well in https://github.com/kube-rs/kube/issues/923#issuecomment-2323831562 and remember looking into it then as a (at the very least) suitable candidate. feel free to have a go if you have time - happy to assign you.
instant
0.1.13
This crate is no longer maintained, and the author recommends using the maintained
web-time
crate instead.