[PR #1005] [CLOSED] chore(deps): bump netdev from 0.30.0 to 0.31.0 #1168

Closed
opened 2026-01-05 14:54:20 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1005
Author: @dependabot[bot]
Created: 9/23/2024
Status: Closed

Base: masterHead: dependabot/cargo/netdev-0.31.0


📝 Commits (1)

  • 9cac5ca chore(deps): bump netdev from 0.30.0 to 0.31.0

📊 Changes

2 files changed (+4 additions, -10 deletions)

View changed files

📝 Cargo.lock (+3 -9)
📝 komorebi-bar/Cargo.toml (+1 -1)

📄 Description

Bumps netdev from 0.30.0 to 0.31.0.

Release notes

Sourced from netdev's releases.

v0.31.0

What's Changed

New Contributors

Full Changelog: https://github.com/shellrow/netdev/compare/v0.30.0...v0.31.0

Commits

Dependabot compatibility score

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/1005 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/23/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/netdev-0.31.0` --- ### 📝 Commits (1) - [`9cac5ca`](https://github.com/LGUG2Z/komorebi/commit/9cac5ca9b0e7d1eb3c664952837346329e322fd3) chore(deps): bump netdev from 0.30.0 to 0.31.0 ### 📊 Changes **2 files changed** (+4 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -9) 📝 `komorebi-bar/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [netdev](https://github.com/shellrow/netdev) from 0.30.0 to 0.31.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shellrow/netdev/releases">netdev's releases</a>.</em></p> <blockquote> <h2>v0.31.0</h2> <h2>What's Changed</h2> <ul> <li>Tweak Windows implementation by <a href="https://github.com/RReverser"><code>@​RReverser</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/85">shellrow/netdev#85</a></li> <li>Added interface type for socketCAN by <a href="https://github.com/davidkirchner"><code>@​davidkirchner</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/86">shellrow/netdev#86</a></li> <li><a href="https://redirect.github.com/shellrow/netdev/issues/88">#88</a> Replace ip.rs impl with ipnet by <a href="https://github.com/shellrow"><code>@​shellrow</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/89">shellrow/netdev#89</a></li> <li>Bump version to 0.31.0 by <a href="https://github.com/shellrow"><code>@​shellrow</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/90">shellrow/netdev#90</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/RReverser"><code>@​RReverser</code></a> made their first contribution in <a href="https://redirect.github.com/shellrow/netdev/pull/85">shellrow/netdev#85</a></li> <li><a href="https://github.com/davidkirchner"><code>@​davidkirchner</code></a> made their first contribution in <a href="https://redirect.github.com/shellrow/netdev/pull/86">shellrow/netdev#86</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/shellrow/netdev/compare/v0.30.0...v0.31.0">https://github.com/shellrow/netdev/compare/v0.30.0...v0.31.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shellrow/netdev/commit/969512c83cd01a39095f04f5af07d68666dccb54"><code>969512c</code></a> Merge pull request <a href="https://redirect.github.com/shellrow/netdev/issues/90">#90</a> from shellrow/release</li> <li><a href="https://github.com/shellrow/netdev/commit/1fac73dd6969f173f7dbbfe5dee68eb90686f716"><code>1fac73d</code></a> Bump version to 0.31.0</li> <li><a href="https://github.com/shellrow/netdev/commit/16464e6034943a2aa6fc8e83f5947d2b2d989273"><code>16464e6</code></a> Merge pull request <a href="https://redirect.github.com/shellrow/netdev/issues/89">#89</a> from shellrow/88-replace-ipnet-impl</li> <li><a href="https://github.com/shellrow/netdev/commit/c13a2055f082870d07fc85f759ab80b53d4e3fc4"><code>c13a205</code></a> <a href="https://redirect.github.com/shellrow/netdev/issues/88">#88</a> Run cargo fmt</li> <li><a href="https://github.com/shellrow/netdev/commit/e59221a5467167a3aaf15e78361c2e4f56c23ad1"><code>e59221a</code></a> <a href="https://redirect.github.com/shellrow/netdev/issues/88">#88</a> Android support</li> <li><a href="https://github.com/shellrow/netdev/commit/ff28c78539733ac5f9f47719668120a46ee5b102"><code>ff28c78</code></a> <a href="https://redirect.github.com/shellrow/netdev/issues/88">#88</a> Linux, Android, BSD support</li> <li><a href="https://github.com/shellrow/netdev/commit/6929232444b1104456bfedaa760d603e3eeb3ea8"><code>6929232</code></a> <a href="https://redirect.github.com/shellrow/netdev/issues/88">#88</a> Windows support</li> <li><a href="https://github.com/shellrow/netdev/commit/b9e2521db8c93f3a6beaa76afd5c8990ffe9aeef"><code>b9e2521</code></a> <a href="https://redirect.github.com/shellrow/netdev/issues/88">#88</a> Replace ip.rs impl with ipnet</li> <li><a href="https://github.com/shellrow/netdev/commit/10843e922059c2077671f48a27faf050a6debd90"><code>10843e9</code></a> Merge pull request <a href="https://redirect.github.com/shellrow/netdev/issues/86">#86</a> from davidkirchner/main</li> <li><a href="https://github.com/shellrow/netdev/commit/2f79891a7fa00276ad0e6a3d5158a2beb0efeba7"><code>2f79891</code></a> add interface type for socketCAN</li> <li>Additional commits viewable in <a href="https://github.com/shellrow/netdev/compare/v0.30.0...v0.31.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=netdev&package-manager=cargo&previous-version=0.30.0&new-version=0.31.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:54:20 +01:00
adam closed this issue 2026-01-05 14:54:20 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1168