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

build(deps): bump network-interface from 1.1.4 to 2.0.0 #178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps network-interface from 1.1.4 to 2.0.0.

Release notes

Sourced from network-interface's releases.

v2.0.0

What's Changed

New Contributors

Full Changelog: EstebanBorai/network-interface@v1.1.4...v2.0.0

Changelog

Sourced from network-interface's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[main]

Changed

  • Changed type of NetworkInterface::addr to Vec<Addr>

[0.1.2-beta] - 2021-10-04

Fixed

  • Fixed issue where NetworkInterface is not being exported

[0.1.1-beta] - 2021-10-03

Fixed

  • Fixed issue where Linked List doesn't advance on Windows

[0.1.0-beta] - 2021-09-24

Added

  • First public beta release
Commits
  • 746edb2 chore: bump version to v2.0.0
  • bc89f7c feat(windows): group ip addresses to interfaces based on interface index (#55)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 15, 2024
@dmitry-markin
Copy link
Collaborator

dmitry-markin commented Jul 15, 2024

Hmm, I would wait for the first point/patch release with possible fixes instead of jumping to 2.0.0. It doesn't seem this fixes any bugs/security issues, and abundance of unsafe blocks makes me worry.

And as per the PR description, 2.0.0 change affects Windows only.

@dependabot dependabot bot force-pushed the dependabot/cargo/network-interface-2.0.0 branch from e78dcd8 to 9e17136 Compare July 16, 2024 07:51
@dependabot dependabot bot force-pushed the dependabot/cargo/network-interface-2.0.0 branch 3 times, most recently from 00c5e0a to c53a50a Compare July 30, 2024 07:51
@dependabot dependabot bot force-pushed the dependabot/cargo/network-interface-2.0.0 branch 2 times, most recently from 40f8ee5 to f96b451 Compare August 6, 2024 16:20
Bumps [network-interface](https://github.com/EstebanBorai/network-interface) from 1.1.4 to 2.0.0.
- [Release notes](https://github.com/EstebanBorai/network-interface/releases)
- [Changelog](https://github.com/EstebanBorai/network-interface/blob/main/CHANGELOG.md)
- [Commits](EstebanBorai/network-interface@v1.1.4...v2.0.0)

---
updated-dependencies:
- dependency-name: network-interface
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/network-interface-2.0.0 branch from f96b451 to 851feff Compare August 12, 2024 16:37
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.

1 participant