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

Add a CI workflow to run cargo-outdated checks #125

Closed
gendx opened this issue Jun 26, 2020 · 3 comments · Fixed by #663
Closed

Add a CI workflow to run cargo-outdated checks #125

gendx opened this issue Jun 26, 2020 · 3 comments · Fixed by #663
Assignees
Labels
enhancement New feature or request tracking List of things to do

Comments

@gendx
Copy link
Collaborator

gendx commented Jun 26, 2020

The cargo-outdated tool checks for outdated dependencies in a Cargo.toml. As a complement to cargo-audit which checks for vulnerable dependencies, we should leverage that to make sure dependencies are up-to-date.

@gendx gendx added enhancement New feature or request tracking List of things to do labels Jun 26, 2020
@jmichelp
Copy link
Collaborator

Without the --depth argument, it's too verbose.

But this seems to be fine:

Name     Project  Compat  Latest  Kind         Platform
----     -------  ------  ------  ----         --------
elf2tab  0.4.0    ---     0.6.0   Development  ---

@jmichelp jmichelp self-assigned this Aug 20, 2020
@jmichelp
Copy link
Collaborator

Blocked by kbknapp/cargo-outdated#241

Not only the produced JSON output is truncated (resulting in an empty JSON when it shouldn't be for example) but the produced JSON is also changing from a run to another.

@jmichelp jmichelp added the blocked Depends on another pull-request or bugfix label Oct 14, 2020
@kaczmarczyck kaczmarczyck removed the blocked Depends on another pull-request or bugfix label Nov 7, 2023
@kaczmarczyck
Copy link
Collaborator

Now that we pin Cargo.lock files, we don't want outdated notifications. Instead, we will upgrade compiler versions and packages before a release (or earlier, if cargo audit notifies us of problems).

Will be fixed with #663 .

@kaczmarczyck kaczmarczyck linked a pull request Nov 9, 2023 that will close this issue
@kaczmarczyck kaczmarczyck self-assigned this Nov 9, 2023
@kaczmarczyck kaczmarczyck reopened this Nov 9, 2023
@kaczmarczyck kaczmarczyck linked a pull request Nov 9, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tracking List of things to do
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants