Skip to content

Commit 5b92c5c

Browse files
chore(deps): bump netdev from 0.40.0 to 0.40.1 (#113)
Bumps [netdev](https://github.com/shellrow/netdev) from 0.40.0 to 0.40.1. <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.40.1</h2> <h2>What's Changed</h2> <ul> <li>deps: update netlink-packet-route to 0.29 by <a href="https://github.com/Frando"><code>@​Frando</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/148">shellrow/netdev#148</a></li> <li>Release v0.40.1 by <a href="https://github.com/shellrow"><code>@​shellrow</code></a> in <a href="https://redirect.github.com/shellrow/netdev/pull/149">shellrow/netdev#149</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Frando"><code>@​Frando</code></a> made their first contribution in <a href="https://redirect.github.com/shellrow/netdev/pull/148">shellrow/netdev#148</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/shellrow/netdev/compare/v0.40.0...v0.40.1">https://github.com/shellrow/netdev/compare/v0.40.0...v0.40.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shellrow/netdev/commit/cd10d272b7c6f4da57c2ac0571423aebcb0a0f6d"><code>cd10d27</code></a> Merge pull request <a href="https://redirect.github.com/shellrow/netdev/issues/149">#149</a> from shellrow/release</li> <li><a href="https://github.com/shellrow/netdev/commit/27e856ba7beea3fd25c5ad38874e158e0a092ff3"><code>27e856b</code></a> chore: bump version to 0.40.1</li> <li><a href="https://github.com/shellrow/netdev/commit/14bece2ba7a6c11a45e9f5ddeeb0789698205d13"><code>14bece2</code></a> Merge pull request <a href="https://redirect.github.com/shellrow/netdev/issues/148">#148</a> from Frando/update-netlink</li> <li><a href="https://github.com/shellrow/netdev/commit/3755d232cb91810e1426d33fccf2cd0cc32a59cf"><code>3755d23</code></a> deps: update netlink-packet-route to 0.29</li> <li>See full diff in <a href="https://github.com/shellrow/netdev/compare/v0.40.0...v0.40.1">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.40.0&new-version=0.40.1)](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 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 616f6e5 commit 5b92c5c

2 files changed

Lines changed: 5 additions & 17 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 16 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.8" }
3838
libc = "0.2.139"
39-
netdev = "0.40.0"
39+
netdev = "0.40.1"
4040
socket2 = { version = "0.6", features = ["all"] }
4141
tokio = { version = "1", features = [
4242
"io-util",

0 commit comments

Comments
 (0)