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

Bump dependencies version to resolve the RUSTSEC warnning. #202

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

BraveY
Copy link

@BraveY BraveY commented Jan 23, 2025

To fix this dragonflyoss/nydus#1647, we need bump vm-memory and vmm-sys-util here first. The releated RUSTSEC advisories are RUSTSEC-2023-0056 and RUSTSEC-2024-0002.

In addtion, since the async_io is not a supported feature as #188 mentioned, I removed the related code in linux_session.rs to address the clippy error in CI. Now all CI got green. @PlamenHristov cc.

@BraveY BraveY force-pushed the chore-update-deps branch 3 times, most recently from 8f64c56 to 8829b24 Compare January 27, 2025 03:01
@BraveY BraveY force-pushed the chore-update-deps branch 4 times, most recently from cb3035b to c796c0b Compare February 10, 2025 08:38
…1 release

- Follow the RUSTSEC-2024-0002 advisory by bumping the vhost version from 0.6.0 to 0.11.0.
- Add the `unexpected-cfgs` flag to address the Clippy error related to the `async_io` feature.
- Keep the vm-memory version consistent with the updated vhost version.
- Prepare for the release of v0.12.1.

Signed-off-by: Yang Kaiyong <[email protected]>
Copy link
Collaborator

@imeoer imeoer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@imeoer imeoer merged commit 4744500 into cloud-hypervisor:master Feb 10, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants