Skip to content

Cargo Reporting future incompatibilities #7

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

Closed
sandptel opened this issue May 16, 2024 · 1 comment
Closed

Cargo Reporting future incompatibilities #7

sandptel opened this issue May 16, 2024 · 1 comment

Comments

@sandptel
Copy link

While building rag-api-server it gives warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, traitobject v0.1.0.
As per cargo.lock generated , the error is caused because of the dependency multipart-2021 = "0.19.0" which uses buf_redux which is basically not maintained now. And similar with traitobject which is used by hyper.

@sandptel
Copy link
Author

fiexed bradfier/multipart-2021#1 (comment)
Also the error with trait object has already been fixed and hyper does not use traitobject as a dependency in the newer versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant