Commit 287d8b7
authored
deps: bump github.com/mdlayher/netlink from 1.11.1 to 1.11.2 (#2378)
Bumps [github.com/mdlayher/netlink](https://github.com/mdlayher/netlink)
from 1.11.1 to 1.11.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mdlayher/netlink/releases">github.com/mdlayher/netlink's
releases</a>.</em></p>
<blockquote>
<h2>v1.11.2</h2>
<p>See <a
href="https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md#v1112">https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md#v1112</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mdlayher/netlink/blob/main/CHANGELOG.md">github.com/mdlayher/netlink's
changelog</a>.</em></p>
<blockquote>
<h2>v1.11.2</h2>
<ul>
<li>[Bug Fix]: <a
href="https://redirect.github.com/mdlayher/netlink/pull/291">#291</a>
fixed a bug
where <code>netlink.Conn.Receive</code> would block concurrent calls to
<code>netlink.Conn.Send</code> when blocking in
<code>recvmsg</code>.</li>
<li>[Improvement]: <a
href="https://redirect.github.com/mdlayher/netlink/pull/289">#289</a>
updated
<code>golang.org/x/net</code> and <code>golang.org/x/sys</code>
dependencies.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mdlayher/netlink/commit/847c7b8181120b0e93dd7174b64914995edcfade"><code>847c7b8</code></a>
CHANGELOG: release v1.11.2 (<a
href="https://redirect.github.com/mdlayher/netlink/issues/292">#292</a>)</li>
<li><a
href="https://github.com/mdlayher/netlink/commit/2a7605488839f5531fe4f401888e1f98a4352e64"><code>2a76054</code></a>
conn: fix Receive blocking Send (<a
href="https://redirect.github.com/mdlayher/netlink/issues/291">#291</a>)</li>
<li><a
href="https://github.com/mdlayher/netlink/commit/388141689045121ccb2f3ea0821713be2f562a1b"><code>3881416</code></a>
build(deps): bump golang.org/x/net in / (<a
href="https://redirect.github.com/mdlayher/netlink/issues/289">#289</a>)</li>
<li>See full diff in <a
href="https://github.com/mdlayher/netlink/compare/v1.11.1...v1.11.2">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 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 93ce300 commit 287d8b7
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1149 | 1149 | | |
1150 | 1150 | | |
1151 | 1151 | | |
1152 | | - | |
1153 | | - | |
| 1152 | + | |
| 1153 | + | |
1154 | 1154 | | |
1155 | 1155 | | |
1156 | 1156 | | |
| |||
0 commit comments