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 with 9 updates #636

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the vhost-device group with 9 updates:

Package From To
serde_yaml 0.9.33 0.9.34+deprecated
aho-corasick 1.1.2 1.1.3
arc-swap 1.7.0 1.7.1
cookie-factory 0.3.2 0.3.3
fastrand 2.0.1 2.0.2
indexmap 2.2.5 2.2.6
regex 1.10.3 1.10.4
rustix 0.38.31 0.38.32
smallvec 1.13.1 1.13.2

Updates serde_yaml from 0.9.33 to 0.9.34+deprecated

Release notes

Sourced from serde_yaml's releases.

0.9.34

As of this release, I am not planning to publish further versions of serde_yaml as none of my projects have been using YAML for a long time, so I have archived the GitHub repo and marked the crate deprecated in the version number. An official replacement isn't designated for those who still need to work with YAML, but https://crates.io/search?q=yaml&sort=relevance and https://crates.io/keywords/yaml has a number of reasonable-looking options available.

Commits


Updates aho-corasick from 1.1.2 to 1.1.3

Commits


Updates arc-swap from 1.7.0 to 1.7.1

Changelog

Sourced from arc-swap's changelog.

1.7.1

  • Fix docs build (mutually exclusive features, #112).
Commits


Updates cookie-factory from 0.3.2 to 0.3.3

Commits
  • d36b805 bump version to 0.3.3
  • 1c52708 Merge pull request #38 from lu-zero/update-ci
  • d4de8ce Merge pull request #37 from lu-zero/clippy-lints
  • 682266c Rework the CI and the README
  • 599c37f Run rustfmt
  • 5fcab76 Apply clippy lints to the tests
  • beb34c7 Remove travis
  • c529e82 Use vec![0; capacity] to allocate-and-zero
  • f67bb89 Use stream_position since we always seek after
  • 399cced implement AsyncBufWriter
  • Additional commits viewable in compare view


Updates fastrand from 2.0.1 to 2.0.2

Release notes

Sourced from fastrand's releases.

v2.0.2

  • Slight restructuring of the with_seed function. (#79)
Changelog

Sourced from fastrand's changelog.

Version 2.0.2

  • Slight restructuring of the with_seed function. (#79)
Commits


Updates indexmap from 2.2.5 to 2.2.6

Changelog

Sourced from indexmap's changelog.

2.2.6

  • Added trait MutableValues for opt-in mutable access to set values.
Commits


Updates regex from 1.10.3 to 1.10.4

Commits
  • aa2d8bd 1.10.4
  • 088d7f3 api: add Cow guarantee to replace API
  • a5ae351 regex-automata-0.4.6
  • 9cf4a42 automata: fix bug where reverse NFA lacked an unanchored prefix
  • 10fe722 style: clean up some recent lint violations
  • d7f9347 regex-automata-0.4.5
  • 07ef7f1 automata: make additional prefileter metadata public
  • See full diff in compare view


Updates rustix from 0.38.31 to 0.38.32

Commits


Updates smallvec from 1.13.1 to 1.13.2

Release notes

Sourced from smallvec's releases.

v1.13.2

What's Changed

Full Changelog: https://github.com/servo/rust-smallvec/compare/v1.13.1...v1.13.2

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