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/1417
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 4/21/2025
**Status:** ✅ Merged
**Merged:** 4/22/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `dependabot/cargo/netdev-0.34.0`
---
### 📝 Commits (1)
- [`0fc5659`](https://github.com/LGUG2Z/komorebi/commit/0fc565968e6aa898f2a56422abf222697f3f297c) chore(deps): bump netdev from 0.33.0 to 0.34.0
### 📊 Changes
**2 files changed** (+5 additions, -5 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+4 -4)
📝 `komorebi-bar/Cargo.toml` (+1 -1)
</details>
### 📄 Description
Bumps [netdev](https://github.com/shellrow/netdev) from 0.33.0 to 0.34.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.34.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: bump rtnetlink by <a href="https://github.com/daniel-noland"><code>@daniel-noland</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/103">shellrow/netdev#103</a></li>
<li>move gateway to option <a href="https://redirect.github.com/shellrow/netdev/issues/113">#113</a> by <a href="https://github.com/qinghon"><code>@qinghon</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/102">shellrow/netdev#102</a></li>
<li>fix(windows): treat u64::MAX as None by <a href="https://github.com/shellrow"><code>@shellrow</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/104">shellrow/netdev#104</a></li>
<li>Chore: Release v0.34.0 by <a href="https://github.com/shellrow"><code>@shellrow</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/105">shellrow/netdev#105</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/daniel-noland"><code>@daniel-noland</code></a> made their first contribution in <a href="https://redirect.github.com/shellrow/netdev/pull/103">shellrow/netdev#103</a></li>
<li><a href="https://github.com/qinghon"><code>@qinghon</code></a> made their first contribution in <a href="https://redirect.github.com/shellrow/netdev/pull/102">shellrow/netdev#102</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/shellrow/netdev/compare/v0.33.0...v0.34.0">https://github.com/shellrow/netdev/compare/v0.33.0...v0.34.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/shellrow/netdev/commit/dcf4eb745204c14b3afb4b1df7b8fdabfc5a7ce2"><code>dcf4eb7</code></a> Merge pull request <a href="https://redirect.github.com/shellrow/netdev/issues/105">#105</a> from shellrow/chore</li>
<li><a href="https://github.com/shellrow/netdev/commit/52a3f4e15759c3d19a867eccb2eaf320ed94bc67"><code>52a3f4e</code></a> Merge pull request <a href="https://redirect.github.com/shellrow/netdev/issues/104">#104</a> from shellrow/win-if-speed</li>
<li><a href="https://github.com/shellrow/netdev/commit/feff93a0d1452f4f3bce1b285489d3cb0b81b2c7"><code>feff93a</code></a> Run cargo fmt</li>
<li><a href="https://github.com/shellrow/netdev/commit/1be7ca06d26732cbb4cc73d67cee4b68b5d3dded"><code>1be7ca0</code></a> Bump version to 0.34.0</li>
<li><a href="https://github.com/shellrow/netdev/commit/bb1c11e731297d721d5ee26ec6d3974141d5adc8"><code>bb1c11e</code></a> re-export MacAddr</li>
<li><a href="https://github.com/shellrow/netdev/commit/6fd5480437cd9aba44301346a286fc64df3ade4d"><code>6fd5480</code></a> Update ipnet</li>
<li><a href="https://github.com/shellrow/netdev/commit/f34c1e6e3c10e8f300882eed94d5934e7bb72b68"><code>f34c1e6</code></a> fix(windows): treat u64::MAX as None</li>
<li><a href="https://github.com/shellrow/netdev/commit/8a70be62bc9dc260f1c6d55065291f3b929fbf6b"><code>8a70be6</code></a> Merge pull request <a href="https://redirect.github.com/shellrow/netdev/issues/102">#102</a> from qinghon/main</li>
<li><a href="https://github.com/shellrow/netdev/commit/7dcd1f0eefdd71bc54a6a799ebec5a21fa8865f9"><code>7dcd1f0</code></a> Merge pull request <a href="https://redirect.github.com/shellrow/netdev/issues/103">#103</a> from githedgehog/pr/daniel-noland/bump-rtnetlink</li>
<li><a href="https://github.com/shellrow/netdev/commit/59854d4d3394f3853f7511d7f047793844522062"><code>59854d4</code></a> chore: bump rtnetlink</li>
<li>Additional commits viewable in <a href="https://github.com/shellrow/netdev/compare/v0.33.0...v0.34.0">compare view</a></li>
</ul>
</details>
<br />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1417
Author: @dependabot[bot]
Created: 4/21/2025
Status: ✅ Merged
Merged: 4/22/2025
Merged by: @LGUG2Z
Base:
master← Head:dependabot/cargo/netdev-0.34.0📝 Commits (1)
0fc5659chore(deps): bump netdev from 0.33.0 to 0.34.0📊 Changes
2 files changed (+5 additions, -5 deletions)
View changed files
📝
Cargo.lock(+4 -4)📝
komorebi-bar/Cargo.toml(+1 -1)📄 Description
Bumps netdev from 0.33.0 to 0.34.0.
Release notes
Sourced from netdev's releases.
Commits
dcf4eb7Merge pull request #105 from shellrow/chore52a3f4eMerge pull request #104 from shellrow/win-if-speedfeff93aRun cargo fmt1be7ca0Bump version to 0.34.0bb1c11ere-export MacAddr6fd5480Update ipnetf34c1e6fix(windows): treat u64::MAX as None8a70be6Merge pull request #102 from qinghon/main7dcd1f0Merge pull request #103 from githedgehog/pr/daniel-noland/bump-rtnetlink59854d4chore: bump rtnetlinkDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.