rust-vmm / vhost-device

'vhost-user' device backends workspace
Apache License 2.0
69 stars 47 forks source link

build(deps): bump the vhost-device group with 12 updates #659

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the vhost-device group with 12 updates:

Package From To
thiserror 1.0.59 1.0.60
evdev 0.12.1 0.12.2
serde 1.0.200 1.0.201
anyhow 1.0.82 1.0.83
getrandom 0.2.14 0.2.15
proc-macro2 1.0.81 1.0.82
ryu 1.0.17 1.0.18
semver 1.0.22 1.0.23
serde_derive 1.0.200 1.0.201
thiserror-impl 1.0.59 1.0.60
zerocopy 0.7.33 0.7.34
zerocopy-derive 0.7.33 0.7.34

Updates thiserror from 1.0.59 to 1.0.60

Release notes

Sourced from thiserror's releases.

1.0.60

  • Resolve unexpected_cfgs warning (#298)
Commits


Updates evdev from 0.12.1 to 0.12.2

Changelog

Sourced from evdev's changelog.

Changelog

evdev next

8fc58e1...HEAD

Added

  • Create a ...Event struct for each EventType to hold the InputEvent

    • Guarantee that each ...Event struct can only hold a InputEvent of the corresponding EventType
  • Demonstrate what the FFEvent does in the force_feedback example.

  • Device, RawDevice, and VirtualDevice now implement AsFd.

Changed

  • Removed the evdev::Error type - fallible functions now just return io::Error.

  • Consistent naming and structure of all new-types for event-codes

    • Some of them where previously named ...Type now they are all named ...Code
    • Rename InputEventKind to EventSummary
    • Created missing EventSummary variants. I know some of them are kind of unused but it is less confusing if they are all there and look the same.
    • Each variant of the EventSummary enum now has the structure Variant(...Event, ...Type, value)
    • Renamed Key struct (the one with all the Key constants) to KeyCode to keep the naming consistent!
  • Rename InputEvent::kind to InputEvent::destructure this now returns a EventSummary

  • InputEvent::new no longer takes the EventType but u16 as first argument. If the EventType is known we can directly construct the correct variant.

  • Ensure the unsafe code still does what we expect.

  • Update the Examples.

  • The minimum supported rust version (MSRV) is now 1.63, due to AsFd support.

  • In order for the EventStream types to implement Stream, the stream-trait feature must now be specified.

Fixed

  • Update VirtualDevice::fetch_events to yield InputEvents instead of UInputEvents. That was a bug which was not accounted for be the type system. Yielding UInputEvents there will now panic.
Commits


Updates serde from 1.0.200 to 1.0.201

Release notes

Sourced from serde's releases.

v1.0.201

  • Resolve unexpected_cfgs warning (#2737)
Commits


Updates anyhow from 1.0.82 to 1.0.83

Release notes

Sourced from anyhow's releases.

1.0.83

  • Integrate compile-time checking of cfgs (#363)
Commits
  • 96f0392 Release 1.0.83
  • 17bbd1e Merge pull request #363 from dtolnay/checkcfg
  • 3ab3c3b Resolve unexpected_cfgs warning
  • 8e62244 Discard CI coverage of backtrace feature on toolchains older than 1.63
  • e77374f Mirror PR 343 changes from readme to rustdoc
  • cb47d7c Reword no-std documentation change from PR 343
  • 6b5bdb1 Wrap PR 343 to 80 columns
  • f01080b Merge pull request #343 from Arthur-Milchior/readme1
  • See full diff in compare view


Updates getrandom from 0.2.14 to 0.2.15

Changelog

Sourced from getrandom's changelog.

[0.2.15] - 2024-05-06

Added

  • Apple visionOS support #410

Changed

  • Use libc::getrandom on DragonflyBSD, FreeBSD, illumos, and Solaris #411 #416 #417 #420
  • Unify libc::getentropy-based implementations #418

#410: rust-random/getrandom#410 #411: rust-random/getrandom#411 #416: rust-random/getrandom#416 #417: rust-random/getrandom#417 #418: rust-random/getrandom#418 #420: rust-random/getrandom#420

Commits


Updates proc-macro2 from 1.0.81 to 1.0.82

Release notes

Sourced from proc-macro2's releases.

1.0.82

  • Resolve unexpected_cfgs warning (#456)
Commits
  • 8dc63f3 Release 1.0.82
  • 790cb41 Merge pull request #457 from dtolnay/defaultfeatures
  • 2ebe711 Fix use of deprecated default_features in Cargo.toml
  • a720819 Delete unused nightly cfg
  • 37c5d18 Merge pull request #456 from dtolnay/checkcfg
  • 5e02f52 Suppress unknown_lints warning on old rustc
  • 2660d30 Resolve unexpected_cfgs warning
  • See full diff in compare view


Updates ryu from 1.0.17 to 1.0.18

Release notes

Sourced from ryu's releases.

1.0.18

  • Resolve unexpected_cfgs warning (#55)
Commits
  • 12746aa Release 1.0.18
  • 86b1932 Merge pull request #55 from dtolnay/checkcfg
  • 6132d8b Resolve unexpected_cfgs warning
  • 7b7c262 Remove html_root_url reminder from Cargo.toml
  • a05753c Revert "Temporarily disable miri on doctests"
  • 8a06923 Explicitly install a Rust toolchain for cargo-outdated job
  • dbb973b Temporarily disable miri on doctests
  • See full diff in compare view


Updates semver from 1.0.22 to 1.0.23

Release notes

Sourced from semver's releases.

1.0.23

  • Resolve unexpected_cfgs warning (#318)
Commits
  • 69efd3c Release 1.0.23
  • 451b419 Merge pull request #318 from dtolnay/checkcfg
  • 5b71485 Resolve unexpected_cfgs warning
  • c520af7 Revert "Temporarily disable miri on doctests"
  • 73b5d9e Merge pull request #313 from Saecki/patch-1
  • e8d61de chore: fix typo in safety comment
  • d282d48 Explicitly install a Rust toolchain for cargo-outdated job
  • 6e6ba22 Temporarily disable miri on doctests
  • See full diff in compare view


Updates serde_derive from 1.0.200 to 1.0.201

Release notes

Sourced from serde_derive's releases.

v1.0.201

  • Resolve unexpected_cfgs warning (#2737)
Commits


Updates thiserror-impl from 1.0.59 to 1.0.60

Release notes

Sourced from thiserror-impl's releases.

1.0.60

  • Resolve unexpected_cfgs warning (#298)
Commits


Updates zerocopy from 0.7.33 to 0.7.34

Commits


Updates zerocopy-derive from 0.7.33 to 0.7.34

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 5 months ago

@dependabot rebase