Skip to content

Commit cd7aba5

Browse files
chore(deps): bump netdev from 0.38.2 to 0.39.0 (#67)
Bumps [netdev](https://github.com/shellrow/netdev) from 0.38.2 to 0.39.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.39.0</h2> <h2>What's Changed</h2> <ul> <li>refactor: replace internal MacAddr by <a href="https://github.com/shellrow"><code>@​shellrow</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/141">shellrow/netdev#141</a></li> <li>Release v0.39.0 by <a href="https://github.com/shellrow"><code>@​shellrow</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/142">shellrow/netdev#142</a></li> </ul> <h3>MacAddr implementation</h3> <p>Since <strong>v0.39.0</strong>, <code>netdev</code> now uses <a href="https://crates.io/crates/mac-addr"><code>mac-addr</code></a> a standalone and lightweight MAC address library <strong>developed by the same author (<a href="https://github.com/shellrow"><code>@​shellrow</code></a>)</strong>.<br /> This update is fully backward-compatible (<strong>no breaking changes</strong>).</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/shellrow/netdev/compare/v0.38.2...v0.39.0">https://github.com/shellrow/netdev/compare/v0.38.2...v0.39.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shellrow/netdev/commit/7500b175dbc2c35a492371437597cd8736cff9a7"><code>7500b17</code></a> Merge pull request <a href="https://redirect.github.com/shellrow/netdev/issues/142">#142</a> from shellrow/chore</li> <li><a href="https://github.com/shellrow/netdev/commit/0a943a033a9c0cd8d5a48a0068b1d0cdb6614e1a"><code>0a943a0</code></a> Bump version to 0.39.0</li> <li><a href="https://github.com/shellrow/netdev/commit/9f51c3910b120aedcdde01be4822f211d11ad5f9"><code>9f51c39</code></a> Format code with cargo fmt</li> <li><a href="https://github.com/shellrow/netdev/commit/ccea376a9af7148b53fa5e6a54ede09f3a54fdfc"><code>ccea376</code></a> Add tests</li> <li><a href="https://github.com/shellrow/netdev/commit/3caac33bbc22c5c0478a1f40593ca9b108c9a08a"><code>3caac33</code></a> Merge pull request <a href="https://redirect.github.com/shellrow/netdev/issues/141">#141</a> from shellrow/refactor-macaddr</li> <li><a href="https://github.com/shellrow/netdev/commit/873c4706dab659b2ab127d93d28ba4e8bd5067d7"><code>873c470</code></a> refactor: replace internal MacAddr</li> <li>See full diff in <a href="https://github.com/shellrow/netdev/compare/v0.38.2...v0.39.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.38.2&new-version=0.39.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fb362b commit cd7aba5

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Cargo.lock

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netwatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tracing = "0.1"
3636
[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies]
3737
quinn-udp = { package = "iroh-quinn-udp", version = "0.5.5" }
3838
libc = "0.2.139"
39-
netdev = "0.38.1"
39+
netdev = "0.39.0"
4040
socket2 = { version = "0.6", features = ["all"] }
4141
tokio = { version = "1", features = [
4242
"io-util",

0 commit comments

Comments
 (0)