[PR #3447] [MERGED] build(deps): bump socket2 from 0.6.1 to 0.6.2 #3850

Closed
opened 2026-03-16 12:06:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3447
Author: @dependabot[bot]
Created: 1/29/2026
Status: Merged
Merged: 1/29/2026
Merged by: @djc

Base: mainHead: dependabot/cargo/socket2-0.6.2


📝 Commits (1)

  • 306fd89 build(deps): bump socket2 from 0.6.1 to 0.6.2

📊 Changes

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

View changed files

📝 Cargo.lock (+9 -9)

📄 Description

Bumps socket2 from 0.6.1 to 0.6.2.

Changelog

Sourced from socket2's changelog.

0.6.2

  • MsgHdr and MsgHdrMut are marked as transparent meaning both have the same layout as msghdr on Unix and WSAMSG on Windows (rust-lang/socket2#635).
  • Don't set SO_NOSIGPIPE when accepting sockets, this is inherited from the parent socket (rust-lang/socket2#632).
  • Fixes Socket::tcp_notsent_lowat by using the correct argument type (rust-lang/socket2#622).
Commits
  • 9a30f4f Release v0.6.2
  • 3403a44 make MsgHdr and MsgHdrMut repr(transparent) to allow legally obtaining ...
  • feac83a Don't set SO_NOSIGPIPE when accepting sockets (#632)
  • 3fe6576 Test MSRV on Windows in CI
  • a18be6a Re-enable CI check for armv7-sony-vita-newlibeabihf
  • 853f9a7 Fix some typos in comments
  • 299c2e5 Fixed cfg in original_dst_v6 test (#626)
  • 9463a02 Enable CI for aarch64-apple-visionos
  • 4af7d3d fix getsockopt generic argument in notsent_lowat
  • a0810cd Update FreeBSD CI environment
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
socket2 [< 0.5, > 0.4.6]
socket2 [< 0.6, > 0.5.3]

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/hickory-dns/hickory-dns/pull/3447 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 1/29/2026 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `dependabot/cargo/socket2-0.6.2` --- ### 📝 Commits (1) - [`306fd89`](https://github.com/hickory-dns/hickory-dns/commit/306fd89fef19723210e44628bcff68df31a2b71f) build(deps): bump socket2 from 0.6.1 to 0.6.2 ### 📊 Changes **1 file changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+9 -9) </details> ### 📄 Description Bumps [socket2](https://github.com/rust-lang/socket2) from 0.6.1 to 0.6.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md">socket2's changelog</a>.</em></p> <blockquote> <h1>0.6.2</h1> <ul> <li><code>MsgHdr</code> and <code>MsgHdrMut</code> are marked as transparent meaning both have the same layout as <code>msghdr</code> on Unix and <code>WSAMSG</code> on Windows (<a href="https://redirect.github.com/rust-lang/socket2/pull/635">rust-lang/socket2#635</a>).</li> <li>Don't set <code>SO_NOSIGPIPE</code> when accepting sockets, this is inherited from the parent socket (<a href="https://redirect.github.com/rust-lang/socket2/pull/632">rust-lang/socket2#632</a>).</li> <li>Fixes <code>Socket::tcp_notsent_lowat</code> by using the correct argument type (<a href="https://redirect.github.com/rust-lang/socket2/pull/622">rust-lang/socket2#622</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/socket2/commit/9a30f4f657370e9e1aede3351ab2bd33eedb9c95"><code>9a30f4f</code></a> Release v0.6.2</li> <li><a href="https://github.com/rust-lang/socket2/commit/3403a440e57101f3c98995b7ef7c8de74fbff14d"><code>3403a44</code></a> make <code>MsgHdr</code> and <code>MsgHdrMut</code> <code>repr(transparent)</code> to allow legally obtaining ...</li> <li><a href="https://github.com/rust-lang/socket2/commit/feac83ad8597d7cd5bf0a3e68983925a12b13ce0"><code>feac83a</code></a> Don't set SO_NOSIGPIPE when accepting sockets (<a href="https://redirect.github.com/rust-lang/socket2/issues/632">#632</a>)</li> <li><a href="https://github.com/rust-lang/socket2/commit/3fe657664bb684b6ff69a68711558b1b89ec2b84"><code>3fe6576</code></a> Test MSRV on Windows in CI</li> <li><a href="https://github.com/rust-lang/socket2/commit/a18be6a302b7f9c127c3593edec5d8d2690839a7"><code>a18be6a</code></a> Re-enable CI check for armv7-sony-vita-newlibeabihf</li> <li><a href="https://github.com/rust-lang/socket2/commit/853f9a72737867e040ec562c34b78fd329d3bce0"><code>853f9a7</code></a> Fix some typos in comments</li> <li><a href="https://github.com/rust-lang/socket2/commit/299c2e511024bfc0651e25becaeff4a9701fd8d1"><code>299c2e5</code></a> Fixed cfg in original_dst_v6 test (<a href="https://redirect.github.com/rust-lang/socket2/issues/626">#626</a>)</li> <li><a href="https://github.com/rust-lang/socket2/commit/9463a02ee4e4b21f5589b24e75a9b5c85abdd229"><code>9463a02</code></a> Enable CI for aarch64-apple-visionos</li> <li><a href="https://github.com/rust-lang/socket2/commit/4af7d3dcdb2583e7462b27ee3e2d8521b317294d"><code>4af7d3d</code></a> fix getsockopt generic argument in notsent_lowat</li> <li><a href="https://github.com/rust-lang/socket2/commit/a0810cd30fc75f4ed560e1d058b857216048b74c"><code>a0810cd</code></a> Update FreeBSD CI environment</li> <li>See full diff in <a href="https://github.com/rust-lang/socket2/compare/v0.6.1...v0.6.2">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | socket2 | [< 0.5, > 0.4.6] | | socket2 | [< 0.6, > 0.5.3] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=socket2&package-manager=cargo&previous-version=0.6.1&new-version=0.6.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>
kerem 2026-03-16 12:06:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#3850
No description provided.