wisespace-io / binance-rs

Rust Library for the Binance API
Other
636 stars 287 forks source link

add dependabot config #161

Closed danieleades closed 1 year ago

danieleades commented 1 year ago

i noticed a couple of the github actions are out of date. This dependabot config will ensure that dependencies and actions stay up to date.

Bumping dependencies can result in the MSRV of the crate increasing. I can add a check for that, to prevent that happening by accident.

this PR shouldn't be merged before #165 to prevent accidental bumping of the MSRV

danieleades commented 1 year ago

now that the MSRV is checked in CI, this PR can be merged. If any dependency update bumps the minimum compiler version, this will be caught by CI.