jhelovuo / RustDDS

Rust implementation of Data Distribution Service
Apache License 2.0
319 stars 65 forks source link

Update if-addrs requirement from 0.7 to 0.10 #258

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on if-addrs to permit the latest version.

Commits
  • 947c634 Bump version to 0.10.1
  • 07c4517 Merge pull request #27 from messense/windows-no-libc
  • 797a39e Get rid of libc on Windows
  • c3b1ea8 Bump version to 0.10.0
  • d67ccb0 Merge pull request #26 from messense/windows-if-index
  • 8b55791 Run interface.index.is_some() assert on windows
  • 07b8f6b Add support for ipv6 if_index
  • 45e74a6 Rename idx to index
  • 56ce5b5 Windows Interface.idx implementation
  • 5db50e8 Merge pull request #25 from messense/windows-sys
  • Additional commits viewable in compare view


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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.08 :warning:

Comparison is base (7773996) 70.32% compared to head (7487c60) 70.24%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #258 +/- ## ========================================== - Coverage 70.32% 70.24% -0.08% ========================================== Files 97 97 Lines 18600 18600 ========================================== - Hits 13080 13066 -14 - Misses 5520 5534 +14 ``` [see 2 files with indirect coverage changes](https://codecov.io/gh/jhelovuo/RustDDS/pull/258/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.