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

Update dependencies #2

Closed
wants to merge 3 commits into from
Closed

Update dependencies #2

wants to merge 3 commits into from

Conversation

taiki-e
Copy link

@taiki-e taiki-e commented Mar 29, 2021

Some dependencies are very old, so I'd like to update them.

Updates dependencies (7f75c94):

  • base64 0.6.0 -> 0.13.0
  • error-chain 0.10.0 -> 0.12.4
  • regex 0.2.3 -> 1.4.5
  • serde-xml-rs 0.2.1 -> 0.4.1
  • serde_bytes 0.10.2 -> 0.11.5
  • xml-rs 0.6.1 -> 0.8.3

Removes unused dependency (0b967aa):

  • futures 0.1.14

Replaces hyper with reqwest, instead of updating hyper (524a1c7):
The latest hyper only provides async API. However, we need to rewrite a lot to switch async,
so for now, switch to reqwest which provides blocking API and built on top of hyper.

taiki-e added 3 commits March 30, 2021 01:52
- base64 0.6.0 -> 0.13.0
- error-chain 0.10.0 -> 0.12.4
- regex 0.2.3 -> 1.4.5
- serde-xml-rs 0.2.1 -> 0.4.1
- serde_bytes 0.10.2 -> 0.11.5
- xml-rs 0.6.1 -> 0.8.3
The latest `hyper` only provides async API. However, we need to rewrite
a lot to switch async, so for now, switch to `reqwest` which provides
blocking API and built on top of `hyper`.
@OTL
Copy link

OTL commented Jan 17, 2023

@adnanademovic What do you think about this?

@taiki-e
Copy link
Author

taiki-e commented Jan 17, 2023

I noticed adnanademovic working on updates in https://github.com/adnanademovic/xml-rpc-rs/tree/development.

I will close this PR in favor of it.

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

Successfully merging this pull request may close these issues.

2 participants