mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-03-13 21:12:57 -04:00
This is a rather large PR which updates the async branch to have all the database methods as an async fn. Some iter/map logic needed to be changed to a stream::iter().then(), but besides that most changes were just adding async/await where needed.