firecracker icon indicating copy to clipboard operation
firecracker copied to clipboard

chore(deps): Bump vm-memory from 0.17.1 to 0.18.0 in the rust-vmm group

Open dependabot[bot] opened this issue 1 month ago • 1 comments

Bumps the rust-vmm group with 1 update: vm-memory.

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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

dependabot[bot] avatar Dec 08 '25 16:12 dependabot[bot]

Currently this is blocked on other rust vmm updates

JackThomson2 avatar Dec 09 '25 14:12 JackThomson2