[PR #3495] [MERGED] build(deps): bump libc from 0.2.182 to 0.2.183 #3893

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

📋 Pull Request Information

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

Base: mainHead: dependabot/cargo/libc-0.2.183


📝 Commits (1)

  • 48af50e build(deps): bump libc from 0.2.182 to 0.2.183

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps libc from 0.2.182 to 0.2.183.

Release notes

Sourced from libc's releases.

0.2.183

Added

  • ESP-IDF: Add SOMAXCONN (#4993)
  • Linux: Add name_to_handle_at and open_by_handle_at (#4988)
  • NetBSD: Add kinfo_file, kinfo_pcb, and related constants (#4985)
  • OpenBSD: Add kinfo_file and related constants (#4991)
  • VxWorks: Add additional structs and defines (#5003)
  • Various: Implement Default for timeval and timespec (#4976)

Fixed

  • Hexagon musl: Enable unstable 64-bit time_t support and musl_v1_2_3 (#4992)
  • Nintendo Switch: Fix target support (#4982)
  • OpenBSD: Wrap an unused field in Padding (#4997)
  • Redox: Change sigaction.sa_flags to c_int (#4986)
  • Redox: Fix blkcnt_t type (#4994)
Changelog

Sourced from libc's changelog.

0.2.183 - 2026-03-08

Added

  • ESP-IDF: Add SOMAXCONN (#4993)
  • Linux: Add name_to_handle_at and open_by_handle_at (#4988)
  • NetBSD: Add kinfo_file, kinfo_pcb, and related constants (#4985)
  • OpenBSD: Add kinfo_file and related constants (#4991)
  • VxWorks: Add additional structs and defines (#5003)
  • Various: Implement Default for timeval and timespec (#4976)

Fixed

  • Hexagon musl: Enable unstable 64-bit time_t support and musl_v1_2_3 (#4992)
  • Nintendo Switch: Fix target support (#4982)
  • OpenBSD: Wrap an unused field in Padding (#4997)
  • Redox: Change sigaction.sa_flags to c_int (#4986)
  • Redox: Fix blkcnt_t type (#4994)
Commits
  • 5660e6f chore: Release libc 0.2.183
  • 8b439b7 allow unused link_cfg feature in rustc-dep-of-std
  • e6436dc Adding structs and defines for vxworks
  • e9cca04 Linux: add name_to_handle_at and open_by_handle_at
  • af8b812 linux: relocate PIDFD definitions to src/new
  • d0bd7e2 NetBSD: add kinfo_file, kinfo_pcb structures and related constants
  • 17f5cce build(deps): bump actions/upload-artifact from 6 to 7
  • 62c89e8 OpenBSD: Wrap an unused field in Padding
  • 82cb126 enable musl32_time64 and musl_v1_2_3 for hexagon
  • e7f9902 redox: fix blkcnt_t type
  • Additional commits viewable 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 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/3495 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/12/2026 **Status:** ✅ Merged **Merged:** 3/12/2026 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `dependabot/cargo/libc-0.2.183` --- ### 📝 Commits (1) - [`48af50e`](https://github.com/hickory-dns/hickory-dns/commit/48af50e09f11bb25fad4cef35e1f9ffb96edeab6) build(deps): bump libc from 0.2.182 to 0.2.183 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [libc](https://github.com/rust-lang/libc) from 0.2.182 to 0.2.183. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/releases">libc's releases</a>.</em></p> <blockquote> <h2>0.2.183</h2> <h3>Added</h3> <ul> <li>ESP-IDF: Add <code>SOMAXCONN</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4993">#4993</a>)</li> <li>Linux: Add <code>name_to_handle_at</code> and <code>open_by_handle_at</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4988">#4988</a>)</li> <li>NetBSD: Add <code>kinfo_file</code>, <code>kinfo_pcb</code>, and related constants (<a href="https://redirect.github.com/rust-lang/libc/pull/4985">#4985</a>)</li> <li>OpenBSD: Add <code>kinfo_file</code> and related constants (<a href="https://redirect.github.com/rust-lang/libc/pull/4991">#4991</a>)</li> <li>VxWorks: Add additional structs and defines (<a href="https://redirect.github.com/rust-lang/libc/pull/5003">#5003</a>)</li> <li>Various: Implement <code>Default</code> for <code>timeval</code> and <code>timespec</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4976">#4976</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Hexagon musl: Enable unstable 64-bit <code>time_t</code> support and <code>musl_v1_2_3</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4992">#4992</a>)</li> <li>Nintendo Switch: Fix target support (<a href="https://redirect.github.com/rust-lang/libc/pull/4982">#4982</a>)</li> <li>OpenBSD: Wrap an unused field in <code>Padding</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4997">#4997</a>)</li> <li>Redox: Change <code>sigaction.sa_flags</code> to <code>c_int</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4986">#4986</a>)</li> <li>Redox: Fix <code>blkcnt_t</code> type (<a href="https://redirect.github.com/rust-lang/libc/pull/4994">#4994</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/blob/0.2.183/CHANGELOG.md">libc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/libc/compare/0.2.182...0.2.183">0.2.183</a> - 2026-03-08</h2> <h3>Added</h3> <ul> <li>ESP-IDF: Add <code>SOMAXCONN</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4993">#4993</a>)</li> <li>Linux: Add <code>name_to_handle_at</code> and <code>open_by_handle_at</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4988">#4988</a>)</li> <li>NetBSD: Add <code>kinfo_file</code>, <code>kinfo_pcb</code>, and related constants (<a href="https://redirect.github.com/rust-lang/libc/pull/4985">#4985</a>)</li> <li>OpenBSD: Add <code>kinfo_file</code> and related constants (<a href="https://redirect.github.com/rust-lang/libc/pull/4991">#4991</a>)</li> <li>VxWorks: Add additional structs and defines (<a href="https://redirect.github.com/rust-lang/libc/pull/5003">#5003</a>)</li> <li>Various: Implement <code>Default</code> for <code>timeval</code> and <code>timespec</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4976">#4976</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Hexagon musl: Enable unstable 64-bit <code>time_t</code> support and <code>musl_v1_2_3</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4992">#4992</a>)</li> <li>Nintendo Switch: Fix target support (<a href="https://redirect.github.com/rust-lang/libc/pull/4982">#4982</a>)</li> <li>OpenBSD: Wrap an unused field in <code>Padding</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4997">#4997</a>)</li> <li>Redox: Change <code>sigaction.sa_flags</code> to <code>c_int</code> (<a href="https://redirect.github.com/rust-lang/libc/pull/4986">#4986</a>)</li> <li>Redox: Fix <code>blkcnt_t</code> type (<a href="https://redirect.github.com/rust-lang/libc/pull/4994">#4994</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/libc/commit/5660e6fc058d1c6c27788e3ea2bc7d3e79d3c22d"><code>5660e6f</code></a> chore: Release libc 0.2.183</li> <li><a href="https://github.com/rust-lang/libc/commit/8b439b76789d14215296766e97e0692e7900f1e1"><code>8b439b7</code></a> allow unused link_cfg feature in rustc-dep-of-std</li> <li><a href="https://github.com/rust-lang/libc/commit/e6436dcf4a702328aa365ced37f0a8e2d829ec3b"><code>e6436dc</code></a> Adding structs and defines for vxworks</li> <li><a href="https://github.com/rust-lang/libc/commit/e9cca04dffbe546d5af7dc5302f8cb305d8e7370"><code>e9cca04</code></a> Linux: add <code>name_to_handle_at</code> and <code>open_by_handle_at</code></li> <li><a href="https://github.com/rust-lang/libc/commit/af8b8127bc7fcce8a5e70cb1a4ab8b33021bf02e"><code>af8b812</code></a> linux: relocate PIDFD definitions to src/new</li> <li><a href="https://github.com/rust-lang/libc/commit/d0bd7e2f2ff74d871b008069c175887cfc4e3867"><code>d0bd7e2</code></a> NetBSD: add kinfo_file, kinfo_pcb structures and related constants</li> <li><a href="https://github.com/rust-lang/libc/commit/17f5cce00dec1207d659f21affc35fb39bca0340"><code>17f5cce</code></a> build(deps): bump actions/upload-artifact from 6 to 7</li> <li><a href="https://github.com/rust-lang/libc/commit/62c89e800adae1a3555798aad9cfffc2b7a9e7b8"><code>62c89e8</code></a> OpenBSD: Wrap an unused field in <code>Padding</code></li> <li><a href="https://github.com/rust-lang/libc/commit/82cb126e16b998d3c231bd320534e213b2096ff4"><code>82cb126</code></a> enable musl32_time64 and musl_v1_2_3 for hexagon</li> <li><a href="https://github.com/rust-lang/libc/commit/e7f99026dc87849e0c0107019dca1a6418bec9e2"><code>e7f9902</code></a> redox: fix blkcnt_t type</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/libc/compare/0.2.182...0.2.183">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=libc&package-manager=cargo&previous-version=0.2.182&new-version=0.2.183)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 12:08:23 +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#3893
No description provided.