[PR #1553] [CLOSED] Bump socket2 from 0.4.1 to 0.4.2 #2414

Closed
opened 2026-03-16 08:52:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1553
Author: @dependabot[bot]
Created: 9/20/2021
Status: Closed

Base: mainHead: dependabot/cargo/socket2-0.4.2


📝 Commits (1)

  • e12c8cd Bump socket2 from 0.4.1 to 0.4.2

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 Cargo.lock (+4 -4)
📝 crates/proto/Cargo.toml (+1 -1)

📄 Description

Bumps socket2 from 0.4.1 to 0.4.2.

Changelog

Sourced from socket2's changelog.

0.4.2

Added

  • Socket::(set_)freebind_ipv6, getter and setter for IPV6_FREEBIND.

Fixed

  • Compilation on OpenBSD.
  • Usage of incorrect flag in Socket::(set_)freebind.
Commits
  • 380a1a4 Release v0.4.2
  • 80f0d40 Silence some unused code warnings on Redox
  • 6c261dc Example doc comment: fix usage of socket.set_only_v6()
  • 6e5ae17 Add getter/setter for IPV6_FREEBIND socket option
  • 16525f4 Use correct socket option level to get/set freebind flag
  • cddb67b Fix compilation on Haiku and OpenBSD with --features all
  • 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 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/1553 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/20/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/socket2-0.4.2` --- ### 📝 Commits (1) - [`e12c8cd`](https://github.com/hickory-dns/hickory-dns/commit/e12c8cd7b96edc81674efe29912bbd90d4ed278c) Bump socket2 from 0.4.1 to 0.4.2 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `crates/proto/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [socket2](https://github.com/rust-lang/socket2) from 0.4.1 to 0.4.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.4.2</h1> <h2>Added</h2> <ul> <li><code>Socket::(set_)freebind_ipv6</code>, getter and setter for <code>IPV6_FREEBIND</code>.</li> </ul> <h2>Fixed</h2> <ul> <li>Compilation on OpenBSD.</li> <li>Usage of incorrect flag in <code>Socket::(set_)freebind</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/socket2/commit/380a1a48c16cf569a967e9d74f980abdebeaf714"><code>380a1a4</code></a> Release v0.4.2</li> <li><a href="https://github.com/rust-lang/socket2/commit/80f0d40311a2d85b38e826cec695841bf00ba9e7"><code>80f0d40</code></a> Silence some unused code warnings on Redox</li> <li><a href="https://github.com/rust-lang/socket2/commit/6c261dc4b43502a721d39cd47424747d6ffc594d"><code>6c261dc</code></a> Example doc comment: fix usage of socket.set_only_v6()</li> <li><a href="https://github.com/rust-lang/socket2/commit/6e5ae17af4a0841865873c7c2bd1500f0dec1b9d"><code>6e5ae17</code></a> Add getter/setter for IPV6_FREEBIND socket option</li> <li><a href="https://github.com/rust-lang/socket2/commit/16525f48c64d4e4fd9402beb39d0cba39755bf73"><code>16525f4</code></a> Use correct socket option level to get/set freebind flag</li> <li><a href="https://github.com/rust-lang/socket2/commit/cddb67b8534a46a372beb9fd63c5ce8d1473cbda"><code>cddb67b</code></a> Fix compilation on Haiku and OpenBSD with --features all</li> <li>See full diff in <a href="https://github.com/rust-lang/socket2/compare/v0.4.1...v0.4.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=socket2&package-manager=cargo&previous-version=0.4.1&new-version=0.4.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 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 08:52:28 +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#2414
No description provided.