softprops / shiplift

🐳 🦀 rust interface for maneuvering docker containers
MIT License
624 stars 119 forks source link

Upgrade all dependencies #246

Closed micromaomao closed 3 years ago

micromaomao commented 3 years ago

This pull request upgrades all dependencies to their latest version and fix incompatible code. Specifically, this updates tokio from 0.2 to 1.0, which makes shiplift usable in newer projects.

What did you implement:

How did you verify your change:

What (if anything) would need to be called out in the CHANGELOG for the next release:

No changes to the interface is made, however this would probably require a minor version bump, since updating tokio will force dependent of this project to also update their tokio as well.

softprops commented 3 years ago

Excellent!