Update dependencies
Opened this issue · 2 comments
PvdBerg1998 commented
The following dependencies are heavily outdated and not compatible with the latest versions:
- hyper-multipart
- uuid
- syn
- quote
bytesnake commented
Updated hyper-multipart
in 5c80581
Updated uuid
in 9d681dd
The other two are much more difficult to update. Unfortunately we will need to rewrite the parser completely to support the new syn infrastructure. Actually I would like to use a different approach and bundle the json description from Telegram (https://core.telegram.org/schema/json) to generate the necessary structs On-The-Fly.
PvdBerg1998 commented
generate the necessary structs On-The-Fly.
Sounds awesome! Looking forward to any progress!