Skip to content

dependency on package which will fail to compile in future version of Rust #3

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

Open
phansel opened this issue Jan 31, 2023 · 3 comments

Comments

@phansel
Copy link

phansel commented Jan 31, 2023

xml-rpc-rs 0.0.12 depends on hyper 0.10.15, which depends on traitobject 0.1.0, which "contains code that will become an error in future versions of rust."

see: reem/rust-traitobject#8

@ssr-yuki
Copy link

ssr-yuki commented Feb 8, 2023

From #2 (comment) , this issue can be resolved by merging either #2 or the development branch.

I am glad if @adnanademovic deals with this.

@rursprung
Copy link

see also #8 (i intentionally raised a new issue to clearly document that this is now also about security issues being reported, not just about future-compat).

@rursprung
Copy link

i've now created #11 to rip out hyper completely. this still leaves other outdated dependencies coming from rouille, see tomaka/rouille#271

one option would be to switch to an async API, replacing rouille with something small and lightweight like rocket. see #12 for the discussion on that.

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

3 participants