etalab / transpo-rt

Simple API for public transport realtime data
https://tr.transport.data.gouv.fr/
GNU Affero General Public License v3.0
20 stars 9 forks source link

Update a lot of dependencies and make gtfs_rt fetching async #96

Closed antoine-de closed 3 years ago

antoine-de commented 3 years ago

Update a lot of dependencies.

remove failure in favor of anyhow

:tada: :tada: And last but not least, gtfs_rt fetching is now async :tada: :tada: I'm not completely convinced by the way it is achieved (I had to clone an actor to bypass the lifetime issues. It will not cause performance issues since the actor is quite small, but I'm sure there is a better way to do this...)