generated from rust-vmm/crate-template
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
The purpose of this issue is to make the CI pass on main. Right now it fails because of a cargo audit failure.
Steps for solving this issue:
- Identify what versions are outdated (probably most of them). To check what versions are outdated, you can install
cargo outdatedand run the command.
cargo install cargo-outdated
cargo outdated
- Update the versions of the crates in the corresponding
Cargo.tomlfiles keeping in mind that we should use the latest everywhere. If a crate is a dependency of 2 local vmm-reference crates, then both of them should point to the same value. - Run
cargo outdatedto make sure you didn't miss any updates.
At the end of this work cargo audit should pass in the CI.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed