[PR #1334] [MERGED] chore(deps): bump netdev from 0.32.0 to 0.33.0 #1333

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1334
Author: @dependabot[bot]
Created: 3/10/2025
Status: Merged
Merged: 3/10/2025
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/netdev-0.33.0


📝 Commits (1)

  • 861dbba chore(deps): bump netdev from 0.32.0 to 0.33.0

📊 Changes

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

View changed files

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

📄 Description

Bumps netdev from 0.32.0 to 0.33.0.

Release notes

Sourced from netdev's releases.

v0.33.0

What's Changed

New Contributors

Full Changelog: https://github.com/shellrow/netdev/compare/v0.32.0...v0.33.0

Commits
  • 96ac23d Merge pull request #99 from shellrow/release
  • 75b8295 Release v0.33.0
  • 0f2ff2a Merge pull request #98 from shellrow/feat-add-mtu
  • 87a4142 Add missing mtu field in netlink module
  • 7c5b5d3 Run cargo fmt
  • d17de4a Fix ioctl type mismatch for cross-compilation
  • ca81c05 Fix Linux MTU retrieval using ioctl
  • 423234d Add MTU for Interface
  • 4eadfd2 Merge pull request #97 from relativityspace-jsmith/dev/add-ipv6-scope-id
  • 46d97a7 Try workaround
  • Additional commits viewable in compare view

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/1334 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/10/2025 **Status:** ✅ Merged **Merged:** 3/10/2025 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/netdev-0.33.0` --- ### 📝 Commits (1) - [`861dbba`](https://github.com/LGUG2Z/komorebi/commit/861dbbaf8242cfe875b33374a4c7464a62865c15) chore(deps): bump netdev from 0.32.0 to 0.33.0 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -3) 📝 `komorebi-bar/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [netdev](https://github.com/shellrow/netdev) from 0.32.0 to 0.33.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.33.0</h2> <h2>What's Changed</h2> <ul> <li>Add support for detecting IPv6 scope IDs, plus some cleanups by <a href="https://github.com/relativityspace-jsmith"><code>@​relativityspace-jsmith</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/97">shellrow/netdev#97</a></li> <li>Add MTU by <a href="https://github.com/shellrow"><code>@​shellrow</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/98">shellrow/netdev#98</a></li> <li>Release v0.33.0 by <a href="https://github.com/shellrow"><code>@​shellrow</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/99">shellrow/netdev#99</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/relativityspace-jsmith"><code>@​relativityspace-jsmith</code></a> made their first contribution in <a href="https://redirect.github.com/shellrow/netdev/pull/97">shellrow/netdev#97</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/shellrow/netdev/compare/v0.32.0...v0.33.0">https://github.com/shellrow/netdev/compare/v0.32.0...v0.33.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shellrow/netdev/commit/96ac23dea63243c8a59359bb8b9e1eaab55b958a"><code>96ac23d</code></a> Merge pull request <a href="https://redirect.github.com/shellrow/netdev/issues/99">#99</a> from shellrow/release</li> <li><a href="https://github.com/shellrow/netdev/commit/75b82953ac13dbdff26bb24c39520944cdc0c593"><code>75b8295</code></a> Release v0.33.0</li> <li><a href="https://github.com/shellrow/netdev/commit/0f2ff2ab1eadda36ce5d33bf793ee6636b3fb706"><code>0f2ff2a</code></a> Merge pull request <a href="https://redirect.github.com/shellrow/netdev/issues/98">#98</a> from shellrow/feat-add-mtu</li> <li><a href="https://github.com/shellrow/netdev/commit/87a41424cfb5083e102d7b48e688c37e9f3bf2ec"><code>87a4142</code></a> Add missing mtu field in netlink module</li> <li><a href="https://github.com/shellrow/netdev/commit/7c5b5d3c46679ca9580b1c1156acb0db49112ef6"><code>7c5b5d3</code></a> Run cargo fmt</li> <li><a href="https://github.com/shellrow/netdev/commit/d17de4acd7137b66512532c214536d274bc75670"><code>d17de4a</code></a> Fix ioctl type mismatch for cross-compilation</li> <li><a href="https://github.com/shellrow/netdev/commit/ca81c050ac9fc1568aa409dc3c4714fb824b4964"><code>ca81c05</code></a> Fix Linux MTU retrieval using ioctl</li> <li><a href="https://github.com/shellrow/netdev/commit/423234d07b8b2ed686636956419c9c4dcfc61c2f"><code>423234d</code></a> Add MTU for Interface</li> <li><a href="https://github.com/shellrow/netdev/commit/4eadfd216a7061e82a5192cee05dfa9e53fd9d43"><code>4eadfd2</code></a> Merge pull request <a href="https://redirect.github.com/shellrow/netdev/issues/97">#97</a> from relativityspace-jsmith/dev/add-ipv6-scope-id</li> <li><a href="https://github.com/shellrow/netdev/commit/46d97a78414154b0c9c495b3ac33a6a1add7c3cc"><code>46d97a7</code></a> Try workaround</li> <li>Additional commits viewable in <a href="https://github.com/shellrow/netdev/compare/v0.32.0...v0.33.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.32.0&new-version=0.33.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:55 +01:00
adam closed this issue 2026-01-05 14:54:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1333