-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
replace derivative
dependency
#1583
Labels
dependencies
upgrades to dependencies
Comments
rorosen
added a commit
to rorosen/kube
that referenced
this issue
Sep 18, 2024
Replace the unmaintained `derivative` dependency with `educe`. See also kube-rs#1583. Signed-off-by: Robert Rose <[email protected]>
rorosen
added a commit
to rorosen/kube
that referenced
this issue
Sep 18, 2024
Replace the unmaintained `derivative` dependency with `educe`. See also kube-rs#1583. Signed-off-by: Robert Rose <[email protected]>
rorosen
added a commit
to rorosen/kube
that referenced
this issue
Sep 18, 2024
Replace the unmaintained `derivative` dependency with `educe`. See also kube-rs#1583. Signed-off-by: Robert Rose <[email protected]>
rorosen
added a commit
to rorosen/kube
that referenced
this issue
Sep 18, 2024
Replace the unmaintained `derivative` dependency with `educe`. See also kube-rs#1583. Signed-off-by: Robert Rose <[email protected]>
clux
pushed a commit
that referenced
this issue
Sep 22, 2024
Replace the unmaintained `derivative` dependency with `educe`. See also #1583. Signed-off-by: Robert Rose <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
derivative dependency is unmtaintained, and used in a few places in kube-runtime.
keeping it forces multiple versions of
syn
(1
via derivative,2
via everything else).mcarton/rust-derivative#117
alternatives from a quick search:
out of the 3,
derive-more
has by far the most use/stars/engagement and "is stable", so if that can be made to work, then that would probably be good.The text was updated successfully, but these errors were encountered: