Skip to content
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

Closed
clux opened this issue Sep 16, 2024 · 0 comments · Fixed by #1585
Closed

replace derivative dependency #1583

clux opened this issue Sep 16, 2024 · 0 comments · Fixed by #1585
Labels
dependencies upgrades to dependencies

Comments

@clux
Copy link
Member

clux commented Sep 16, 2024

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.

@clux clux added the dependencies upgrades to dependencies label Sep 16, 2024
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 clux linked a pull request Sep 21, 2024 that will close this issue
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
Labels
dependencies upgrades to dependencies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant