-
Notifications
You must be signed in to change notification settings - Fork 14
chore(deps): update cloudflare to 0.13 and remove wyn patch #64
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
base: master
Are you sure you want to change the base?
Conversation
This also needs to removed the |
60e6a7c
to
026ca96
Compare
026ca96
to
74665d7
Compare
Got it working, please review when available. |
I don't know if cloudflare is moving too fast with their API changes but after Feb 05 21:40 UTC it started to break again even with this changes:
Every request before that went fine, every request after this shows the same error. |
Hi, cloudflare library is now at v0.14.0 and it should solve the last error. Unfortunately, they have moved things around, so it's not enough to udpate the dependency.
|
For people looking at this MR to solve the issue. I have been running out of time lately due to personal issues, but as @sanzoghenzo suggests we'll have to update a few things here to make it work. I don't mind at all if someone wants to grab my branch and open a new PR to update cloudflare to 0.14 and close this. |
Since cloudflare/cloudflare-rs#240 was merged upstream, we don't need the wyn patch, so update to 0.13 and remove the patch.
fixes #61