[PR #1479] [CLOSED] chore(deps): bump netdev from 0.35.1 to 0.35.2 #1417

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1479
Author: @dependabot[bot]
Created: 6/9/2025
Status: Closed

Base: masterHead: dependabot/cargo/netdev-0.35.2


📝 Commits (1)

  • b54a1a9 chore(deps): bump netdev from 0.35.1 to 0.35.2

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps netdev from 0.35.1 to 0.35.2.

Release notes

Sourced from netdev's releases.

v0.35.2

What's Changed

Full Changelog: https://github.com/shellrow/netdev/compare/v0.35.1...v0.35.2

Commits
  • 2c185bb Merge pull request #115 from shellrow/release
  • 07cbb68 Merge pull request #116 from shellrow/fix-unix-interfaces
  • 618163e fix: always populate interface fields on unix
  • aafb8f5 Bump version to 0.35.2
  • ba4f890 Merge pull request #114 from shellrow/fix-linux-interfaces
  • 2f3a337 format with cargo fmt
  • 4ca4072 refactor: avoid clone in iface funcs
  • 04f051a fix: always populate interface fields on linux
  • See full diff 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/1479 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/9/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/netdev-0.35.2` --- ### 📝 Commits (1) - [`b54a1a9`](https://github.com/LGUG2Z/komorebi/commit/b54a1a9362746e1d5576f9bcaa6eecd5deaf2583) chore(deps): bump netdev from 0.35.1 to 0.35.2 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [netdev](https://github.com/shellrow/netdev) from 0.35.1 to 0.35.2. <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.35.2</h2> <h2>What's Changed</h2> <ul> <li>Fix linux <code>interfaces</code> by <a href="https://github.com/shellrow"><code>@​shellrow</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/114">shellrow/netdev#114</a></li> <li>Fix unix <code>interfaces</code> by <a href="https://github.com/shellrow"><code>@​shellrow</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/116">shellrow/netdev#116</a></li> <li>Bump version to 0.35.2 by <a href="https://github.com/shellrow"><code>@​shellrow</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/115">shellrow/netdev#115</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/shellrow/netdev/compare/v0.35.1...v0.35.2">https://github.com/shellrow/netdev/compare/v0.35.1...v0.35.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shellrow/netdev/commit/2c185bb2ce3918c47f151910b106cf43729f5556"><code>2c185bb</code></a> Merge pull request <a href="https://redirect.github.com/shellrow/netdev/issues/115">#115</a> from shellrow/release</li> <li><a href="https://github.com/shellrow/netdev/commit/07cbb68028f4b517817ed5d6f1e939127142672e"><code>07cbb68</code></a> Merge pull request <a href="https://redirect.github.com/shellrow/netdev/issues/116">#116</a> from shellrow/fix-unix-interfaces</li> <li><a href="https://github.com/shellrow/netdev/commit/618163ec0dfa0e1904c383f0393c281d6a685982"><code>618163e</code></a> fix: always populate interface fields on unix</li> <li><a href="https://github.com/shellrow/netdev/commit/aafb8f5520e3e9e38d8cdfe2edb79d2b12a6e302"><code>aafb8f5</code></a> Bump version to 0.35.2</li> <li><a href="https://github.com/shellrow/netdev/commit/ba4f8909360e81df1871dfb407083b14bc2f4340"><code>ba4f890</code></a> Merge pull request <a href="https://redirect.github.com/shellrow/netdev/issues/114">#114</a> from shellrow/fix-linux-interfaces</li> <li><a href="https://github.com/shellrow/netdev/commit/2f3a337b5c2578473483f31e7e5c7bdaca3227fc"><code>2f3a337</code></a> format with cargo fmt</li> <li><a href="https://github.com/shellrow/netdev/commit/4ca40729f830947c6566f43ba6d2c56dc1cd1a5c"><code>4ca4072</code></a> refactor: avoid clone in iface funcs</li> <li><a href="https://github.com/shellrow/netdev/commit/04f051a81ea586f80ab4f0ee843a8f41511adc50"><code>04f051a</code></a> fix: always populate interface fields on linux</li> <li>See full diff in <a href="https://github.com/shellrow/netdev/compare/v0.35.1...v0.35.2">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.35.1&new-version=0.35.2)](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:55:13 +01:00
adam closed this issue 2026-01-05 14:55:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1417