rust-vmm / vhost-user-backend

Deprecated repository, code now lives in: https://github.com/rust-vmm/vhost/
Apache License 2.0
18 stars 16 forks source link

Update vm-memory requirement from 0.7 to 0.8 #68

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on vm-memory to permit the latest version.

Release notes

Sourced from vm-memory's releases.

vm-memory-v0.8.0

[v0.8.0]

Fixed

Changelog

Sourced from vm-memory's changelog.

[v0.8.0]

Fixed

[v0.7.0]

Changed

[v0.6.0]

Added

Deprecated

  • [#133](rust-vmm/vm-memory#8): Deprecate GuestMemory::with_regions(), GuestMemory::with_regions_mut(), GuestMemory::map_and_fold().

[v0.5.0]

Added

[v0.4.0]

Fixed

[v0.3.0]

... (truncated)

Commits
  • fc7153a prepare 0.8.0 release
  • c66e561 build(deps): bump rust-vmm-ci from d216a46 to 99fe2eb
  • 063126b fix read/write when slice is empty
  • f6ef1b6 Fix clippy warnings and adjust test coverage
  • 0ea6e6f Manually update rust-vmm-ci
  • 9cf5ed4 guest_memory: avoid needless borrow warning
  • 93e0173 ignore vulnerability for serde_cbor
  • 7a5e069 update dependabot frequency
  • 71ae131 build(deps): bump rust-vmm-ci from 7931077 to b037be3
  • See full diff in compare view


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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
rbradford commented 2 years ago

I think it would be better to make this >=0.7.0 as this would avoid issues we have with crates lagging behind.

stefano-garzarella commented 2 years ago

I think it would be better to make this >=0.7.0 as this would avoid issues we have with crates lagging behind.

Yep, I agree!

dependabot[bot] commented 2 years ago

Looks like vm-memory is no longer updatable, so this is no longer needed.