Skip to content

Bump the rust-vmm group across 1 directory with 5 updates - #18

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/vmm/rust-vmm-4ccd2a55f4
Open

Bump the rust-vmm group across 1 directory with 5 updates#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/vmm/rust-vmm-4ccd2a55f4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown

Bumps the rust-vmm group with 5 updates in the /vmm directory:

Package From To
kvm-bindings 0.10.0 0.14.1
kvm-ioctls 0.19.1 0.25.0
virtio-queue 0.17.0 0.18.0
seccompiler 0.4.0 0.5.0
vmm-sys-util 0.12.1 0.15.0

Updates kvm-bindings from 0.10.0 to 0.14.1

Release notes

Sourced from kvm-bindings's releases.

kvm-bindings-v0.14.1

Fixed

  • [#350](rust-vmm/kvm#350) Fixed a feature inconsistency where the serde implementations for kvm_xsave2 were emitted without the fam-wrappers feature, breaking builds that enabled serde alone. These impls now require the fam-wrappers feature.

kvm-bindings-v0.14.0

Changelog

v0.14.0

Changed

  • Update to Rust edition 2024

kvm-bindings-v0.13.0

Changelog

v0.13.0

Added

Changed

  • Regenerate bindings from Linux kernel v6.15.

kvm-bindings-v0.12.0

Changelog

[0.12.0]

Added

  • [#323](rust-vmm/kvm#323) Upgrade vmm-sys-util to v0.14.0
  • #325 Added FamStructWrapper for kvm_irq_routing type.
  • #325 Added serde support for kvm_irq_routing and kvm_irq_routing_entry types.

kvm-bindings-v0.11.1

Changelog

[0.11.1]

Added

  • Implemented Serialize / Deserialize for kvm_xsave2.

... (truncated)

Commits
  • b4c9ed8 build: Release bindings 0.14.1 and ioctls 0.25.0
  • f2d1905 kvm-ioctls: add Cap::CounterOffset
  • 85ffca3 build: cargo-audit ignore RUSTSEC-2025-0141
  • a35a3ec build: bump rust-vmm-ci to 2601a12
  • b493467 kvm-bindings: allow confusable_idents
  • a6599ef kvm-ioctls: vcpu: init vCPU before accessing events
  • 3ffc9b6 fam_wrappers: Remove code snippet of kvm_save2.len
  • 3a8ca82 build(deps): bump rust-vmm-ci from 042b206 to e34c504
  • 25f630a Remove TODO-comment about safety of casting ptr to *mut u8
  • cf113ee Distinguish between safe and unsafe set_msr_filter
  • Additional commits viewable in compare view

Updates kvm-ioctls from 0.19.1 to 0.25.0

Release notes

Sourced from kvm-ioctls's releases.

kvm-ioctls-v0.25.0

Added

  • Plumb through KVM_CAP_COUNTER_OFFSET as Cap::CounterOffset.
  • Plumb through KVM_CAP_DIRTY_LOG_RING as Cap::DirtyLogRing.
  • [#359](rust-vmm/kvm#359) Add support for KVM_SET_MSR_FILTER vm ioctl on x86_64.

Changed

  • Upgrade kvm-bindings to v0.14.1.

kvm-ioctls-v0.24.0

Changelog

v0.24.0

Added

  • Plumb through KVM_CAP_X2APIC_API as X2ApicApi cap.
  • [#334](rust-vmm/kvm#334) Added support for KVM_HAS_DEVICE_ATTR and KVM_SET_DEVICE_ATTR vm ioctl on aarch64.

Changed

  • Update to Rust edition 2024
  • Update to kvm-bindings 0.14.0

kvm-ioctls-v0.23.0

Changelog

v0.23.0

Added

  • [#322](rust-vmm/kvm#322) Added VcpuFd::nested_state()and VcpuFd::set_nested_state() to work with nested KVM state. Only works on x86. The helper type KvmNestedStateBuffermakes these new functions easily usable.

Changed

  • Upgrade kvm-bindings to v0.13.0

kvm-ioctls-v0.22.0

Changelog

v0.22.0

Changed

... (truncated)

Commits
  • b4c9ed8 build: Release bindings 0.14.1 and ioctls 0.25.0
  • f2d1905 kvm-ioctls: add Cap::CounterOffset
  • 85ffca3 build: cargo-audit ignore RUSTSEC-2025-0141
  • a35a3ec build: bump rust-vmm-ci to 2601a12
  • b493467 kvm-bindings: allow confusable_idents
  • a6599ef kvm-ioctls: vcpu: init vCPU before accessing events
  • 3ffc9b6 fam_wrappers: Remove code snippet of kvm_save2.len
  • 3a8ca82 build(deps): bump rust-vmm-ci from 042b206 to e34c504
  • 25f630a Remove TODO-comment about safety of casting ptr to *mut u8
  • cf113ee Distinguish between safe and unsafe set_msr_filter
  • Additional commits viewable in compare view

Updates virtio-queue from 0.17.0 to 0.18.0

Commits
  • b2abdc0 build(deps): bump rust-vmm-ci from 2601a12 to 8455080
  • eae909d virtio-queue: Prepare v0.18.0 release
  • 04ee097 build(deps): bump rust-vmm-ci from 112dd9f to 2601a12
  • eacc8b1 virtio-queue: implement From for QueueSync
  • 824cfd9 build(deps): bump rust-vmm-ci from 65d339d to 112dd9f
  • 99587f5 Revert "cargo/audit.toml: ignore RUSTSEC-2025-0141"
  • 90a9259 virtio-queue-ser: remove versionize support
  • 2ad02dc build: Update vm-memory to 0.18.0
  • ad0bd3e verification: Override GuestMemory::check_range()
  • b7a732b fuzz/vsock: Add get_mem_ptr() for testing
  • Additional commits viewable in compare view

Updates seccompiler from 0.4.0 to 0.5.0

Changelog

Sourced from seccompiler's changelog.

v0.5.0

Added

Changed

Commits
  • c3cf77d chore: Prepare 0.5.0 release
  • cb01267 CHANGELOG: Update CHANGELOG.md
  • 27602c7 syscall_table: Update to v6.12 kernel syscall
  • 5de1945 tools: Support generate_syscall_tables with newer kernel
  • caf9e32 Bump rust-vmm-ci from 1150c47 to 2d733b0
  • 6297175 Update coverage score
  • 8c87854 Fix clippy warnings
  • 39091a7 ci: Enable RISC-V CI
  • 8f3c38d Bumps rust-vmm-ci to 1150c47
  • 68e78ac CHANGELOG.md: document riscv64 support
  • Additional commits viewable in compare view

Updates vmm-sys-util from 0.12.1 to 0.15.0

Release notes

Sourced from vmm-sys-util's releases.

vmm-sys-util-v0.15.0

Changelog

v0.15.0

Added

  • [#245]: Make sock_ctrl_msg support non-linux unix platforms.
  • [#244]:
    • Impl IntoRawFd for linux::eventfd::EventFd.
    • Use File::try_clone to replace the original implementation of EventFd::try_clone. Some flags can now be propagated, like CLOEXEC.
    • Add EventNotifier and EventConsumer as a generic event notification

vmm-sys-util-v0.14.0

Changelog

Upcoming

v0.14.0

Changed

  • [#240]: Remove PartialEq trait constraint on Entry in FAM module.

vmm-sys-util-v0.13.0

Changelog

v0.13.0

Added

  • [#230]: Introduce align_downwards! and align_upwards! macro to help address aligning, this implementation is faster than div_ceil way and more robust.
  • [#236]: Add a utility function for constructing an empty FamStructWrapper with a given header.

Changed

  • [#228]: Make Debug impl for FamStructWrapper<T> print out contents of the flexible array member. This causes Debug to only be implemented if T::Entry: Debug.

Removed

  • [#235]: Removed impl From<Vec<T>> for FamStructWrapper<T>, as this was unsound.
Changelog

Sourced from vmm-sys-util's changelog.

v0.15.0

Added

  • [#245]: Make sock_ctrl_msg support non-linux unix platforms.
  • [#244]:
    • Impl IntoRawFd for linux::eventfd::EventFd.
    • Use File::try_clone to replace the original implementation of EventFd::try_clone. Some flags can now be propagated, like CLOEXEC.
    • Add EventNotifier and EventConsumer as a generic event notification

v0.14.0

Changed

  • [#240]: Remove PartialEq trait constraint on Entry in FAM module.

v0.13.0

Added

  • [#230]: Introduce align_downwards! and align_upwards! macro to help address aligning, this implementation is faster than div_ceil way and more robust.
  • [#236]: Add a utility function for constructing an empty FamStructWrapper with a given header.

Changed

  • [#228]: Make Debug impl for FamStructWrapper<T> print out contents of the flexible array member. This causes Debug to only be implemented if T::Entry: Debug.

Removed

  • [#235]: Removed impl From<Vec<T>> for FamStructWrapper<T>, as this was unsound.
Commits
  • a64b4ef ci: add crates.io publish workflow
  • 6d9bb0c Prepare v0.15.0 release
  • 804dde6 refactor: Avoid passing RawFds, and thus some unsafe
  • abd6488 refactor(test): avoid unhelpful panics
  • 3b39436 eventfd: use stdlib instead of libc::{read,write}
  • 08fbd6d sock_ctrl_msg: fix doc example
  • ee71906 sock_ctrl_msg: treat cmsghdr as FamStruct
  • 2ced212 sock_ctrl_msg: Drop unneeded loop
  • f6267bf fix: return ENOBUFS if CMSG_TRUNC is set always
  • 2167111 test: merge test cases in sock_ctrl_msg.rs
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 13, 2026
@dependabot
dependabot Bot requested a review from abhishek-anand as a code owner July 13, 2026 04:35
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 13, 2026
@dependabot dependabot Bot changed the title build(deps): bump the rust-vmm group in /vmm with 5 updates build(deps): bump the rust-vmm group across 1 directory with 5 updates Jul 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/vmm/rust-vmm-4ccd2a55f4 branch from 46ce1b5 to 9451197 Compare July 13, 2026 07:28
@dependabot dependabot Bot changed the title build(deps): bump the rust-vmm group across 1 directory with 5 updates Bump the rust-vmm group across 1 directory with 5 updates Jul 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/vmm/rust-vmm-4ccd2a55f4 branch 3 times, most recently from 19e8f3e to c74397c Compare July 24, 2026 11:06
@dependabot
dependabot Bot force-pushed the dependabot/cargo/vmm/rust-vmm-4ccd2a55f4 branch from c74397c to a457ee5 Compare July 27, 2026 21:37
Bumps the rust-vmm group with 5 updates in the /vmm directory:

| Package | From | To |
| --- | --- | --- |
| [kvm-bindings](https://github.com/rust-vmm/kvm) | `0.10.0` | `0.14.1` |
| [kvm-ioctls](https://github.com/rust-vmm/kvm) | `0.19.1` | `0.25.0` |
| [virtio-queue](https://github.com/rust-vmm/vm-virtio) | `0.17.0` | `0.18.0` |
| [seccompiler](https://github.com/rust-vmm/seccompiler) | `0.4.0` | `0.5.0` |
| [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) | `0.12.1` | `0.15.0` |



Updates `kvm-bindings` from 0.10.0 to 0.14.1
- [Release notes](https://github.com/rust-vmm/kvm/releases)
- [Commits](rust-vmm/kvm@v0.10.0...kvm-bindings-v0.14.1)

Updates `kvm-ioctls` from 0.19.1 to 0.25.0
- [Release notes](https://github.com/rust-vmm/kvm/releases)
- [Commits](rust-vmm/kvm@v0.19.1...kvm-ioctls-v0.25.0)

Updates `virtio-queue` from 0.17.0 to 0.18.0
- [Release notes](https://github.com/rust-vmm/vm-virtio/releases)
- [Commits](rust-vmm/vm-virtio@virtio-queue-v0.17.0...virtio-queue-v0.18.0)

Updates `seccompiler` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/rust-vmm/seccompiler/releases)
- [Changelog](https://github.com/rust-vmm/seccompiler/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/seccompiler@v0.4.0...v0.5.0)

Updates `vmm-sys-util` from 0.12.1 to 0.15.0
- [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases)
- [Changelog](https://github.com/rust-vmm/vmm-sys-util/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/vmm-sys-util@v0.12.1...v0.15.0)

---
updated-dependencies:
- dependency-name: kvm-bindings
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: kvm-ioctls
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: seccompiler
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: virtio-queue
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: vmm-sys-util
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/vmm/rust-vmm-4ccd2a55f4 branch from a457ee5 to e4b5d9e Compare August 3, 2026 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants