Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Update Cargo dependencies to the latest version#35

Merged
rbradford merged 5 commits intorust-vmm:mainfrom
jinankjain:use_released_vfio
May 8, 2025
Merged

Update Cargo dependencies to the latest version#35
rbradford merged 5 commits intorust-vmm:mainfrom
jinankjain:use_released_vfio

Conversation

@jinankjain
Copy link
Contributor

Summary of the PR

Various dependencies in Cargo.toml are outdated. This PR updates all those to the latest version available on crates.io.

Requirements

Before submitting your PR, please make sure you addressed the following
requirements:

  • All commits in this PR have Signed-Off-By trailers (with
    git commit -s), and the commit message has max 60 characters for the
    summary and max 75 characters for each description line.
  • All added/changed functionality has a corresponding unit/integration
    test.
  • All added/changed public-facing functionality has entries in the "Upcoming
    Release" section of CHANGELOG.md (if no such section exists, please create one).
  • Any newly added unsafe code is properly documented.

jinankjain added 5 commits May 8, 2025 13:16
Recently vfio-bindings is moved to crates.io and we can start using it
instead of git tree.

Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
There are a few API changes with the latest version of bitflags. Adjust
current code to accomodate API changes.

Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
Along with this there are some code changes to accomodate breaking
changes in thiserror crate with newer version.

Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
@rbradford rbradford merged commit 9e474d6 into rust-vmm:main May 8, 2025
6 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants