rust-vmm / vhost-device

'vhost-user' device backends workspace
Apache License 2.0
68 stars 48 forks source link

build(deps): bump the vhost-device group in /staging with 11 updates #633

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the vhost-device group in /staging with 11 updates:

Package From To
clap 4.5.2 4.5.3
thiserror 1.0.57 1.0.58
vhost 0.10.0 0.11.0
vhost-user-backend 0.13.1 0.14.0
vm-memory 0.14.0 0.14.1
anyhow 1.0.80 1.0.81
clap_derive 4.5.0 4.5.3
heck 0.4.1 0.5.0
proc-macro2 1.0.78 1.0.79
syn 2.0.52 2.0.53
thiserror-impl 1.0.57 1.0.58

Updates clap from 4.5.2 to 4.5.3

Release notes

Sourced from clap's releases.

v4.5.3

[4.5.3] - 2024-03-15

Internal

  • (derive) Update heck
Changelog

Sourced from clap's changelog.

[4.5.3] - 2024-03-15

Internal

  • (derive) Update heck
Commits


Updates thiserror from 1.0.57 to 1.0.58

Release notes

Sourced from thiserror's releases.

1.0.58

  • Make backtrace support available when using -Dwarnings (#292)
Commits


Updates vhost from 0.10.0 to 0.11.0

Release notes

Sourced from vhost's releases.

vhost-user-backend v0.11.0

Added

Changed

vhost v0.11.0

Added

vhost-user-backend v0.10.1

Fixed

Commits
  • 0133c53 vhost: Prepare v0.11.0 release
  • 6ce9d36 Add SET_LOG_BASE message support
  • 4443df5 vhost-user-backend: Add vhost-user bitmap trait bounds
  • d05f1b5 Add replaceable-mmapped bitmap support
  • 8912622 Add myself as code owner
  • 6241add build(deps): bump the vhost group with 1 update
  • 1bead8f build(deps): bump rust-vmm-ci from 72ebeb3 to 7606478
  • 39e56d3 build(deps): bump the vhost group with 1 update
  • 3044602 coverage: add vhost-user-backend/postcopy feature
  • 032fe16 ci: add postcopy feature to *-without-xen tests
  • Additional commits viewable in compare view


Updates vhost-user-backend from 0.13.1 to 0.14.0

Release notes

Sourced from vhost-user-backend's releases.

vhost-user-backend v0.14.0

Added

Commits
  • e3de130 vhost-user-backend: Prepare v0.14.0 release
  • 0133c53 vhost: Prepare v0.11.0 release
  • 6ce9d36 Add SET_LOG_BASE message support
  • 4443df5 vhost-user-backend: Add vhost-user bitmap trait bounds
  • d05f1b5 Add replaceable-mmapped bitmap support
  • 8912622 Add myself as code owner
  • 6241add build(deps): bump the vhost group with 1 update
  • 1bead8f build(deps): bump rust-vmm-ci from 72ebeb3 to 7606478
  • 39e56d3 build(deps): bump the vhost group with 1 update
  • 3044602 coverage: add vhost-user-backend/postcopy feature
  • Additional commits viewable in compare view


Updates vm-memory from 0.14.0 to 0.14.1

Changelog

Sourced from vm-memory's changelog.

[v0.14.1]

Fixed

  • [#279] Remove restriction from read_volatile_from and write_volatile_into that made it copy data it chunks of 4096.
Commits
  • 6bbdf2c Prepare 0.14.1 release
  • e4a6de3 fix: Remove 4096B chunk restriction of read/write_volatile
  • d5741e9 build(deps): bump rust-vmm-ci from 72ebeb3 to 7606478
  • 9206537 Resolve unused import warning
  • 1487e70 build(deps): bump rust-vmm-ci from be28ad8 to 72ebeb3
  • See full diff in compare view


Updates anyhow from 1.0.80 to 1.0.81

Release notes

Sourced from anyhow's releases.

1.0.81

  • Make backtrace support available when using -Dwarnings (#354)
Commits


Updates clap_derive from 4.5.0 to 4.5.3

Release notes

Sourced from clap_derive's releases.

v4.5.3

[4.5.3] - 2024-03-15

Internal

  • (derive) Update heck

v4.5.2

[4.5.2] - 2024-03-06

Fixes

  • (macros) Silence a warning

v4.5.1

[4.5.1] - 2024-02-16

Fixes

  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used
Changelog

Sourced from clap_derive's changelog.

[4.5.3] - 2024-03-15

Internal

  • (derive) Update heck

[4.5.2] - 2024-03-06

Fixes

  • (macros) Silence a warning

[4.5.1] - 2024-02-16

Fixes

  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used
Commits
  • 4e07b43 chore: Release
  • 8247c7d docs: Update changelog
  • 677c52c chore: Update heck requirement (#5396)
  • f65d421 chore: Release
  • 886b272 docs: Update changelog
  • 3ba4297 Merge pull request #5386 from amaanq/static-var-name
  • 2aea950 fix: Use SCREAMING_SNAKE_CASE for static variable authors
  • 690f555 Merge pull request #5382 from clap-rs/renovate/pre-commit-action-3.x
  • a2aa644 chore(deps): update compatible (dev) (#5381)
  • c233de5 chore(deps): update pre-commit/action action to v3.0.1
  • Additional commits viewable in compare view


Updates heck from 0.4.1 to 0.5.0

Changelog

Sourced from heck's changelog.

0.5.0

  • Add no_std support.
  • Remove non-additive unicode feature. The library now uses char::is_alphanumeric instead of the unicode-segmentation library to determine word boundaries in all cases.
Commits


Updates proc-macro2 from 1.0.78 to 1.0.79

Release notes

Sourced from proc-macro2's releases.

1.0.79

  • Clean up dead code
Commits
  • 4ba4ab1 Release 1.0.79
  • b176581 Prevent new lint from turning off nightly span support under -Dwarnings
  • b9cd864 Fix dead_code warning on fallback SourceFile
  • e94f432 Ignore incompatible_msrv clippy lint for conditionally compiled code
  • 18c75c6 Ignore dead_code warning in test
  • 5cd21eb Update ui test suite to nightly-2024-02-01
  • See full diff in compare view


Updates syn from 2.0.52 to 2.0.53

Release notes

Sourced from syn's releases.

2.0.53

  • Implement Copy, Clone, and ToTokens for syn::parse::Nothing (#1597)
Commits
  • 32dcf8d Release 2.0.53
  • fd1f2aa Merge pull request #1597 from dtolnay/copyprintnothing
  • 4f6c052 Implement ToTokens for syn::parse::Nothing
  • 3f37543 Implement Copy for syn::parse::Nothing
  • 36a4122 Update test suite to nightly-2024-03-16
  • bd93106 Revert "Temporarily disable nightly testing due to libLLVM link issue"
  • 06166a7 Update test suite to nightly-2024-03-09
  • ed545e7 Work around doc_markdown lint in test_precedence
  • 7aef1ed Temporarily disable nightly testing due to libLLVM link issue
  • 556b10b Update test suite to nightly-2024-03-06
  • Additional commits viewable in compare view


Updates thiserror-impl from 1.0.57 to 1.0.58

Release notes

Sourced from thiserror-impl's releases.

1.0.58

  • Make backtrace support available when using -Dwarnings (#292)
Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions