-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
RUSTSEC-2024-0384: instant
is unmaintained
#1635
Comments
Pulled in via
|
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 |
Fixes kube-rs#1635 Signed-off-by: Natalie Klestrup Röijezon <[email protected]>
Replace the `backoff` dependency with `backon`. The former one is no longer maintained and is also pulling the `instant` crate, which has been marked as unmaintained by RUSTSEC. Prior to this commit the public API of kube-rs exposed a trait defined by the `backoff` crate. This commits introduces a new trait defined by kube-rs, which wraps the `backon` trait. Fixes kube-rs#1635 Signed-off-by: Flavio Castelli <[email protected]>
Replace the `backoff` dependency with `backon`. The former one is no longer maintained and is also pulling the `instant` crate, which has been marked as unmaintained by RUSTSEC. Prior to this commit the public API of kube-rs exposed a trait defined by the `backoff` crate. This commits introduces a new trait defined by kube-rs, which wraps the `backon` trait. Fixes kube-rs#1635 Signed-off-by: Flavio Castelli <[email protected]>
I've created #1653 to address this issue |
instant
0.1.13
This crate is no longer maintained, and the author recommends using the maintained
web-time
crate instead.The text was updated successfully, but these errors were encountered: