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): Update if-watch requirement from 1.1.1 to 2.0.0 #2834

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2022

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

Release notes

Sourced from if-watch's releases.

v2.0.0

See CHANGELOG.md.

Changelog

Sourced from if-watch's changelog.

[2.0.0]

Changed

  • Add IfWatcher::poll_if_event. Implement Stream instead of Future for IfWatcher. See PR 23 and PR 25.
  • Make IfWatcher::new synchronous. See PR 24.

[1.1.1]

Fixed

  • Update to rtnetlink v0.10. See PR 19.

[1.1.0]

Added

  • Return socket closure as error. See PR 15.

Fixed

  • Update to windows v0.34. See PR 16.

[1.0.0] - 2022-01-12

Added

  • macos/ios backend

Changed

  • linux backend rewritten to use rtnetlink
  • windows backend rewritten to use windows crate instead of winapi
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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 22, 2022
@mxinden
Copy link
Member

mxinden commented Aug 23, 2022

@elenaf9 would you prefer for the bump to happen separate to #2813, or rather do both in #2813? I don't have a preference for either.

@dependabot dependabot bot force-pushed the dependabot/cargo/if-watch-2.0.0 branch 2 times, most recently from 7b87a8b to 9825dac Compare August 23, 2022 07:53
@elenaf9
Copy link
Contributor

elenaf9 commented Aug 23, 2022

@elenaf9 would you prefer for the bump to happen separate to #2813, or rather do both in #2813? I don't have a preference for either.

I would prefer to do both in #2813. Since version 2.0.0. breaks the API (in particular because IfWatcher::new is not async anymore) some of the changes have to be done together with the bump itself. I think once #2813 is merged dependabot will automatically close this PR, right?

@dependabot dependabot bot force-pushed the dependabot/cargo/if-watch-2.0.0 branch 4 times, most recently from e577c6d to d05afa1 Compare September 2, 2022 03:54
@dependabot dependabot bot force-pushed the dependabot/cargo/if-watch-2.0.0 branch 2 times, most recently from 9f2bca1 to 71417f5 Compare September 7, 2022 06:17
Updates the requirements on [if-watch](https://github.com/mxinden/if-watch) to permit the latest version.
- [Release notes](https://github.com/mxinden/if-watch/releases)
- [Changelog](https://github.com/mxinden/if-watch/blob/master/CHANGELOG.md)
- [Commits](mxinden/if-watch@v1.1.1...v2.0.0)

---
updated-dependencies:
- dependency-name: if-watch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/if-watch-2.0.0 branch from 71417f5 to b05335e Compare September 8, 2022 08:32
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 10, 2022

Looks like if-watch is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 10, 2022
@dependabot dependabot bot deleted the dependabot/cargo/if-watch-2.0.0 branch September 10, 2022 10:40
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.

2 participants