tonarino / actor

A minimalist actor framework aiming for high performance and simplicity.
MIT License
40 stars 6 forks source link

Setup Dependabot for automatic dependency updates? #30

Open strohel opened 3 years ago

strohel commented 3 years ago

Currently, crossbeam could be updated:

strohel@mat480s ~/projekty/actor $ cargo outdated -R
Name       Project  Compat  Latest  Kind    Platform
----       -------  ------  ------  ----    --------
crossbeam  0.7.3    ---     0.8.0   Normal  ---

...but I'm deliberately not updating it, so that the the automated way could be tested right away.