-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update dependabot config #874
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #874 +/- ##
==========================================
- Coverage 94.38% 94.25% -0.14%
==========================================
Files 48 48
Lines 6665 6666 +1
==========================================
- Hits 6291 6283 -8
- Misses 374 383 +9 ☔ View full report in Codecov by Sentry. |
What's the advantage of actively bumping dev-dependencies? Why shouldn't we specify the minimum version we actually need, and let the cargo resolver do its job? |
Just read our "Cargo.toml" and saw either is "1.0" when the latest version is "1.10.0". Maybe we should update it to "1" or "1.10" as dependency trees might have it in multiple versions. |
|
See tokio-rs/tokio#6335 (comment), which sets a similar policy for tokio-rs. Unless we have good reason to change our current policy, I'd like to stick with it. |
There is nothing urgent about updating dev-dependencies. |
Your help on improving CI is very much appreciated, thanks! |
adds dependabot config for bumping cargo dependencies
this should generate PRs for criterion, quickcheck, and rand.
the quickcheck PR will fail CI since there are breaking changes, likely blocked on BurntSushi/quickcheck#267