Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump vmm-sys-util from 0.9.0 to 0.10.0 #358

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Bumps vmm-sys-util from 0.9.0 to 0.10.0.

Release notes

Sourced from vmm-sys-util's releases.

vmm-sys-util-v0.10.0

Added

  • Added Android support by using the appropriate macro configuration when exporting functionality.
  • Derive Debug for FamStructWrapper & EventFd.

Changed

  • The ioctl_expr is now a const function instead of a macro.
Changelog

Sourced from vmm-sys-util's changelog.

v0.10.0

Added

  • Added Android support by using the appropriate macro configuration when exporting functionality.
  • Derive Debug for FamStructWrapper & EventFd.

Changed

  • The ioctl_expr is now a const function instead of a macro.
Commits
  • 211b787 release v0.10.0
  • 7fd9192 ioctl_expr const fn
  • 1a7331e fix seekhole duplication
  • e4c159a adds android support
  • b47ec02 Added shield links to crates.io and docs.rs
  • c92e124 build(deps): bump rust-vmm-ci from d216a46 to 99fe2eb
  • cfb0272 Fix warnings and adjust test coverage
  • f1292f8 build(deps): bump rust-vmm-ci from aee82cf to d216a46
  • 2d4758a derive Debug for fam & eventfd
  • 341da55 build(deps): bump rust-vmm-ci from b037be3 to aee82cf
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Bumps [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases)
- [Changelog](https://github.com/rust-vmm/vmm-sys-util/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/vmm-sys-util@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: vmm-sys-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 18, 2022
@codecov
Copy link

codecov bot commented Jul 18, 2022

Codecov Report

Merging #358 (22f8dac) into master (3cf05a9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #358   +/-   ##
=======================================
  Coverage   63.71%   63.71%           
=======================================
  Files          16       16           
  Lines        2340     2340           
=======================================
  Hits         1491     1491           
  Misses        849      849           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3cf05a9...22f8dac. Read the comment docs.

@mkroening
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Jul 18, 2022
358: Bump vmm-sys-util from 0.9.0 to 0.10.0 r=mkroening a=dependabot[bot]

Bumps [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) from 0.9.0 to 0.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rust-vmm/vmm-sys-util/releases">vmm-sys-util's releases</a>.</em></p>
<blockquote>
<h2>vmm-sys-util-v0.10.0</h2>
<h3>Added</h3>
<ul>
<li>Added Android support by using the appropriate macro configuration when exporting functionality.</li>
<li>Derive <code>Debug</code> for <code>FamStructWrapper</code> &amp; <code>EventFd</code>.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The <code>ioctl_expr</code> is now a const function instead of a macro.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-vmm/vmm-sys-util/blob/main/CHANGELOG.md">vmm-sys-util's changelog</a>.</em></p>
<blockquote>
<h2>v0.10.0</h2>
<h3>Added</h3>
<ul>
<li>Added Android support by using the appropriate macro configuration when
exporting functionality.</li>
<li>Derive <code>Debug</code> for <code>FamStructWrapper</code> &amp; <code>EventFd</code>.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The <code>ioctl_expr</code> is now a const function instead of a macro.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-vmm/vmm-sys-util/commit/211b787bfc1ceae9fea5595acd6b582b4bc76d4a"><code>211b787</code></a> release v0.10.0</li>
<li><a href="https://github.com/rust-vmm/vmm-sys-util/commit/7fd919203bf11d076be3d169ddf18b5fabf0fd86"><code>7fd9192</code></a> ioctl_expr const fn</li>
<li><a href="https://github.com/rust-vmm/vmm-sys-util/commit/1a7331e03d78b741ec2a1e9a17ff0244dc711c88"><code>1a7331e</code></a> fix seekhole duplication</li>
<li><a href="https://github.com/rust-vmm/vmm-sys-util/commit/e4c159a3d484b1a70d740a9cc106ee2820eadf9e"><code>e4c159a</code></a> adds android support</li>
<li><a href="https://github.com/rust-vmm/vmm-sys-util/commit/b47ec0268b7adc5e08f61b6837d4bcb5384f8d47"><code>b47ec02</code></a> Added shield links to crates.io and docs.rs</li>
<li><a href="https://github.com/rust-vmm/vmm-sys-util/commit/c92e124e856b444a9b8ddde5e98107825803a9d2"><code>c92e124</code></a> build(deps): bump rust-vmm-ci from <code>d216a46</code> to <code>99fe2eb</code></li>
<li><a href="https://github.com/rust-vmm/vmm-sys-util/commit/cfb02721b9cb69e1b197d2c498d79545ebaa974f"><code>cfb0272</code></a> Fix warnings and adjust test coverage</li>
<li><a href="https://github.com/rust-vmm/vmm-sys-util/commit/f1292f8226f9a9a53368b2a95b3db6473a353afd"><code>f1292f8</code></a> build(deps): bump rust-vmm-ci from <code>aee82cf</code> to <code>d216a46</code></li>
<li><a href="https://github.com/rust-vmm/vmm-sys-util/commit/2d4758a45810f490b7e876c1c304f9a588ed83b5"><code>2d4758a</code></a> derive Debug for fam &amp; eventfd</li>
<li><a href="https://github.com/rust-vmm/vmm-sys-util/commit/341da55b8b1dbfd35f5fc9a7181039b50b28b10a"><code>341da55</code></a> build(deps): bump rust-vmm-ci from <code>b037be3</code> to <code>aee82cf</code></li>
<li>Additional commits viewable in <a href="https://github.com/rust-vmm/vmm-sys-util/compare/v0.9.0...v0.10.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vmm-sys-util&package-manager=cargo&previous-version=0.9.0&new-version=0.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting ``@dependabot` rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Jul 18, 2022

Build failed:

@mkroening
Copy link
Member

bors retry

@bors bors bot merged commit 01c27da into master Jul 18, 2022
@bors bors bot deleted the dependabot/cargo/vmm-sys-util-0.10.0 branch July 18, 2022 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant