Skip to content

build(deps): bump the rust-vmm group across 2 directories with 5 updates#144

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

build(deps): bump the rust-vmm group across 2 directories with 5 updates#144
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-vmm-8ddd6f6ae6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 29, 2026

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

Package From To
acpi_tables 0.2.0 0.2.1
iommufd-ioctls 0.1.0 0.2.0
vfio-ioctls 0.6.0 0.6.1
vm-memory 0.17.1 0.18.0
micro_http 5c2254d 876f3fe

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

Package From To
acpi_tables 0.2.0 0.2.1
iommufd-ioctls 0.1.0 0.2.0
vfio-ioctls 0.6.0 0.6.1
vm-memory 0.17.1 0.18.0
micro_http 5c2254d 876f3fe

Updates acpi_tables from 0.2.0 to 0.2.1

Commits

Updates iommufd-ioctls from 0.1.0 to 0.2.0

Commits

Updates vfio-ioctls from 0.6.0 to 0.6.1

Commits
  • aaf0c58 vfio-user: Fix beta clippy issues
  • c52ddc9 build(deps): bump rust-vmm-ci from af54708 to 659de9e
  • 7d405e7 build(deps): bump rust-vmm-ci from aa2f8a9 to af54708
  • 79f6062 vfio-bindings: Update CONTRIBUTING.md
  • 18370f1 vfio-bindings: Drop vfio-v5_0_0 feature
  • 73046c6 vfio-bindings: Rename bindings_v5_0_0 module
  • 6bc3c50 vfio-user: Fix clippy warning mismatched_lifetime_syntaxes
  • cd948a2 vfio-user: don't zero unknown bits
  • 0d4654b vfio-user: make flags more ergonomic
  • 91f2c7b build(deps): bump rust-vmm-ci from c3ef897 to aa2f8a9
  • Additional commits viewable in compare view

Updates vm-memory from 0.17.1 to 0.18.0

Changelog

Sourced from vm-memory's changelog.

0.18.0

Changed

This release includes a major change to the vm-memory API in order to support memory access permissions. The previous GuestMemory trait is now renamed to GuestMemoryBackend, and GuestMemory has a completely new definition. However, common interfaces such as GuestAddressSpace and Bytes remain on GuestMemory; therefore, all callers that just use the Bytes interface remain completely unchanged.

  • [#362] Rename GuestMemory to GuestMemoryBackend, IoMemory to GuestMemory

Added

  • [#327] I/O virtual memory support via IoMemory, IommuMemory, and Iommu/Iotlb

Fixed

  • [#361] clippy: allow mut_from_ref
Commits
  • b6404d2 Bump version to 0.18.0
  • 3e868f1 Emphasize GuestMemory more in the documentation
  • da8fc34 Reformat after the rename
  • f5c882e The small rename - iterators
  • 7e7cad2 The great rename
  • fed3a63 chore: update coverage
  • 91220ed chore: fix clippy lints/cargo warnings
  • 3cdd259 build(deps): bump rust-vmm-ci from 042b206 to b4bb768
  • 8c4c815 Have SimpleIommu depend on backend-mmap
  • 4ce4235 clippy: allow mut_from_ref
  • Additional commits viewable in compare view

Updates micro_http from 5c2254d to 876f3fe

Commits
  • 876f3fe Add support for the HTTP DELETE method
  • 9228ffd chore: Update coverage due to rust-vmm-ci change
  • 4c23e48 build(deps): bump rust-vmm-ci from 042b206 to 112dd9f
  • See full diff in compare view

Updates micro_http from 5c2254d to 876f3fe

Commits
  • 876f3fe Add support for the HTTP DELETE method
  • 9228ffd chore: Update coverage due to rust-vmm-ci change
  • 4c23e48 build(deps): bump rust-vmm-ci from 042b206 to 112dd9f
  • See full diff in compare view

Updates vm-memory from 0.17.1 to 0.18.0

Changelog

Sourced from vm-memory's changelog.

0.18.0

Changed

This release includes a major change to the vm-memory API in order to support memory access permissions. The previous GuestMemory trait is now renamed to GuestMemoryBackend, and GuestMemory has a completely new definition. However, common interfaces such as GuestAddressSpace and Bytes remain on GuestMemory; therefore, all callers that just use the Bytes interface remain completely unchanged.

  • [#362] Rename GuestMemory to GuestMemoryBackend, IoMemory to GuestMemory

Added

  • [#327] I/O virtual memory support via IoMemory, IommuMemory, and Iommu/Iotlb

Fixed

  • [#361] clippy: allow mut_from_ref
Commits
  • b6404d2 Bump version to 0.18.0
  • 3e868f1 Emphasize GuestMemory more in the documentation
  • da8fc34 Reformat after the rename
  • f5c882e The small rename - iterators
  • 7e7cad2 The great rename
  • fed3a63 chore: update coverage
  • 91220ed chore: fix clippy lints/cargo warnings
  • 3cdd259 build(deps): bump rust-vmm-ci from 042b206 to b4bb768
  • 8c4c815 Have SimpleIommu depend on backend-mmap
  • 4ce4235 clippy: allow mut_from_ref
  • Additional commits viewable in compare view

Updates acpi_tables from 0.2.0 to 0.2.1

Commits

Updates iommufd-ioctls from 0.1.0 to 0.2.0

Commits

Updates vfio-ioctls from 0.6.0 to 0.6.1

Commits
  • aaf0c58 vfio-user: Fix beta clippy issues
  • c52ddc9 build(deps): bump rust-vmm-ci from af54708 to 659de9e
  • 7d405e7 build(deps): bump rust-vmm-ci from aa2f8a9 to af54708
  • 79f6062 vfio-bindings: Update CONTRIBUTING.md
  • 18370f1 vfio-bindings: Drop vfio-v5_0_0 feature
  • 73046c6 vfio-bindings: Rename bindings_v5_0_0 module
  • 6bc3c50 vfio-user: Fix clippy warning mismatched_lifetime_syntaxes
  • cd948a2 vfio-user: don't zero unknown bits
  • 0d4654b vfio-user: make flags more ergonomic
  • 91f2c7b build(deps): bump rust-vmm-ci from c3ef897 to aa2f8a9
  • Additional commits viewable in compare view

Updates acpi_tables from 0.2.0 to 0.2.1

Commits

Updates iommufd-ioctls from 0.1.0 to 0.2.0

Commits

Updates vfio-ioctls from 0.6.0 to 0.6.1

Commits
  • aaf0c58 vfio-user: Fix beta clippy issues
  • c52ddc9 build(deps): bump rust-vmm-ci from af54708 to 659de9e
  • 7d405e7 build(deps): bump rust-vmm-ci from aa2f8a9 to af54708
  • 79f6062 vfio-bindings: Update CONTRIBUTING.md
  • 18370f1 vfio-bindings: Drop vfio-v5_0_0 feature
  • 73046c6 vfio-bindings: Rename bindings_v5_0_0 module
  • 6bc3c50 vfio-user: Fix clippy warning mismatched_lifetime_syntaxes
  • cd948a2 vfio-user: don't zero unknown bits
  • 0d4654b vfio-user: make flags more ergonomic
  • 91f2c7b build(deps): bump rust-vmm-ci from c3ef897 to aa2f8a9
  • Additional commits viewable in compare view

Updates vm-memory from 0.17.1 to 0.18.0

Changelog

Sourced from vm-memory's changelog.

0.18.0

Changed

This release includes a major change to the vm-memory API in order to support memory access permissions. The previous GuestMemory trait is now renamed to GuestMemoryBackend, and GuestMemory has a completely new definition. However, common interfaces such as GuestAddressSpace and Bytes remain on GuestMemory; therefore, all callers that just use the Bytes interface remain completely unchanged.

  • [#362] Rename GuestMemory to GuestMemoryBackend, IoMemory to GuestMemory

Added

  • [#327] I/O virtual memory support via IoMemory, IommuMemory, and Iommu/Iotlb

Fixed

  • [#361] clippy: allow mut_from_ref
Commits
  • b6404d2 Bump version to 0.18.0
  • 3e868f1 Emphasize GuestMemory more in the documentation
  • da8fc34 Reformat after the rename
  • f5c882e The small rename - iterators
  • 7e7cad2 The great rename
  • fed3a63 chore: update coverage
  • 91220ed chore: fix clippy lints/cargo warnings
  • 3cdd259 build(deps): bump rust-vmm-ci from 042b206 to b4bb768
  • 8c4c815 Have SimpleIommu depend on backend-mmap
  • 4ce4235 clippy: allow mut_from_ref
  • Additional commits viewable in compare view

Updates micro_http from 5c2254d to 876f3fe

Commits
  • 876f3fe Add support for the HTTP DELETE method
  • 9228ffd chore: Update coverage due to rust-vmm-ci change
  • 4c23e48 build(deps): bump rust-vmm-ci from 042b206 to 112dd9f
  • See full diff in compare view

Updates micro_http from 5c2254d to 876f3fe

Commits
  • 876f3fe Add support for the HTTP DELETE method
  • 9228ffd chore: Update coverage due to rust-vmm-ci change
  • 4c23e48 build(deps): bump rust-vmm-ci from 042b206 to 112dd9f
  • See full diff in compare view

Updates vm-memory from 0.17.1 to 0.18.0

Changelog

Sourced from vm-memory's changelog.

0.18.0

Changed

This release includes a major change to the vm-memory API in order to support memory access permissions. The previous GuestMemory trait is now renamed to GuestMemoryBackend, and GuestMemory has a completely new definition. However, common interfaces such as GuestAddressSpace and Bytes remain on GuestMemory; therefore, all callers that just use the Bytes interface remain completely unchanged.

  • [#362] Rename GuestMemory to GuestMemoryBackend, IoMemory to GuestMemory

Added

  • [#327] I/O virtual memory support via IoMemory, IommuMemory, and Iommu/Iotlb

Fixed

  • [#361] clippy: allow mut_from_ref
Commits
  • b6404d2 Bump version to 0.18.0
  • 3e868f1 Emphasize GuestMemory more in the documentation
  • da8fc34 Reformat after the rename
  • f5c882e The small rename - iterators
  • 7e7cad2 The great rename
  • fed3a63 chore: update coverage
  • 91220ed chore: fix clippy lints/cargo warnings
  • 3cdd259 build(deps): bump rust-vmm-ci from 042b206 to b4bb768
  • 8c4c815 Have SimpleIommu depend on backend-mmap
  • 4ce4235 clippy: allow mut_from_ref
  • Additional commits viewable in compare view

Updates acpi_tables from 0.2.0 to 0.2.1

Commits

Updates iommufd-ioctls from 0.1.0 to 0.2.0

Commits

Updates vfio-ioctls from 0.6.0 to 0.6.1

Commits
  • aaf0c58 vfio-user: Fix beta clippy issues
  • c52ddc9 build(deps): bump rust-vmm-ci from af54708 to 659de9e
  • 7d405e7 build(deps): bump rust-vmm-ci from aa2f8a9 to af54708
  • 79f6062 vfio-bindings: Update CONTRIBUTING.md
  • 18370f1 vfio-bindings: Drop vfio-v5_0_0 feature
  • 73046c6 vfio-bindings: Rename bindings_v5_0_0 module
  • 6bc3c50 vfio-user: Fix clippy warning mismatched_lifetime_syntaxes
  • cd948a2 vfio-user: don't zero unknown bits
  • 0d4654b vfio-user: make flags more ergonomic
  • 91f2c7b build(deps): bump rust-vmm-ci from c3ef897 to aa2f8a9
  • 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 May 29, 2026
Bumps the rust-vmm group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [acpi_tables](https://github.com/rust-vmm/acpi_tables) | `0.2.0` | `0.2.1` |
| [iommufd-ioctls](https://github.com/cloud-hypervisor/iommufd) | `0.1.0` | `0.2.0` |
| [vfio-ioctls](https://github.com/rust-vmm/vfio) | `0.6.0` | `0.6.1` |
| [vm-memory](https://github.com/rust-vmm/vm-memory) | `0.17.1` | `0.18.0` |
| [micro_http](https://github.com/firecracker-microvm/micro-http) | ``5c2254d`` | ``876f3fe`` |

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

| Package | From | To |
| --- | --- | --- |
| [acpi_tables](https://github.com/rust-vmm/acpi_tables) | `0.2.0` | `0.2.1` |
| [iommufd-ioctls](https://github.com/cloud-hypervisor/iommufd) | `0.1.0` | `0.2.0` |
| [vfio-ioctls](https://github.com/rust-vmm/vfio) | `0.6.0` | `0.6.1` |
| [vm-memory](https://github.com/rust-vmm/vm-memory) | `0.17.1` | `0.18.0` |
| [micro_http](https://github.com/firecracker-microvm/micro-http) | ``5c2254d`` | ``876f3fe`` |



Updates `acpi_tables` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/rust-vmm/acpi_tables/releases)
- [Commits](https://github.com/rust-vmm/acpi_tables/commits)

Updates `iommufd-ioctls` from 0.1.0 to 0.2.0
- [Commits](https://github.com/cloud-hypervisor/iommufd/commits)

Updates `vfio-ioctls` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/rust-vmm/vfio/releases)
- [Commits](rust-vmm/vfio@vfio-ioctls-v0.6.0...vfio-bindings-v0.6.1)

Updates `vm-memory` from 0.17.1 to 0.18.0
- [Release notes](https://github.com/rust-vmm/vm-memory/releases)
- [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/vm-memory@v0.17.1...v0.18.0)

Updates `micro_http` from `5c2254d` to `876f3fe`
- [Commits](firecracker-microvm/micro-http@5c2254d...876f3fe)

Updates `micro_http` from `5c2254d` to `876f3fe`
- [Commits](firecracker-microvm/micro-http@5c2254d...876f3fe)

Updates `vm-memory` from 0.17.1 to 0.18.0
- [Release notes](https://github.com/rust-vmm/vm-memory/releases)
- [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/vm-memory@v0.17.1...v0.18.0)

Updates `acpi_tables` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/rust-vmm/acpi_tables/releases)
- [Commits](https://github.com/rust-vmm/acpi_tables/commits)

Updates `iommufd-ioctls` from 0.1.0 to 0.2.0
- [Commits](https://github.com/cloud-hypervisor/iommufd/commits)

Updates `vfio-ioctls` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/rust-vmm/vfio/releases)
- [Commits](rust-vmm/vfio@vfio-ioctls-v0.6.0...vfio-bindings-v0.6.1)

Updates `acpi_tables` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/rust-vmm/acpi_tables/releases)
- [Commits](https://github.com/rust-vmm/acpi_tables/commits)

Updates `iommufd-ioctls` from 0.1.0 to 0.2.0
- [Commits](https://github.com/cloud-hypervisor/iommufd/commits)

Updates `vfio-ioctls` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/rust-vmm/vfio/releases)
- [Commits](rust-vmm/vfio@vfio-ioctls-v0.6.0...vfio-bindings-v0.6.1)

Updates `vm-memory` from 0.17.1 to 0.18.0
- [Release notes](https://github.com/rust-vmm/vm-memory/releases)
- [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/vm-memory@v0.17.1...v0.18.0)

Updates `micro_http` from `5c2254d` to `876f3fe`
- [Commits](firecracker-microvm/micro-http@5c2254d...876f3fe)

Updates `micro_http` from `5c2254d` to `876f3fe`
- [Commits](firecracker-microvm/micro-http@5c2254d...876f3fe)

Updates `vm-memory` from 0.17.1 to 0.18.0
- [Release notes](https://github.com/rust-vmm/vm-memory/releases)
- [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/vm-memory@v0.17.1...v0.18.0)

Updates `acpi_tables` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/rust-vmm/acpi_tables/releases)
- [Commits](https://github.com/rust-vmm/acpi_tables/commits)

Updates `iommufd-ioctls` from 0.1.0 to 0.2.0
- [Commits](https://github.com/cloud-hypervisor/iommufd/commits)

Updates `vfio-ioctls` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/rust-vmm/vfio/releases)
- [Commits](rust-vmm/vfio@vfio-ioctls-v0.6.0...vfio-bindings-v0.6.1)

---
updated-dependencies:
- dependency-name: acpi_tables
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-vmm
- dependency-name: acpi_tables
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-vmm
- dependency-name: acpi_tables
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-vmm
- dependency-name: acpi_tables
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-vmm
- dependency-name: iommufd-ioctls
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: iommufd-ioctls
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: iommufd-ioctls
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: iommufd-ioctls
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: micro_http
  dependency-version: 876f3feccc30e09225f2c77bf95a6b2d46a9259e
  dependency-type: direct:production
  dependency-group: rust-vmm
- dependency-name: micro_http
  dependency-version: 876f3feccc30e09225f2c77bf95a6b2d46a9259e
  dependency-type: direct:production
  dependency-group: rust-vmm
- dependency-name: micro_http
  dependency-version: 876f3feccc30e09225f2c77bf95a6b2d46a9259e
  dependency-type: direct:production
  dependency-group: rust-vmm
- dependency-name: micro_http
  dependency-version: 876f3feccc30e09225f2c77bf95a6b2d46a9259e
  dependency-type: direct:production
  dependency-group: rust-vmm
- dependency-name: vfio-ioctls
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-vmm
- dependency-name: vfio-ioctls
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-vmm
- dependency-name: vfio-ioctls
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-vmm
- dependency-name: vfio-ioctls
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-vmm
- dependency-name: vm-memory
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: vm-memory
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: vm-memory
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: vm-memory
  dependency-version: 0.18.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/rust-vmm-8ddd6f6ae6 branch from f435e3d to dc6a8e2 Compare June 3, 2026 23:15
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