jonlil / pioneer-pro-dj-linux

Hopefully one day this application will be able to send files to a rekordbox compatible DJ player.
GNU General Public License v3.0
30 stars 11 forks source link

Update pnet requirement from 0.25.0 to 0.28.0 #113

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Updates the requirements on pnet to permit the latest version.

Release notes

Sourced from pnet's releases.

v0.28.0

  • Upgrade dependencies
  • Add USBPcap packet
  • Switch from Travis and AppVeyor to Github Actions for CI
  • Switch from compiletest_rs to trybuild for macro tests
  • Upgrade to github native dependabot
  • README cleanups
  • Switch from syntex to procedural macros
  • Support getting MacAddr octets as a fixed-size array
  • Fix crash found during fuzz testing
  • Fix invalid pointer use
  • Support setting IPv6 TTL
Commits
  • 1410816 Merge pull request #497 from mrmonday/version-bump
  • c798c37 Release v0.28.0
  • 91be03a Merge pull request #496 from mrmonday/dependencies-bump
  • dda4945 Run cargo upgrade for crates
  • f389db0 Merge pull request #495 from mrmonday/ipnetwork-bump
  • 7b1e2b1 Bump ipnetwork version for pnet_datalink
  • 678867e Merge pull request #493 from TurnOfACard/usbpcap
  • 7205c80 Adds a USBPcap packet.
  • 9316bf5 Merge pull request #492 from libpnet/dependabot/cargo/ipnetwork-0.18.0
  • abfde67 Update ipnetwork requirement from 0.17.0 to 0.18.0
  • Additional commits viewable in compare view


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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)