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 across 1 directory with 20 updates #657

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the vhost-device group with 18 updates in the / directory:

Package From To
libc 0.2.153 0.2.154
vhost-user-backend 0.14.0 0.15.0
virtio-queue 0.11.0 0.12.0
serde 1.0.198 1.0.200
anstream 0.6.13 0.6.14
anstyle 1.0.6 1.0.7
anstyle-parse 0.2.3 0.2.4
anstyle-query 1.0.2 1.0.3
anstyle-wincon 3.0.2 3.0.3
autocfg 1.2.0 1.3.0
cc 1.0.95 1.0.96
colorchoice 1.0.0 1.0.1
fastrand 2.0.2 2.1.0
hashbrown 0.14.3 0.14.5
relative-path 1.9.2 1.9.3
rustix 0.38.32 0.38.34
unicode-width 0.1.11 0.1.12
zerocopy 0.7.32 0.7.33

Updates libc from 0.2.153 to 0.2.154

Release notes

Sourced from libc's releases.

0.2.154

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/libc/compare/0.2.153...0.2.154

Commits
  • b78d6a3 Merge pull request #3573 from Dirreke/update-libc0.2
  • 3111f6f Merge pull request #3600 from pcc/strtime
  • 4d836cc Merge pull request #3618 from devnexen/dfbsd_gtrandom
  • 23a1b4c Merge pull request #3638 from nielx/haiku-hrev57593-0.2
  • f4ab3e7 Merge pull request #3637 from ur4t/libc-0.2
  • 4d6fe50 Move strftime, strftime_l, strptime to linux_like
  • e79e95f adding getentropy/getrandom to dragonflybsd.
  • 8220683 Double quote variables in shell scripts
  • c0a6936 Add constant AT_MINSIGSTKSZ introduced by glibc 2.35
  • 1c7f8fc Haiku: synchronize with post R1-beta 4 changes in libc
  • Additional commits viewable in compare view


Updates vhost-user-backend from 0.14.0 to 0.15.0

Release notes

Sourced from vhost-user-backend's releases.

vhost-user-backend v0.15.0

Changed

Commits
  • bd6bf13 vhost-user-backend: Prepare v0.15.0 release
  • 2a89b28 build(deps): bump the vhost group with 1 update
  • See full diff in compare view


Updates virtio-queue from 0.11.0 to 0.12.0

Release notes

Sourced from virtio-queue's releases.

virtio-queue-v0.12.0

Added

  • Reader/Writer classes to iterate over descriptors
Commits
  • 9a29195 virtio-queue: release v0.12.0
  • 563ac82 build(deps): bump rust-vmm-ci from 72ebeb3 to 7606478
  • 860fc5e CODEOWNERS: add stefano-garzarella
  • d949c0b virtio_queue: Add descriptors_utils.rs
  • 0e90efe build(deps): bump rust-vmm-ci from 0100de0 to 72ebeb3
  • 4b593cf virtio-bindings: regenerate with Linux 6.7
  • d219302 virtio-vsock: release v0.5.0
  • a6365ca virtio-queue-ser: release v0.8.0
  • See full diff in compare view


Updates serde from 1.0.198 to 1.0.200

Release notes

Sourced from serde's releases.

v1.0.200

  • Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#2733, thanks @​jamessan)

v1.0.199

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#2732, thanks @​aatifsyed)
Commits
  • cc865ac Release 1.0.200
  • 2d973c1 Merge pull request #2733 from jamessan/nan-decimal
  • 6ca499b Only format Unexpected::Float with decimal point if it is finite
  • 1477028 Release 1.0.199
  • 789740b Merge pull request #2732 from aatifsyed/master
  • 8fe7539 fix: ambiguous associated type in forward_to_deserialize_any!
  • f6623a3 Ignore cast_precision_loss pedantic clippy lint
  • See full diff in compare view


Updates anstream from 0.6.13 to 0.6.14

Commits


Updates anstyle from 1.0.6 to 1.0.7

Commits


Updates anstyle-parse from 0.2.3 to 0.2.4

Commits


Updates anstyle-query from 1.0.2 to 1.0.3

Commits


Updates anstyle-wincon from 3.0.2 to 3.0.3

Commits


Updates autocfg from 1.2.0 to 1.3.0

Commits


Updates cc from 1.0.95 to 1.0.96

Release notes

Sourced from cc's releases.

1.0.96

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.95...1.0.96

Commits


Updates colorchoice from 1.0.0 to 1.0.1

Commits


Updates fastrand from 2.0.2 to 2.1.0

Release notes

Sourced from fastrand's releases.

v2.1.0

  • Change the RNG algorithm and the way that the seed is computed. This will cause the algorithm to emit different constants for different seeds, hence the minor SemVer change.
    • Update to the final WyRand v4.2 constants for better entropy. (#82)
    • Remove an unnecessary seed modification. (#73)
Changelog

Sourced from fastrand's changelog.

Version 2.1.0

  • Change the RNG algorithm and the way that the seed is computed. This will cause the algorithm to emit different constants for different seeds, hence the minor SemVer change.
    • Update to the final WyRand v4.2 constants for better entropy. (#82)
    • Remove an unnecessary seed modification. (#73)
Commits


Updates hashbrown from 0.14.3 to 0.14.5

Changelog

Sourced from hashbrown's changelog.

[v0.14.5] - 2024-04-28

Fixed

  • Fixed index calculation in panic guard of clone_from_impl. (#511)

[v0.14.4] - 2024-03-19

This release was yanked due to a breaking change.

Commits
  • 025d0f5 Bump version number in Cargo.toml to 0.14.5
  • 8971805 Revert "Make HashSet::insert return OccupiedEntry"
  • 250040a Auto merge of #521 - Amanieu:release-0.14.5, r=Amanieu
  • 232df8c Adjust Github CI since macos-latest is now AArch64
  • adae598 Reapply "Make HashSet::insert return OccupiedEntry"
  • 47ef09f Release v0.14.5
  • 3de77e8 Revert "Make HashSet::insert return OccupiedEntry"
  • 97c2140 Auto merge of #516 - JohnEndson:master, r=Amanieu
  • 1833798 Fix some comments
  • 3741813 Auto merge of #512 - Amanieu:release-0.14.4, r=Amanieu
  • Additional commits viewable in compare view


Updates relative-path from 1.9.2 to 1.9.3

Release notes

Sourced from relative-path's releases.

1.9.3

What's Changed

Full Changelog: https://github.com/udoprog/relative-path/compare/1.9.0...1.9.3

Commits


Updates rustix from 0.38.32 to 0.38.34

Commits
  • 14a88ef chore: Release rustix version 0.38.34
  • 1d28750 Make the libc "extra_traits" feature optional. (#1049)
  • 63dd84a chore: Release rustix version 0.38.33
  • 95a8302 Probe for statx availability even when statx returns ENOSYS. (#1048)
  • 76143e1 Move to using IpAddr and other types from core. (#1047)
  • a5af48e Add "visionos" as an apple target. (#1046)
  • 48eeb83 Pass null instead of empty slices to getxattr and fgetxattr on macos (#1045)
  • fa21a6d Disable Haiku in CI due to upstream breakage, and fix a no_std error. (#1042)
  • 6f72de5 Add ELF aux vector AT_MINSIGSTKSZ (#1041)
  • 7077238 Expose OFlags::LARGEFILE and document its behavior (#1020)
  • Additional commits viewable in compare view


Updates serde_derive from 1.0.198 to 1.0.200

Release notes

Sourced from serde_derive's releases.

v1.0.200

  • Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#2733, thanks @​jamessan)

v1.0.199

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#2732, thanks @​aatifsyed)
Commits
  • cc865ac Release 1.0.200
  • 2d973c1 Merge pull request #2733 from jamessan/nan-decimal
  • 6ca499b Only format Unexpected::Float with decimal point if it is finite
  • 1477028 Release 1.0.199
  • 789740b Merge pull request #2732 from aatifsyed/master
  • 8fe7539 fix: ambiguous associated type in forward_to_deserialize_any!
  • f6623a3 Ignore cast_precision_loss pedantic clippy lint
  • See full diff in compare view


Updates unicode-width from 0.1.11 to 0.1.12

Commits
  • 8092f84 Bump to 0.1.12
  • 73f816e Merge pull request #41 from Jules-Bertholet/emoji-presentation
  • 6b503fa Support emoji presentation sequences
  • 3885393 Merge pull request #39 from Jules-Bertholet/no-more-unicodedata
  • afd136a Merge pull request #40 from Jules-Bertholet/document-widths
  • 1e623c5 Cargo.toml: make license SPDX-compliant
  • f702502 Cargo.toml: add categories
  • 8c0c8a1 Document width rules
  • 787fed3 unicode.py: Don't use UnicodeData.txt anymore
  • 00ee4b0 Merge pull request #38 from Jules-Bertholet/refactor-tests
  • Additional commits viewable in compare view


Updates zerocopy from 0.7.32 to 0.7.33

Release notes

Sourced from zerocopy's releases.

v0.7.33

What's Changed

Full Changelog: https://github.com/google/zerocopy/compare/v0.7.32...v0.7.33

Commits


Updates zerocopy-derive from 0.7.32 to 0.7.33

Release notes

Sourced from zerocopy-derive's releases.

v0.7.33

What's Changed

Full Changelog: https://github.com/google/zerocopy/compare/v0.7.32...v0.7.33

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
stefano-garzarella commented 6 months ago

@dependabot recreate

stefano-garzarella commented 6 months ago

@dependabot recreate

dependabot[bot] commented 6 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.