Skip to content

Commit

Permalink
build(deps): bump libc from 0.2.168 to 0.2.169 (#43)
Browse files Browse the repository at this point in the history
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.168 to 0.2.169.
<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.169</h2>
<h3>Added</h3>
<ul>
<li>FreeBSD: add more socket TCP stack constants <a
href="https://redirect.github.com/rust-lang/libc/pull/4193">rust-lang/libc#4193</a></li>
<li>Fuchsia: add a <code>sockaddr_vm</code> definition <a
href="https://redirect.github.com/rust-lang/libc/pull/4194">rust-lang/libc#4194</a></li>
</ul>
<h3>Fixed</h3>
<p><strong>Breaking</strong>: <a
href="https://redirect.github.com/rust-lang/rust/pull/132975">rust-lang/rust#132975</a>
corrected the signedness of <code>core::ffi::c_char</code> on various
Tier 2 and Tier 3 platforms (mostly Arm and RISC-V) to match Clang. This
release contains the corresponding changes to <code>libc</code>,
including the following specific pull requests:</p>
<ul>
<li>ESP-IDF: Replace arch-conditional <code>c_char</code> with a
reexport <a
href="https://redirect.github.com/rust-lang/libc/pull/4195">rust-lang/libc#4195</a></li>
<li>Fix <code>c_char</code> on various targets <a
href="https://redirect.github.com/rust-lang/libc/pull/4199">rust-lang/libc#4199</a></li>
<li>Mirror <code>c_char</code> configuration from
<code>rust-lang/rust</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/4198">rust-lang/libc#4198</a></li>
</ul>
<h3>Cleanup</h3>
<ul>
<li>Do not re-export <code>c_void</code> in target-specific code <a
href="https://redirect.github.com/rust-lang/libc/pull/4200">rust-lang/libc#4200</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.168...0.2.169">0.2.169</a>
- 2024-12-18</h2>
<h3>Added</h3>
<ul>
<li>FreeBSD: add more socket TCP stack constants <a
href="https://redirect.github.com/rust-lang/libc/pull/4193">rust-lang/libc#4193</a></li>
<li>Fuchsia: add a <code>sockaddr_vm</code> definition <a
href="https://redirect.github.com/rust-lang/libc/pull/4194">rust-lang/libc#4194</a></li>
</ul>
<h3>Fixed</h3>
<p><strong>Breaking</strong>: <a
href="https://redirect.github.com/rust-lang/rust/pull/132975">rust-lang/rust#132975</a>
corrected the signedness of <code>core::ffi::c_char</code> on various
Tier 2 and Tier 3 platforms (mostly Arm and RISC-V) to match Clang. This
release contains the corresponding changes to <code>libc</code>,
including the following specific pull requests:</p>
<ul>
<li>ESP-IDF: Replace arch-conditional <code>c_char</code> with a
reexport <a
href="https://redirect.github.com/rust-lang/libc/pull/4195">rust-lang/libc#4195</a></li>
<li>Fix <code>c_char</code> on various targets <a
href="https://redirect.github.com/rust-lang/libc/pull/4199">rust-lang/libc#4199</a></li>
<li>Mirror <code>c_char</code> configuration from
<code>rust-lang/rust</code> <a
href="https://redirect.github.com/rust-lang/libc/pull/4198">rust-lang/libc#4198</a></li>
</ul>
<h3>Cleanup</h3>
<ul>
<li>Do not re-export <code>c_void</code> in target-specific code <a
href="https://redirect.github.com/rust-lang/libc/pull/4200">rust-lang/libc#4200</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/bb5944c67d6f7f3ead944120ec30561731b427de"><code>bb5944c</code></a>
chore: release v0.2.169</li>
<li><a
href="https://github.com/rust-lang/libc/commit/8ebcf4927220ef882273ac657c2dc8eb1e899510"><code>8ebcf49</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/4211">#4211</a>
from tgross35/backport-openbsd-build</li>
<li><a
href="https://github.com/rust-lang/libc/commit/fab6a64ab0af0a44d7f998f554e2ff49b151ba27"><code>fab6a64</code></a>
Skip <code>c_char_def</code> on OpenBSD</li>
<li><a
href="https://github.com/rust-lang/libc/commit/c86544f1f17c67edbc6d23a00a891c3bf170064e"><code>c86544f</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/libc/issues/4206">#4206</a>
from tgross35/backport-tomato</li>
<li><a
href="https://github.com/rust-lang/libc/commit/2ade12cd84b3beccc287cb8bea475a7f08500af6"><code>2ade12c</code></a>
Replace arch-conditional <code>c_char</code> with a reexport</li>
<li><a
href="https://github.com/rust-lang/libc/commit/0567b59f0b9b2415d5a9d4845a09bdddd2d0a7d1"><code>0567b59</code></a>
Ignore ordering style for <code>c_char</code></li>
<li><a
href="https://github.com/rust-lang/libc/commit/3e09b7c0a08d5699de81d866263371f5fbd0c95f"><code>3e09b7c</code></a>
Do not re-export c_void in target-specific code</li>
<li><a
href="https://github.com/rust-lang/libc/commit/7e761a52d82bfa79fd6d872da6389e358e685e27"><code>7e761a5</code></a>
Fix c_char on various targets</li>
<li><a
href="https://github.com/rust-lang/libc/commit/9fea17aad1b6d08a6598be82df9cfef91fa8744d"><code>9fea17a</code></a>
Mirror <code>c_char</code> configuration from
<code>rust-lang/rust</code></li>
<li><a
href="https://github.com/rust-lang/libc/commit/3eb9670cf3edd77e5688586347ebca20e37e1d30"><code>3eb9670</code></a>
feat: Update c_char type</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.168...0.2.169">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.168&new-version=0.2.169)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 490a43c commit 6df61ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6df61ec

Please sign in to comment.