rtyler / otto

Otto is your friendly continuous delivery companion.
GNU Affero General Public License v3.0
80 stars 5 forks source link

Loosen up dependencies in Cargo.toml files #64

Closed rtyler closed 3 years ago

rtyler commented 3 years ago

Lots of the dependencies that are common between crates (e.g. log) have overly restrictive versions defined. Many of these can be made to a single major version (e.g. "1" or "*") to allow cargo update to consistently pull the latest and greatest of those crates (where necessary).

I'm thinking this should probably cover

There may be others, but this is just off the top of my head