Skip to content
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

Enable dependabot to update Cargo dependencies #3093

Merged
merged 2 commits into from
Feb 6, 2023
Merged

Conversation

shssoichiro
Copy link
Collaborator

This will be particularly useful if we are committing the Cargo.lock file to aid in keeping us up-to-date.

- package-ecosystem: "cargo"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this comment is copy-pasted from the previous block and doesn't apply here, IMO it can just be dropped

@codecov-commenter
Copy link

Codecov Report

Base: 86.95% // Head: 86.75% // Decreases project coverage by -0.19% ⚠️

Coverage data is based on head (e1dbe1e) compared to base (94e0ef0).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3093      +/-   ##
==========================================
- Coverage   86.95%   86.75%   -0.20%     
==========================================
  Files          83       83              
  Lines       33050    33104      +54     
==========================================
- Hits        28739    28721      -18     
- Misses       4311     4383      +72     
Impacted Files Coverage Δ
src/predict.rs 79.36% <0.00%> (-2.14%) ⬇️
src/tiling/tile_state.rs 88.40% <0.00%> (-1.45%) ⬇️
src/asm/x86/lrf.rs 92.85% <0.00%> (-1.27%) ⬇️
src/rdo.rs 85.11% <0.00%> (-0.60%) ⬇️
src/context/mod.rs 92.30% <0.00%> (-0.33%) ⬇️
src/deblock.rs 96.36% <0.00%> (-0.23%) ⬇️
src/encoder.rs 86.95% <0.00%> (-0.21%) ⬇️
src/cpu_features/x86.rs 39.58% <0.00%> (ø)
src/api/internal.rs 97.80% <0.00%> (+0.01%) ⬆️
src/me.rs 95.61% <0.00%> (+0.01%) ⬆️
... and 3 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

This will be particularly useful if we are committing the Cargo.lock file to aid in keeping us up-to-date.
@shssoichiro shssoichiro merged commit 8cd7438 into master Feb 6, 2023
@shssoichiro shssoichiro deleted the dependabot-cargo branch February 6, 2023 17:36
barrbrain pushed a commit to barrbrain/rav1e that referenced this pull request Apr 8, 2023
This will be particularly useful if we are committing the Cargo.lock file to aid in keeping us up-to-date.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants