TheAlgorithms / Rust

All Algorithms implemented in Rust
MIT License
22.21k stars 2.17k forks source link

chore: add cargo to dependabot #728

Closed vil02 closed 4 months ago

vil02 commented 4 months ago

Pull Request Template

Description

Please include a summary of the change and which issue (if any) is fixed. A brief description of the algorithm and your implementation method can be helpful too. If the implemented method/algorithm is not so well-known, it would be helpful to add a link to an article explaining it with more details.

Type of change

Please delete options that are not relevant.

This PR adds makes dependabot keep the cargo dependencies up-to-date. Continuation of #690. Similar to TheAlgorithms/Java#5123.

@siriak please have a look.

Checklist:

Please make sure that if there is a test that takes too long to run ( > 300ms), you #[ignore] that or try to optimize your code or make the test easier to run. We have this rule because we have hundreds of tests to run; If each one of them took 300ms, we would have to wait for a long time.

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.95%. Comparing base (4e59645) to head (45a4b5d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #728 +/- ## ======================================= Coverage 94.95% 94.95% ======================================= Files 303 303 Lines 22533 22533 ======================================= Hits 21396 21396 Misses 1137 1137 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.