bytesnake / telebot

Write Telegram bots in Rust with Tokio and Futures
Other
212 stars 33 forks source link

Update dependencies #65

Open PvdBerg1998 opened 5 years ago

PvdBerg1998 commented 5 years ago

The following dependencies are heavily outdated and not compatible with the latest versions:

bytesnake commented 5 years ago

Updated hyper-multipart in 5c80581f5e3c1fbb467e57a5b3599e5c3bf4637f Updated uuid in 9d681dd3cfe8e7f2df15e5d18e8c3a8165a58cab

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 5 years ago

generate the necessary structs On-The-Fly. Sounds awesome! Looking forward to any progress!