Skip to content

Update Rust dependencies to their latest version #238

@andreeaflorescu

Description

@andreeaflorescu

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:

  1. Identify what versions are outdated (probably most of them). To check what versions are outdated, you can install cargo outdated and run the command.
cargo install cargo-outdated
cargo outdated
  1. Update the versions of the crates in the corresponding Cargo.toml files 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.
  2. Run cargo outdated to make sure you didn't miss any updates.

At the end of this work cargo audit should pass in the CI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions