-
Notifications
You must be signed in to change notification settings - Fork 20
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
ci: use cargo-machete
to check for unused deps
#745
Merged
da2ce7
merged 4 commits into
torrust:develop
from
da2ce7:2041003_update_testing_workflow
Oct 3, 2024
Merged
ci: use cargo-machete
to check for unused deps
#745
da2ce7
merged 4 commits into
torrust:develop
from
da2ce7:2041003_update_testing_workflow
Oct 3, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
da2ce7
force-pushed
the
2041003_update_testing_workflow
branch
from
October 3, 2024 10:51
13a58ec
to
3bcfac8
Compare
josecelano
previously approved these changes
Oct 3, 2024
da2ce7
force-pushed
the
2041003_update_testing_workflow
branch
from
October 3, 2024 11:15
3bcfac8
to
7eb7868
Compare
da2ce7
force-pushed
the
2041003_update_testing_workflow
branch
from
October 3, 2024 11:22
7eb7868
to
6cf7bba
Compare
josecelano
previously approved these changes
Oct 3, 2024
ACK 6cf7bba |
da2ce7
dismissed
josecelano’s stale review
October 3, 2024 12:08
The merge-base changed after approval.
da2ce7
force-pushed
the
2041003_update_testing_workflow
branch
from
October 3, 2024 12:09
6cf7bba
to
4310e19
Compare
``` Updating crates.io index Locking 36 packages to latest compatible versions Removing adler v1.0.2 Updating async-compression v0.4.12 -> v0.4.13 Updating async-trait v0.1.82 -> v0.1.83 Updating autocfg v1.3.0 -> v1.4.0 Updating axum v0.7.6 -> v0.7.7 Updating axum-core v0.4.4 -> v0.4.5 Updating brotli v6.0.0 -> v7.0.0 Updating cc v1.1.21 -> v1.1.24 Updating clap v4.5.18 -> v4.5.19 Updating clap_builder v4.5.18 -> v4.5.19 Updating fdeflate v0.3.4 -> v0.3.5 Updating flate2 v1.0.33 -> v1.0.34 Adding hashbrown v0.15.0 Updating httparse v1.9.4 -> v1.9.5 Updating hyper-util v0.1.8 -> v0.1.9 Updating indexmap v2.5.0 -> v2.6.0 Updating libc v0.2.158 -> v0.2.159 Removing miniz_oxide v0.7.4 Updating once_cell v1.19.0 -> v1.20.1 Updating png v0.17.13 -> v0.17.14 Adding portable-atomic v1.9.0 Updating redox_syscall v0.5.4 -> v0.5.7 Updating regex v1.10.6 -> v1.11.0 Updating regex-automata v0.4.7 -> v0.4.8 Updating regex-syntax v0.8.4 -> v0.8.5 Updating reqwest v0.12.7 -> v0.12.8 Updating rustls-pemfile v2.1.3 -> v2.2.0 Updating rustls-pki-types v1.8.0 -> v1.9.0 Updating serde_spanned v0.6.7 -> v0.6.8 Updating serde_with v3.9.0 -> v3.10.0 Updating serde_with_macros v3.9.0 -> v3.10.0 Updating syn v2.0.77 -> v2.0.79 Updating tempfile v3.12.0 -> v3.13.0 Updating toml_edit v0.22.21 -> v0.22.22 Updating ucd-trie v0.1.6 -> v0.1.7 Updating unicode-bidi v0.3.15 -> v0.3.17 Updating unicode-properties v0.1.2 -> v0.1.3 Updating winnow v0.6.18 -> v0.6.20 ```
da2ce7
force-pushed
the
2041003_update_testing_workflow
branch
from
October 3, 2024 12:34
4310e19
to
5a6b305
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #745 +/- ##
========================================
Coverage 40.05% 40.05%
========================================
Files 117 117
Lines 7212 7212
========================================
Hits 2889 2889
Misses 4323 4323 ☔ View full report in Codecov by Sentry. |
ACK 5a6b305 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removed
fern
,trace
, andrustversion
, added ci check, and updated the deps.