Commit Graph

611 Commits

Author SHA1 Message Date
dependabot[bot] 6c66fcd4e1 chore(deps): Bump vendor/bdwgc from 6117f07 to b819d9f (#545)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `6117f07` to
`b819d9f`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/b819d9fe314f95a2ac466987d5e6ff0ddb80587b"><code>b819d9f</code></a>
Prevent abort in GC_suspend in case of thread terminated by DllMain</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/f36b44f78a5da5d05c357f8402ba2324e109bc80"><code>f36b44f</code></a>
Export aligned_alloc, free_aligned_sized, free_sized if redirect
malloc</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/6117f07a61307c7b5bbfc6d66ab19150e36d28b7...b819d9fe314f95a2ac466987d5e6ff0ddb80587b">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-04-10 19:15:22 +00:00
dependabot[bot] 2b1cd13ced chore(deps): Bump vendor/bdwgc from 5e49faa to 6117f07 (#544)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `5e49faa` to
`6117f07`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/6117f07a61307c7b5bbfc6d66ab19150e36d28b7"><code>6117f07</code></a>
Travis CI: Do not test '--enable-redirect-malloc' on FreeBSD</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/dd599e2f590cf766da2b53f70215aabe3247df97"><code>dd599e2</code></a>
Define GC_base_C() publicly</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/b018134dff72244b0b052438b12cd61e1cc88c7b"><code>b018134</code></a>
Export functions redefined with REDIRECT_MALLOC</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/5e49faa10395af4b269c16e5dda4ce571633c0ff...6117f07a61307c7b5bbfc6d66ab19150e36d28b7">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-04-08 19:15:16 +00:00
dependabot[bot] a50469977a chore(deps): Bump vendor/bdwgc from 946696b to 5e49faa (#543)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `946696b` to
`5e49faa`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/5e49faa10395af4b269c16e5dda4ce571633c0ff"><code>5e49faa</code></a>
Workaround 'GC_SysVGetDataStart is never used' cppcheck FP</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/9f74842232973dd7df29c5863f6a0a5e5a2745e7"><code>9f74842</code></a>
Remove redundant CPPCHECK-specific checks and code</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/bc253ccb3732736889ae47dd96a3a58e7020792d"><code>bc253cc</code></a>
AppVeyor CI: Update wcc compiler to v2 beta shapshot 2026-04-01</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/36d8988c878b195af137242ecc44d50451dc436e"><code>36d8988</code></a>
Add a check that GET_MEM is not based on calloc if MMAP_SUPPORTED</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/561d9dbe33c68d332cc2231969c09239f5cd93b4"><code>561d9db</code></a>
Fix MMAP_SUPPORTED for Solaris if malloc redirection is disabled</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/6a6a17fbc9db44bce5cd2ad9598879ce22723b9c"><code>6a6a17f</code></a>
Do not extra byte when adjusting size in GC_get_mem</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/dd67161114c0b38e5bcbc6c984c535c8a0a8691f"><code>dd67161</code></a>
Workaround 'wait_for_markers_init and help_marker are unused' cppcheck
FPs</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/d1af9a8ef85bf633c3e43255be146a2d14d98316"><code>d1af9a8</code></a>
Workaround 'GC_alloc_lock is defined but unused' cppcheck FP</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/e6c6ce7c12c08c0c06e852c6e10890af3e40e460"><code>e6c6ce7</code></a>
Handle GC_pages_executable and GWW in GC_get_mem for Xbox One</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/454008559c9654336b1fca4f83f71fddcde0b381"><code>4540085</code></a>
Eliminate 'GC_get_next_stack is defined but unused' cppcheck
warning</li>
<li>Additional commits viewable in <a
href="https://github.com/bdwgc/bdwgc/compare/946696b9b16580fcece3bc4d640f35afc139426d...5e49faa10395af4b269c16e5dda4ce571633c0ff">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-04-06 19:15:09 +00:00
dependabot[bot] 881b5a5b7a chore(deps): Bump libc from 0.2.183 to 0.2.184 (#542)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.183 to 0.2.184.
<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.184</h2>
<h3>MSRV</h3>
<p>This release increases the MSRV of <code>libc</code> to 1.65. With
this update, you can now always use the
<code>core::ffi::c_*</code> types with <code>libc</code> definitions,
since <code>libc</code> has been changed to reexport from
<code>core</code> rather than redefining them. (This <em>usually</em>
worked before but had edge cases.)
(<a
href="https://redirect.github.com/rust-lang/libc/pull/4972">#4972</a>)</p>
<h3>Added</h3>
<ul>
<li>BSD: Add <code>IP_MINTTL</code> to bsd (<a
href="https://redirect.github.com/rust-lang/libc/pull/5026">#5026</a>)</li>
<li>Cygwin: Add <code>TIOCM_DSR</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/5031">#5031</a>)</li>
<li>FreeBSD: Added <code>xfile</code> structe and file descriptor types
(<a
href="https://redirect.github.com/rust-lang/libc/pull/5002">#5002</a>)</li>
<li>Linux: Add CAN netlink bindings (<a
href="https://redirect.github.com/rust-lang/libc/pull/5011">#5011</a>)</li>
<li>Linux: Add <code>struct ethhdr</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4239">#4239</a>)</li>
<li>Linux: Add <code>struct ifinfomsg</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/5012">#5012</a>)</li>
<li>Linux: Define <code>max_align_t</code> for riscv64 (<a
href="https://redirect.github.com/rust-lang/libc/pull/5029">#5029</a>)</li>
<li>NetBSD: Add missing <code>CLOCK_</code> constants (<a
href="https://redirect.github.com/rust-lang/libc/pull/5020">#5020</a>)</li>
<li>NuttX: Add <code>_SC_HOST_NAME_MAX</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/5004">#5004</a>)</li>
<li>VxWorks: Add <code>flock</code> and <code>F_*LCK</code> constants
(<a
href="https://redirect.github.com/rust-lang/libc/pull/4043">#4043</a>)</li>
<li>WASI: Add all <code>_SC_*</code> sysconf constants (<a
href="https://redirect.github.com/rust-lang/libc/pull/5023">#5023</a>)</li>
</ul>
<h3>Deprecated</h3>
<p>The remaining fixed-width integer aliases, <code>__uint128_t</code>,
<code>__uint128</code>, <code>__int128_t</code>, and
<code>__int128</code>,
have been deprecated. Use <code>i128</code> and <code>u128</code>
instead. (<a
href="https://redirect.github.com/rust-lang/libc/pull/4343">#4343</a>)</p>
<h3>Fixed</h3>
<ul>
<li><strong>breaking</strong> Redox: Fix signal action constant types
(<a
href="https://redirect.github.com/rust-lang/libc/pull/5009">#5009</a>)</li>
<li>EspIDF: Correct the value of <code>DT_*</code> constants (<a
href="https://redirect.github.com/rust-lang/libc/pull/5034">#5034</a>)</li>
<li>Redox: Fix locale values and add <code>RTLD_NOLOAD</code>, some TCP
constants (<a
href="https://redirect.github.com/rust-lang/libc/pull/5025">#5025</a>)</li>
<li>Various: Use <code>Padding::new(&lt;zeroed&gt;)</code> rather than
<code>Padding::uninit()</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/5036">#5036</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li><strong>potentially breaking</strong> Linux: Add new fields to
<code>struct ptrace_syscall_info</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4966">#4966</a>)</li>
<li>Re-export <code>core::ffi</code> integer types rather than
redefining (<a
href="https://redirect.github.com/rust-lang/libc/pull/5015">#5015</a>)</li>
<li>Redox: Update <code>F_DUPFD</code>, <code>IP</code>, and
<code>TCP</code> constants to match relibc (<a
href="https://redirect.github.com/rust-lang/libc/pull/4990">#4990</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.183...0.2.184">0.2.184</a>
- 2026-04-01</h2>
<h3>MSRV</h3>
<p>This release increases the MSRV of <code>libc</code> to 1.65. With
this update, you can now always use the
<code>core::ffi::c_*</code> types with <code>libc</code> definitions,
since <code>libc</code> has been changed to reexport from
<code>core</code> rather than redefining them. (This <em>usually</em>
worked before but had edge cases.)
(<a
href="https://redirect.github.com/rust-lang/libc/pull/4972">#4972</a>)</p>
<h3>Added</h3>
<ul>
<li>BSD: Add <code>IP_MINTTL</code> to bsd (<a
href="https://redirect.github.com/rust-lang/libc/pull/5026">#5026</a>)</li>
<li>Cygwin: Add <code>TIOCM_DSR</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/5031">#5031</a>)</li>
<li>FreeBSD: Added <code>xfile</code> structe and file descriptor types
(<a
href="https://redirect.github.com/rust-lang/libc/pull/5002">#5002</a>)</li>
<li>Linux: Add CAN netlink bindings (<a
href="https://redirect.github.com/rust-lang/libc/pull/5011">#5011</a>)</li>
<li>Linux: Add <code>struct ethhdr</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4239">#4239</a>)</li>
<li>Linux: Add <code>struct ifinfomsg</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/5012">#5012</a>)</li>
<li>Linux: Define <code>max_align_t</code> for riscv64 (<a
href="https://redirect.github.com/rust-lang/libc/pull/5029">#5029</a>)</li>
<li>NetBSD: Add missing <code>CLOCK_</code> constants (<a
href="https://redirect.github.com/rust-lang/libc/pull/5020">#5020</a>)</li>
<li>NuttX: Add <code>_SC_HOST_NAME_MAX</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/5004">#5004</a>)</li>
<li>VxWorks: Add <code>flock</code> and <code>F_*LCK</code> constants
(<a
href="https://redirect.github.com/rust-lang/libc/pull/4043">#4043</a>)</li>
<li>WASI: Add all <code>_SC_*</code> sysconf constants (<a
href="https://redirect.github.com/rust-lang/libc/pull/5023">#5023</a>)</li>
</ul>
<h3>Deprecated</h3>
<p>The remaining fixed-width integer aliases, <code>__uint128_t</code>,
<code>__uint128</code>, <code>__int128_t</code>, and
<code>__int128</code>,
have been deprecated. Use <code>i128</code> and <code>u128</code>
instead. (<a
href="https://redirect.github.com/rust-lang/libc/pull/4343">#4343</a>)</p>
<h3>Fixed</h3>
<ul>
<li><strong>breaking</strong> Redox: Fix signal action constant types
(<a
href="https://redirect.github.com/rust-lang/libc/pull/5009">#5009</a>)</li>
<li>EspIDF: Correct the value of <code>DT_*</code> constants (<a
href="https://redirect.github.com/rust-lang/libc/pull/5034">#5034</a>)</li>
<li>Redox: Fix locale values and add <code>RTLD_NOLOAD</code>, some TCP
constants (<a
href="https://redirect.github.com/rust-lang/libc/pull/5025">#5025</a>)</li>
<li>Various: Use <code>Padding::new(&lt;zeroed&gt;)</code> rather than
<code>Padding::uninit()</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/5036">#5036</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li><strong>potentially breaking</strong> Linux: Add new fields to
<code>struct ptrace_syscall_info</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4966">#4966</a>)</li>
<li>Re-export <code>core::ffi</code> integer types rather than
redefining (<a
href="https://redirect.github.com/rust-lang/libc/pull/5015">#5015</a>)</li>
<li>Redox: Update <code>F_DUPFD</code>, <code>IP</code>, and
<code>TCP</code> constants to match relibc (<a
href="https://redirect.github.com/rust-lang/libc/pull/4990">#4990</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/b1fd610c7eb6026c108f318874283525871b0e77"><code>b1fd610</code></a>
chore: Release libc 0.2.184</li>
<li><a
href="https://github.com/rust-lang/libc/commit/f596819d7c309f9de20ace14532d37d94ae48380"><code>f596819</code></a>
ci: Don't enforce cargo-semver-checks</li>
<li><a
href="https://github.com/rust-lang/libc/commit/4645f60c3a289aaf7d7fe08e2de66a1acd63a97c"><code>4645f60</code></a>
linux: update ptrace_syscall_info struct</li>
<li><a
href="https://github.com/rust-lang/libc/commit/14cbbec35360179b68947183d3ba618fa78acba2"><code>14cbbec</code></a>
types: Remove <code>Padding::uninit</code></li>
<li><a
href="https://github.com/rust-lang/libc/commit/b5dcda885fbf89e39e6a8fb80ee46f90284a6d4a"><code>b5dcda8</code></a>
pthread: Use <code>Padding::new(\&lt;zeroed&gt;)</code> rather than
<code>Padding::uninit()</code></li>
<li><a
href="https://github.com/rust-lang/libc/commit/bbb1c5d350e010760c4ebdbc2bb499b2e0faff76"><code>bbb1c5d</code></a>
types: Add a <code>new</code> function to <code>Padding</code></li>
<li><a
href="https://github.com/rust-lang/libc/commit/df06e43309c93a6dc5ea210d72f0284d945c7d61"><code>df06e43</code></a>
Fix locale values and add RTLD_NOLOAD, some TCP constants</li>
<li><a
href="https://github.com/rust-lang/libc/commit/078f5c6b3c7c3a51deba2c52c3d00b93cbb48557"><code>078f5c6</code></a>
newlib/espidf: Move DT_* to espidf/mod.rs</li>
<li><a
href="https://github.com/rust-lang/libc/commit/d32b83db3c0e078e0a8b094d9dfbd41f87c7a20f"><code>d32b83d</code></a>
Add IP_MINTTL to bsd</li>
<li><a
href="https://github.com/rust-lang/libc/commit/939e0ec2a8c3234424286719405cb708e9b8062b"><code>939e0ec</code></a>
Define max_align_t for riscv64-linux</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.183...0.2.184">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.183&new-version=0.2.184)](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>
2026-04-01 23:59:36 +00:00
dependabot[bot] f8a2d86384 chore(deps): Bump cmake from 0.1.57 to 0.1.58 (#541)
Bumps [cmake](https://github.com/rust-lang/cmake-rs) from 0.1.57 to
0.1.58.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cmake-rs/releases">cmake's
releases</a>.</em></p>
<blockquote>
<h2>v0.1.58</h2>
<h3>Fixed</h3>
<ul>
<li>Fix i686-windows system import (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/276">#276</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cmake-rs/blob/main/CHANGELOG.md">cmake's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/cmake-rs/compare/v0.1.57...v0.1.58">0.1.58</a>
- 2026-03-26</h2>
<h3>Fixed</h3>
<ul>
<li>Fix i686-windows system import (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/276">#276</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/63190697197b34e5e5cd3cabf17da4fcab348bef"><code>6319069</code></a>
chore: release v0.1.58 (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/269">#269</a>)</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/fa894569a94f15d8c7c5a60fc94ed296eac78be6"><code>fa89456</code></a>
Fix i686-windows system import (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/276">#276</a>)</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/511160ffce8d27632d20770b7090b9f73dda26c6"><code>511160f</code></a>
Switch to main (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/266">#266</a>)</li>
<li>See full diff in <a
href="https://github.com/rust-lang/cmake-rs/compare/v0.1.57...v0.1.58">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cmake&package-manager=cargo&previous-version=0.1.57&new-version=0.1.58)](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>
2026-03-26 19:15:34 +00:00
dependabot[bot] 5226352cd4 chore(deps): Bump vendor/bdwgc from adb36c3 to 946696b (#540)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `adb36c3` to
`946696b`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/946696b9b16580fcece3bc4d640f35afc139426d"><code>946696b</code></a>
GH Actions: Move cppcheck jobs from Travis</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/74c721bb2b51fa3ab27b45919541f471223279e6"><code>74c721b</code></a>
GH Actions: Rename job 'build' to 'check' in check workflows</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/e07cc3467fd780b69faf6ff5d015b3816f20722c"><code>e07cc34</code></a>
GH Actions: Use actions/checkout for libatomic_ops in
make-direct-build</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/ea58afc894cb69b82aa17b7d94e7eb5965b7d364"><code>ea58afc</code></a>
Provide GC_NEW_[ATOMIC_]ARRAY() and GC_NEW_UNCOLLECTABLE_ARRAY() API
macros</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/35cc3d4b57b4aeaa22dc89addc95e73eae392aff"><code>35cc3d4</code></a>
Define ROUNDUP_WORDSZ macro in typedtest</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/9ab45f0593d23005d29dca63bbbdd48b92153b00"><code>9ab45f0</code></a>
Replace GC_MALLOC_ATOMIC to GC_NEW_ATOMIC in sample code and tests</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/d40ae00288a1525bc8c37e0d7e3c464ffe95e55d"><code>d40ae00</code></a>
Fix sizeof in test_memory_growth() of typedtest</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/adb36c3e230cbab01c437f3a55216ccccdc3fc70...946696b9b16580fcece3bc4d640f35afc139426d">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-03-20 19:15:16 +00:00
dependabot[bot] 828c38b00f chore(deps): Bump vendor/bdwgc from b93c608 to adb36c3 (#539)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `b93c608` to
`adb36c3`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/adb36c3e230cbab01c437f3a55216ccccdc3fc70"><code>adb36c3</code></a>
GH Actions: Test with -D TEST_MPROTECT_VDB_DISALLOWED (Linux,
macOS)</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/4474511b15be10723fc6e25b2852617010caeee9"><code>4474511</code></a>
AppVeyor CI: Test with -D TEST_MPROTECT_VDB_DISALLOWED</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/9e8c4dd8fb2cc3c52c5811ca07f293afe835baa4"><code>9e8c4dd</code></a>
Provide API to disable only mprotect-based incremental collection</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/b4020e4ee78594eeea326c71f076f628ffac3111"><code>b4020e4</code></a>
Fix conversion of int arguments to bool in API functions</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/851987fb127c69ad83062e65eddb0b0fb0907df2"><code>851987f</code></a>
Remove duplicate check of STACK_NOT_SCANNED in
GC_with_callee_saves_pushed</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/f41b06b4f9fbc6faf6dbc997ebf78f13bc005c94"><code>f41b06b</code></a>
Workaround 'suspicious sizeof' code defect FPs in typedtest</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/b93c608953e130aa31e750f653518aa1de930518...adb36c3e230cbab01c437f3a55216ccccdc3fc70">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-03-18 19:15:24 +00:00
dependabot[bot] 7314d9961b chore(deps): Bump vendor/bdwgc from 302592e to b93c608 (#538)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `302592e` to
`b93c608`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/b93c608953e130aa31e750f653518aa1de930518"><code>b93c608</code></a>
New API (GC_custom_push_regs_and_stack) function to push
stack/registers</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/f802cee9696f0711bd988aeda17f6a83f88d5e74"><code>f802cee</code></a>
Test GC_set_stop_func with a custom stop function in gctest</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/302592e2c1a0ce5283605cddf51cc11090c8879c...b93c608953e130aa31e750f653518aa1de930518">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-03-13 19:15:20 +00:00
dependabot[bot] 22744314a2 chore(deps): Bump vendor/bdwgc from af374f9 to 302592e (#537)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `af374f9` to
`302592e`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/302592e2c1a0ce5283605cddf51cc11090c8879c"><code>302592e</code></a>
Minimize code duplication in main() of gctest</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/cb492129d4fe74a04e3b7459114bf3e724d33177"><code>cb49212</code></a>
Test world stop while other thread in deep recursion in gctest
(Win32)</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/3503e25567f10cde310527703277be176afbdc19"><code>3503e25</code></a>
Workaround 'uncontrolled format string' code defect FP in
test_vsprintf</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/286665a9740cf6255f95c2830910e10e5fbc694a"><code>286665a</code></a>
Handle all-interior-pointers properly when dynamic mask/shift unset</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/ffa07e270679d2d6913e56b5cc61cc03fc9a30eb"><code>ffa07e2</code></a>
Remove remaining redundant parentheses for type casts</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/51fc6e19525710741b3dbf0169d1e4c55e779122"><code>51fc6e1</code></a>
Add test (dbgfunctest) to cover more 'GC_debug_' functions</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/15b50b5d92b3556f56030d7e6acda03f81171dfc"><code>15b50b5</code></a>
Move GC_clear_exclusion_table() call to multi-threaded main() of
gctest</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/1849a12fb48873cdde67197f07bda8717c13f1f8"><code>1849a12</code></a>
Fix GC_use_threads_discovery after implicit GC initialization in
gctest</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/8afabda57d43ef897718466b64d00b054c348174"><code>8afabda</code></a>
Call GC_start_incremental_collection also in multi-threaded gctest</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/3d7e60f1626880809d15c6c7ecd77de0da6ad374"><code>3d7e60f</code></a>
Fix assertion violation caused by late clear_exclusion_table in
gctest</li>
<li>Additional commits viewable in <a
href="https://github.com/bdwgc/bdwgc/compare/af374f921837af641f2f61698ab90767befd8996...302592e2c1a0ce5283605cddf51cc11090c8879c">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-03-10 19:15:20 +00:00
dependabot[bot] 86c1b9ca22 chore(deps): Bump libc from 0.2.182 to 0.2.183 (#536)
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-09 20:49:10 +00:00
dependabot[bot] c3f26e68d6 chore(deps): Bump vendor/bdwgc from f97b59c to af374f9 (#535)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `f97b59c` to
`af374f9`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/af374f921837af641f2f61698ab90767befd8996"><code>af374f9</code></a>
Define and use TEST_ASSERT macro in gctest</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/b25a22ad8f794662dd10fdc996718b09a4c97aaa"><code>b25a22a</code></a>
Unify TEST_ASSERT macro definition across tests</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/0a410d06a62ec90ba7a8db0e1b948f609b4b753b"><code>0a410d0</code></a>
Unify process exit codes in tests</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/b2f65c71eba3f973e01cd72dec2124ff2adb2506"><code>b2f65c7</code></a>
Add missing include stdio.h in disclaim and weakmap tests</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/4cc340968a170aad0e0d85857cded0014aee01db"><code>4cc3409</code></a>
Rename my_assert() to TEST_ASSERT() in tests</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/a4275b55bd4eccaf9c8d4890660c0c9b7b046b48"><code>a4275b5</code></a>
Fix assertion violation in debug_free if SHORT_DBG_HDRS and zero
size</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/97b4b34d1695b61039452eb5cbb28fdb8da0c407"><code>97b4b34</code></a>
GH Actions: Do not ignore failure of <code>build and run tests</code>
step</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/83c02807a0ab9efcc809cd0706caa10d2c64ce9d"><code>83c0280</code></a>
Remove GC_in_save_callers as malloc cannot call backtrace anymore</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/bd0336d498850bc8aa14933fe916ebc96cb09fee"><code>bd0336d</code></a>
Call GC_debug_malloc_inner from GC_debug_malloc_replacement
directly</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/78e14f5c5e40f6f636a0d8e04f7c85ced06a4a58"><code>78e14f5</code></a>
Remove unneeded GC_debug_malloc/realloc_replacement macros</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/f97b59c6d1405875eb31498f051aabd5ab294a14...af374f921837af641f2f61698ab90767befd8996">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-03-04 19:15:26 +00:00
dependabot[bot] 7894815e8c chore(deps): Bump vendor/bdwgc from 5e09326 to f97b59c (#534)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `5e09326` to
`f97b59c`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/f97b59c6d1405875eb31498f051aabd5ab294a14"><code>f97b59c</code></a>
Inline GC_make_closure to have proper parent caller saved</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/3f6aa5cc7325c46f596dea1ac9fba132e578c261"><code>3f6aa5c</code></a>
Replace OPT_RA internal macro to PASS_EXTRA_PARAMS</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/20649aa5e7bb563d68ff4081eadd805890aacbc9"><code>20649aa</code></a>
Fix crash in backtrace() when redirected malloc() is called from
libc</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/4f9707717e33c7c902e1ba3a4da6d2ec13ac198d"><code>4f97077</code></a>
.gitignore: Ignore '/build-*' folders</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/80ea0bdaeda988ec5b05a4cbc2c87f7ae2c971af"><code>80ea0bd</code></a>
Add Codecov.io badge to README again</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/8d037c3c957066b3822d8c72166d15ec82395289"><code>8d037c3</code></a>
Travis CI: Add Codecov.io service support again</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/5e09326ea8b7e250777c0e4fe2cbfa5b13aaf65b...f97b59c6d1405875eb31498f051aabd5ab294a14">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-03-02 21:05:06 +00:00
dependabot[bot] ebacdeeb80 chore(deps): Bump vendor/bdwgc from bb1ceb6 to 5e09326 (#533)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `bb1ceb6` to
`5e09326`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/5e09326ea8b7e250777c0e4fe2cbfa5b13aaf65b"><code>5e09326</code></a>
Refine CORD description that empty C string is not a valid cord</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/b844d459f131b4017f0b8164b7fc6f60c8412096"><code>b844d45</code></a>
Add test cases for CORD_vsprintf</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/b0fd3369e2843796023cd43bc942e784d303b7fe"><code>b0fd336</code></a>
Add a test case for CORD_cat_char to call CORD_fill_proc</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/342e79ade6164b545cdef3ceccc0eb9dffd4a19d"><code>342e79a</code></a>
Add more test cases for CORD_[r]chr</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/a2c7d333844be9b83a4d9f41dbf9eb7007598b55"><code>a2c7d33</code></a>
Add more test cases for CORD_str</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/a151fc27bb2e7efd09031b7b5e99f5e47d06e5da"><code>a151fc2</code></a>
Use meaningful internal constant in CORD_str</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/dcf3ad6aba87f866c4ab83b0bc58d0863fbcf27f"><code>dcf3ad6</code></a>
Add test cases for CORD_cmp(CORD_EMPTY)</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/81867ecb2a14cbf695ecdd01e50fd17e3542a090"><code>81867ec</code></a>
Add tests for CORD_to_const_char_star</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/30f6579d63dba25965deca0a543038f730d81b66"><code>30f6579</code></a>
Add tests for CORD_cat_char</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/12ac6379f99c5e9de73ce67d3f9b6df68ee40348"><code>12ac637</code></a>
Workaround 'out-of-bounds read' FP code defect in GC_ms_push_all</li>
<li>Additional commits viewable in <a
href="https://github.com/bdwgc/bdwgc/compare/bb1ceb6abac5e7587a764d56b9e95eca176b6bfe...5e09326ea8b7e250777c0e4fe2cbfa5b13aaf65b">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-02-25 19:15:08 +00:00
dependabot[bot] 791e4091d0 chore(deps): Bump vendor/bdwgc from e580737 to bb1ceb6 (#532)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `e580737` to
`bb1ceb6`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/bb1ceb6abac5e7587a764d56b9e95eca176b6bfe"><code>bb1ceb6</code></a>
Fix missing GC_ATTR_NONNULL for API functions</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/f9214fd329851667f8d2f4676dfb01f8a18cdf0c"><code>f9214fd</code></a>
Add GC_ATTR_NONNULL for GC_[debug_]ptr_store_and_dirty</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/55aa8b7ef7635ac4275af543e2c61322a42ed1c0"><code>55aa8b7</code></a>
Add GC_ATTR_NONNULL for GC_get_prof_stats[_unsafe]</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/5034d137ce2ca9c3d1de31d0028e2a887b633217"><code>5034d13</code></a>
Add GC_ATTR_NONNULL for GC_count_set_marks_in_hblk</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/d194538d7d9d562b63058fce8d98ea1f2fffe061"><code>d194538</code></a>
Add GC_ATTR_NONNULL for GC_calloc_prepare/do_explicitly_typed</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/5f5dffc2d004eb92085282333ac1c4bc11d621ad"><code>5f5dffc</code></a>
Add GC_ATTR_NONNULL for GC_ms_push_all and GC_ms_push_obj_descr</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/981dffd8b2a7ca68badea70a0ca4df2d10912fcc"><code>981dffd</code></a>
Eliminate 'push_all_stack but not used' gcc warning if
STACK_NOT_SCANNED</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/eece9463802a249b329b2df12c7eaed580473ad2"><code>eece946</code></a>
Move GC_is_initialized check to beginning of functions</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/e5807372bc922197a03976bfebacb59681ddb55e...bb1ceb6abac5e7587a764d56b9e95eca176b6bfe">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-02-23 20:56:20 +00:00
dependabot[bot] ade541f0e3 chore(deps): Bump vendor/bdwgc from 9fd2bdd to e580737 (#531)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `9fd2bdd` to
`e580737`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/e5807372bc922197a03976bfebacb59681ddb55e"><code>e580737</code></a>
Call GC_dump() by gctest if TEST_COVERAGE</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/9e24f9a37f39118808361a004446a73d92b79b48"><code>9e24f9a</code></a>
Rename 'size' local variable in clear/set_all_fl_marks</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/3d3afe85cfb6afeb79a85c8a8f34e337aac9fe0e"><code>3d3afe8</code></a>
GH Actions: Do not define TEST_DUMP_REGIONS_AND_FREELIST macro</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/1c44736f8400baf914e4e9dc39e70848eee355d8"><code>1c44736</code></a>
Call GC_dump_regions and GC_print_free_list by gctest if
TEST_COVERAGE</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/ba89f88809f665a7df4f2dd8a8ad8148961c8d0e"><code>ba89f88</code></a>
Print a trailing blank line in GC_dump_named</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/672d71bb4bffd7fdb93ad8c6e9da93edafae23b1"><code>672d71b</code></a>
Travis CI: Run gctest also with mprotect-based VDB for gcov</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/9e03bd2dd5f1872a6a304687220a74b4e770aeb5"><code>9e03bd2</code></a>
Add minimal testing of GC_push_obj_descr</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/ba19275b522cc13b76b83a0ddbc9ba052a556998"><code>ba19275</code></a>
Avoid code duplication between GC_push_all and GC_ms_push_all</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/84f7068d2c2149a96209044c91329b67ef33bd99"><code>84f7068</code></a>
Rename GC_push_proc, GC_custom_push_proc, GC_custom_push_range
functions</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/0d2818182b5174897f115f62e28cff0c00b09574"><code>0d28181</code></a>
Rename GC_push_obj and GC_push_contents_hdr inline functions</li>
<li>Additional commits viewable in <a
href="https://github.com/bdwgc/bdwgc/compare/9fd2bdd8f8a65c162c1fe50b6da7a08ebe03219b...e5807372bc922197a03976bfebacb59681ddb55e">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-02-19 19:15:26 +00:00
dependabot[bot] c373659c8c chore(deps): Bump vendor/bdwgc from 76a3310 to 9fd2bdd (#530)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `76a3310` to
`9fd2bdd`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/9fd2bdd8f8a65c162c1fe50b6da7a08ebe03219b"><code>9fd2bdd</code></a>
Add tests for CORD_prev, CORD_pos_to_cord and CORD_pos_to_index</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/3e4fc57a0db121c5bf3326cacc85a09fbe94dfea"><code>3e4fc57</code></a>
Better document result of CORD_to_char_star</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/dcf00a94b55da16244e07e87cb0e9aa1801d4665"><code>dcf00a9</code></a>
Add test case for CORD_cat_char_star when right part is
concatenation</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/ad93854946d85edb48f4997dbc94fd8fb41ea304"><code>ad93854</code></a>
Add tests for CORD_dump</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/c210e7f9bedde882dc969ad7e0747b03abf45e6f"><code>c210e7f</code></a>
Avoid code duplication between CORD_cmp and CORD_ncmp</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/3de8452f6249b9f682672c7d4d31362c2d9ff7c4"><code>3de8452</code></a>
Fix handling of cords with NUL characters in CORD_cmp and CORD_ncmp</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/c6be77046bf5fcd9f1cf2ab3e975e4bc08af5867"><code>c6be770</code></a>
Fix handling of negative result of CORD_pos_chars_left() in
CORD_cmp()</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/c7c509398be7d77b1ae79882ae2be2a9a81565b0"><code>c7c5093</code></a>
.gitignore: Ignore VSCode folder</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/45de342cc30620784114079a2ebae18d1dc762c0"><code>45de342</code></a>
Allow to concatenate a substring of 2nd argument in
CORD_cat_char_star</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/ff93115e1b113a965d49f711758f0cc18c8b13a7"><code>ff93115</code></a>
Avoid code duplication regarding C string copy/concat in cordbscs.c</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/76a3310471bbf7aa5077a43f8ef65a1a8637bae5...9fd2bdd8f8a65c162c1fe50b6da7a08ebe03219b">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-02-16 19:41:36 +00:00
dependabot[bot] ad33bffa04 chore(deps): Bump libc from 0.2.181 to 0.2.182 (#529)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.181 to 0.2.182.
<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.182</h2>
<h3>Added</h3>
<ul>
<li>Android, Linux: Add <code>tgkill</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4970">#4970</a>)</li>
<li>Redox: Add <code>RENAME_NOREPLACE</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4968">#4968</a>)</li>
<li>Redox: Add <code>renameat2</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4968">#4968</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.182/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.181...0.2.182">0.2.182</a>
- 2026-02-13</h2>
<h3>Added</h3>
<ul>
<li>Android, Linux: Add <code>tgkill</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4970">#4970</a>)</li>
<li>Redox: Add <code>RENAME_NOREPLACE</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4968">#4968</a>)</li>
<li>Redox: Add <code>renameat2</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4968">#4968</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/e879ee90b6cd8f79b352d4d4d1f8ca05f94f2f53"><code>e879ee9</code></a>
chore: Release libc 0.2.182</li>
<li><a
href="https://github.com/rust-lang/libc/commit/2efe72f4dae6feebacaf5ec8a4ec5fdc79569e7b"><code>2efe72f</code></a>
remove copyright year in LICENSE-MIT</li>
<li><a
href="https://github.com/rust-lang/libc/commit/634bc4e66e944d54ebc3d1610175c8c6d390bd29"><code>634bc4e</code></a>
ci: Update the list of tested and documented targets</li>
<li><a
href="https://github.com/rust-lang/libc/commit/d7aa109ab5074dbbd35fb52cc72620e29961e76d"><code>d7aa109</code></a>
Revert &quot;Disable hexagon-unknown-linux-musl testing for
now&quot;</li>
<li><a
href="https://github.com/rust-lang/libc/commit/14e2f5641e2d4356953b0c95959ccfc86af5dcc3"><code>14e2f56</code></a>
Revert &quot;ci: Skip hexagon-unknown-linux-musl&quot;</li>
<li><a
href="https://github.com/rust-lang/libc/commit/b7807c369b468c369661e81ea6f9f649f3b3ddf3"><code>b7807c3</code></a>
Revert &quot;aix: Temporarily skip checking powerpc64-ibm-aix
builds&quot;</li>
<li><a
href="https://github.com/rust-lang/libc/commit/abe93a0bfedfe6159252d43e5c4273d0b0833ca4"><code>abe93a0</code></a>
feat(linux): add <code>tgkill</code> for Linux and Android</li>
<li><a
href="https://github.com/rust-lang/libc/commit/25f7dde943988c81871d95aaea1afd49cf11425d"><code>25f7dde</code></a>
feat(redox): add <code>RENAME_NOREPLACE</code></li>
<li><a
href="https://github.com/rust-lang/libc/commit/4b4ce4f2205d22121c5e913b118f8fc776d39897"><code>4b4ce4f</code></a>
feat(redox): add <code>renameat2</code></li>
<li><a
href="https://github.com/rust-lang/libc/commit/ab8c36c49327eeee2b5c3818d6706b499dd890a4"><code>ab8c36c</code></a>
build(deps): bump vmactions/solaris-vm from 1.2.8 to 1.3.0</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.181...0.2.182">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.181&new-version=0.2.182)](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>
2026-02-13 19:15:58 +00:00
dependabot[bot] 2c0409beca chore(deps): Bump vendor/bdwgc from cb3a2a8 to 76a3310 (#528)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `cb3a2a8` to
`76a3310`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/76a3310471bbf7aa5077a43f8ef65a1a8637bae5"><code>76a3310</code></a>
Explicitly define type of CORD_EMPTY to CORD</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/6e8b190170cbec5c916ed9de3fcef56f217276d1"><code>6e8b190</code></a>
Use CORD_EMPTY instead 0 for cords in cordbscs.c and cordxtra.c</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/2e77a8f6fe291f9443cb5bc6c7041f07f783a707"><code>2e77a8f</code></a>
Fix CORD_cat_char_star for both empty cord and string arguments</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/5edeeef4841ba233258653c30ada724c696f3095"><code>5edeeef</code></a>
Remove 'goto' statement in CORD_from_fn_inner</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/b832b7171e93d287fbc70c0b62bf73fbd681577d"><code>b832b71</code></a>
Provide a callback in GC_os_get_mem()</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/eaaf56143561136f287c57bc135ca49a0372bd9e"><code>eaaf561</code></a>
Eliminate 'push_current_stack defined but unused' gcc warning on
Emscripten</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/cb3a2a8dbd5d588c81229a34a4a17f73f8ca65bf...76a3310471bbf7aa5077a43f8ef65a1a8637bae5">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-02-13 19:15:27 +00:00
dependabot[bot] 3becbdc3f3 chore(deps): Bump vendor/bdwgc from d02a2ab to cb3a2a8 (#527)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `d02a2ab` to
`cb3a2a8`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/cb3a2a8dbd5d588c81229a34a4a17f73f8ca65bf"><code>cb3a2a8</code></a>
GH Actions: Fix Install gcc-multilib in autotools workflow</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/f30d52343a1e580c7671e54763ecafc096924a76"><code>f30d523</code></a>
Do not mention exact bdwgc version in cmake.md</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/e781d97478320f13f943ed187f65c47e3d8d5942"><code>e781d97</code></a>
Update ChangeLog file</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/a03d708cadd0ee99ed3afdca75bbacfd71418ba4"><code>a03d708</code></a>
Update ChangeLog file (set v8.2.12 release date)</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/4416cf2506de7145dca6a24d2e42900825a53898"><code>4416cf2</code></a>
Update ChangeLog file (v8.2 changes)</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/248835e9a01b8730caad23fad4fed38e97ecf5d8"><code>248835e</code></a>
Update ChangeLog file (set v8.0.18 release date)</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/3f912460f2a236569877da8c7e9b54d88f86121d"><code>3f91246</code></a>
Update ChangeLog file (v8.0 changes)</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/da294d3244c175f41589bf37f5dde2ecbd36dec8"><code>da294d3</code></a>
Update ChangeLog file (set v7.6.26 release date)</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/9669662f60901f0d9e6dea40a0f5c5773d06a16a"><code>9669662</code></a>
Update ChangeLog file (v7.6 changes)</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/6584f86c9ddd1b50d8c2af1cbdebf9afa2252909"><code>6584f86</code></a>
Update ChangeLog file (set v7.4.32 release date)</li>
<li>Additional commits viewable in <a
href="https://github.com/bdwgc/bdwgc/compare/d02a2abbeebeae73759aeaab0a514b8df8924457...cb3a2a8dbd5d588c81229a34a4a17f73f8ca65bf">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-02-12 19:15:14 +00:00
dependabot[bot] 5617ccbd2c chore(deps): Bump libc from 0.2.180 to 0.2.181 (#526)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.180 to 0.2.181.
<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.181</h2>
<h3>Added</h3>
<ul>
<li>Apple: Add <code>MADV_ZERO</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4924">#4924</a>)</li>
<li>Redox: Add <code>makedev</code>, <code>major</code>, and
<code>minor</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4928">#4928</a>)</li>
<li>GLibc: Add <code>PTRACE_SET_SYSCALL_INFO</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4933">#4933</a>)</li>
<li>OpenBSD: Add more kqueue related constants for (<a
href="https://redirect.github.com/rust-lang/libc/pull/4945">#4945</a>)</li>
<li>Linux: add CAN error types (<a
href="https://redirect.github.com/rust-lang/libc/pull/4944">#4944</a>)</li>
<li>OpenBSD: Add siginfo_t::si_status (<a
href="https://redirect.github.com/rust-lang/libc/pull/4946">#4946</a>)</li>
<li>QNX NTO: Add <code>max_align_t</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4927">#4927</a>)</li>
<li>Illumos: Add <code>_CS_PATH</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4956">#4956</a>)</li>
<li>OpenBSD: add <code>ppoll</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4957">#4957</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>AIX: Change 'tv_nsec' of 'struct timespec' to type 'c_long' (<a
href="https://redirect.github.com/rust-lang/libc/pull/4931">#4931</a>)</li>
<li>AIX: Use 'struct st_timespec' in 'struct stat{,64}' (<a
href="https://redirect.github.com/rust-lang/libc/pull/4931">#4931</a>)</li>
<li>Glibc: Link old version of <code>tc{g,s}etattr</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4938">#4938</a>)</li>
<li>Glibc: Link the correct version of <code>cf{g,s}et{i,o}speed</code>
on mips{32,64}r6 (<a
href="https://redirect.github.com/rust-lang/libc/pull/4938">#4938</a>)</li>
<li>OpenBSD: Fix constness of tm.tm_zone (<a
href="https://redirect.github.com/rust-lang/libc/pull/4948">#4948</a>)</li>
<li>OpenBSD: Fix the definition of <code>ptrace_thread_state</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4947">#4947</a>)</li>
<li>QuRT: Fix type visibility and defs (<a
href="https://redirect.github.com/rust-lang/libc/pull/4932">#4932</a>)</li>
<li>Redox: Fix dev_t (<a
href="https://redirect.github.com/rust-lang/libc/pull/4928">#4928</a>)</li>
<li>Redox: Fix values for <code>PTHREAD_MUTEX_{NORMAL, RECURSIVE}</code>
(<a
href="https://redirect.github.com/rust-lang/libc/pull/4943">#4943</a>)</li>
<li>Various: Mark additional fields as private padding (<a
href="https://redirect.github.com/rust-lang/libc/pull/4922">#4922</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Fuchsia: Update <code>SO_*</code> constants (<a
href="https://redirect.github.com/rust-lang/libc/pull/4937">#4937</a>)</li>
<li>Revert &quot;musl: convert inline timespecs to timespec&quot;
(resolves build issues on targets only supported by Musl 1.2.3+ ) (<a
href="https://redirect.github.com/rust-lang/libc/pull/4958">#4958</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.181/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.180...0.2.181">0.2.181</a>
- 2026-02-09</h2>
<h3>Added</h3>
<ul>
<li>Apple: Add <code>MADV_ZERO</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4924">#4924</a>)</li>
<li>Redox: Add <code>makedev</code>, <code>major</code>, and
<code>minor</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4928">#4928</a>)</li>
<li>GLibc: Add <code>PTRACE_SET_SYSCALL_INFO</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4933">#4933</a>)</li>
<li>OpenBSD: Add more kqueue related constants for (<a
href="https://redirect.github.com/rust-lang/libc/pull/4945">#4945</a>)</li>
<li>Linux: add CAN error types (<a
href="https://redirect.github.com/rust-lang/libc/pull/4944">#4944</a>)</li>
<li>OpenBSD: Add siginfo_t::si_status (<a
href="https://redirect.github.com/rust-lang/libc/pull/4946">#4946</a>)</li>
<li>QNX NTO: Add <code>max_align_t</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4927">#4927</a>)</li>
<li>Illumos: Add <code>_CS_PATH</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4956">#4956</a>)</li>
<li>OpenBSD: add <code>ppoll</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4957">#4957</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>AIX: Change 'tv_nsec' of 'struct timespec' to type 'c_long' (<a
href="https://redirect.github.com/rust-lang/libc/pull/4931">#4931</a>)</li>
<li>AIX: Use 'struct st_timespec' in 'struct stat{,64}' (<a
href="https://redirect.github.com/rust-lang/libc/pull/4931">#4931</a>)</li>
<li>Glibc: Link old version of <code>tc{g,s}etattr</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4938">#4938</a>)</li>
<li>Glibc: Link the correct version of <code>cf{g,s}et{i,o}speed</code>
on mips{32,64}r6 (<a
href="https://redirect.github.com/rust-lang/libc/pull/4938">#4938</a>)</li>
<li>OpenBSD: Fix constness of tm.tm_zone (<a
href="https://redirect.github.com/rust-lang/libc/pull/4948">#4948</a>)</li>
<li>OpenBSD: Fix the definition of <code>ptrace_thread_state</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4947">#4947</a>)</li>
<li>QuRT: Fix type visibility and defs (<a
href="https://redirect.github.com/rust-lang/libc/pull/4932">#4932</a>)</li>
<li>Redox: Fix dev_t (<a
href="https://redirect.github.com/rust-lang/libc/pull/4928">#4928</a>)</li>
<li>Redox: Fix values for <code>PTHREAD_MUTEX_{NORMAL, RECURSIVE}</code>
(<a
href="https://redirect.github.com/rust-lang/libc/pull/4943">#4943</a>)</li>
<li>Various: Mark additional fields as private padding (<a
href="https://redirect.github.com/rust-lang/libc/pull/4922">#4922</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Fuchsia: Update <code>SO_*</code> constants (<a
href="https://redirect.github.com/rust-lang/libc/pull/4937">#4937</a>)</li>
<li>Revert &quot;musl: convert inline timespecs to timespec&quot;
(resolves build issues on targets only supported by Musl 1.2.3+ ) (<a
href="https://redirect.github.com/rust-lang/libc/pull/4958">#4958</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/d37b0aa96ffd38af69d564f2599ad47868b8bd99"><code>d37b0aa</code></a>
chore: Release libc 0.2.181</li>
<li><a
href="https://github.com/rust-lang/libc/commit/08f7df78c0dc83a03ea0c68861536317d12a4e49"><code>08f7df7</code></a>
Revert &quot;musl: convert inline timespecs to timespec&quot;</li>
<li><a
href="https://github.com/rust-lang/libc/commit/7710a7f3e93128fc0acd4158153f00cec6296def"><code>7710a7f</code></a>
tests linux: do not skip tests requiring kernel &lt;= 6.8</li>
<li><a
href="https://github.com/rust-lang/libc/commit/83360a32ca1d39565a0be410a1388bb8da5ed28c"><code>83360a3</code></a>
CI linux: Move to Ubuntu25.04 for i686</li>
<li><a
href="https://github.com/rust-lang/libc/commit/cab60d9e14c79bebc8176a8d002550f69f8396a7"><code>cab60d9</code></a>
Macro cleanups.</li>
<li><a
href="https://github.com/rust-lang/libc/commit/a6168e102b8cce1157b6c62b43b075805818069b"><code>a6168e1</code></a>
Remove <code>__item!</code>.</li>
<li><a
href="https://github.com/rust-lang/libc/commit/52fcf32016d649fd97a28be48c837d5bf445a2c5"><code>52fcf32</code></a>
checks termios size in the baud test</li>
<li><a
href="https://github.com/rust-lang/libc/commit/5971f2fe49720b9dd16c8dd77f2eec1beabefd25"><code>5971f2f</code></a>
fix libc-test ctest on mips64 and sparc64</li>
<li><a
href="https://github.com/rust-lang/libc/commit/1813ac84ea7ee729379f715ee9acdecd3c2296a1"><code>1813ac8</code></a>
links old version for glibc on mips{32,64}r6</li>
<li><a
href="https://github.com/rust-lang/libc/commit/6c7e28237ffa467f61dab66e5dac22b850fa8c10"><code>6c7e282</code></a>
links old version of tc{g,s}etattr for glibc on mips(64) and
sparc(64)</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.180...0.2.181">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.180&new-version=0.2.181)](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>
2026-02-09 22:28:49 +00:00
dependabot[bot] 793fc7f93c chore(deps): Bump vendor/bdwgc from f044df4 to d02a2ab (#525)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `f044df4` to
`d02a2ab`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/d02a2abbeebeae73759aeaab0a514b8df8924457"><code>d02a2ab</code></a>
Remove unneeded __MINGW_EXCPT_DEFINE_PSDK macro define for mingw32</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/f044df4d8f3057abd27166b77fb15dbd41faae82...d02a2abbeebeae73759aeaab0a514b8df8924457">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-02-04 19:15:10 +00:00
dependabot[bot] 76eb2c663e chore(deps): Bump vendor/bdwgc from ea7255d to f044df4 (#524)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `ea7255d` to
`f044df4`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/f044df4d8f3057abd27166b77fb15dbd41faae82"><code>f044df4</code></a>
Refine USE_PROC_FOR_LIBRARIES macro documentation for Solaris</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/3ecf3db0347c1be4e0caca599ab9769cd65eb778"><code>3ecf3db</code></a>
Turn on incremental GC in gctest for non-Linux
USE_PROC_FOR_LIBRARIES</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/fc03d03f0d7561f40fe63e1c87768f6e7490d190"><code>fc03d03</code></a>
Do not define USE_PROC_FOR_LIBRARIES for NaCl</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/a290e75a93b1b5d8d0e8f8d175a51191128c1632"><code>a290e75</code></a>
Remove sbrk usage in redirect malloc needed for ancient
Solaris/i686</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/341bee286a3251a605fcb49e38254878ae20243b"><code>341bee2</code></a>
Simplify dyn_load.c by defining UNIX_GENERIC_DYNAMIC_LOADING macro</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/f58c0d7c4cded1b8e959e019bcda70f94416dd1b"><code>f58c0d7</code></a>
Remove useless FIXME item in is_asan_mapping</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/e0feba795f98ee44354dad2452294ac7d803574f"><code>e0feba7</code></a>
Fix missing GC_register_dynamic_libraries_dl_iterate_phdr on
Solaris</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/0e49480333209c588fb5b361dc0c3bb09ae4fa8c"><code>0e49480</code></a>
Eliminate 'GC_remove_roots_subregion not used' gcc warning on
Solaris</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/cd2e7ffb22d6bbb6bd6cf435caf86f293e6619cc"><code>cd2e7ff</code></a>
Fix 'PIOCNMAP undeclared' gcc error if USE_PROC_FOR_LIBRARIES on
Solaris</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/b759d7788d1ac512ed55ee640b8264d8a16069b6"><code>b759d77</code></a>
Fix 'MA_FETCHOP undeclared' gcc error if USE_PROC_FOR_LIBRARIES on
Solaris</li>
<li>Additional commits viewable in <a
href="https://github.com/bdwgc/bdwgc/compare/ea7255d41e2a4cec49fef4320eb426542d193249...f044df4d8f3057abd27166b77fb15dbd41faae82">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-02-03 01:20:47 +00:00
dependabot[bot] 991992c3c6 chore(deps): Bump vendor/bdwgc from f7b7bc8 to ea7255d (#523)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `f7b7bc8` to
`ea7255d`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/ea7255d41e2a4cec49fef4320eb426542d193249"><code>ea7255d</code></a>
Fix register_dynamic_libraries if compile with Address Sanitizer on
Linux</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/7623ae2add007a7c7c2e7f3554325b00f68d5a66"><code>7623ae2</code></a>
Fix redirected malloc/calloc call during ASan initialization</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/5bc30920d14824b915160df36194871cdb5270b3"><code>5bc3092</code></a>
Workaround locals not pushed in sanitized binaries by disabling fake
stacks</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/f7b7bc8c89f074f026d07cff9666f1cbe219efd4...ea7255d41e2a4cec49fef4320eb426542d193249">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-01-29 19:15:03 +00:00
dependabot[bot] 5ebfbf71e4 chore(deps): Bump vendor/bdwgc from d626f6d to f7b7bc8 (#522)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `d626f6d` to
`f7b7bc8`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/f7b7bc8c89f074f026d07cff9666f1cbe219efd4"><code>f7b7bc8</code></a>
Remove redundant casts of REDIRECT_MALLOC_F() in malloc/calloc</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/c8be05d665945327a04d4e0bb769ada36116cda6"><code>c8be05d</code></a>
Unify preprocessor condition in malloc and GC_free for Solaris/i686</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/9a5764adf007257c0e62076b6b7ddfe602b7b915"><code>9a5764a</code></a>
Do not use GC_init_lib_bounds in calloc/free if non-debug
redirection</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/d798365da4771a5571f913d6d8ced8b2227f700f"><code>d798365</code></a>
Fix redirected 'free' for callers from libdl/libpthread if
IGNORE_FREE</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/4ab93411e2cf5cbae8b0b64a70b1f257474a66f2"><code>4ab9341</code></a>
Update AppVeyor CI badge image URL in README (Jan 2026)</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/789375d3b907084f6825cdac09bd42d49bdd1337"><code>789375d</code></a>
Eliminate 'sizeof mismatch' code defect FP in GC_is_visible</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/d626f6d9e561e95569f0dd65b90e5907f900f640...f7b7bc8c89f074f026d07cff9666f1cbe219efd4">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-01-26 20:54:26 +00:00
dependabot[bot] 2db584a9a8 chore(deps): Bump vendor/libatomic_ops from fdccf2b to d007246 (#521)
Bumps [vendor/libatomic_ops](https://github.com/bdwgc/libatomic_ops)
from `fdccf2b` to `d007246`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/libatomic_ops/commit/d007246aa70fef4f9bfcb84bcc5e6a97653b3d86"><code>d007246</code></a>
Update AppVeyor CI badge image URL in README (Jan 2026)</li>
<li>See full diff in <a
href="https://github.com/bdwgc/libatomic_ops/compare/fdccf2b3cdcad5584af0554fceff83d3342d5ebc...d007246aa70fef4f9bfcb84bcc5e6a97653b3d86">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-01-23 19:15:57 +00:00
dependabot[bot] b86a23aa22 chore(deps): Bump vendor/bdwgc from 0f54ceb to d626f6d (#520)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `0f54ceb` to
`d626f6d`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/d626f6d9e561e95569f0dd65b90e5907f900f640"><code>d626f6d</code></a>
Fix GC_delete_thread call in GC_suspend if not GC_win32_dll_threads</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/42dd41cf623e6fba2a1752ea92856ebfa1754d8c"><code>42dd41c</code></a>
AppVeyor CI: Test with -D GC_DISCOVER_TASK_THREADS</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/4853d412943e70cf67df458573960e0b8fba3aa0"><code>4853d41</code></a>
Do not compile unsupported parallel markers if
GC_DISCOVER_TASK_THREADS</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/bd7b7ff7d3f74640835f5b2af67491e96c3857cc"><code>bd7b7ff</code></a>
Fix assertion in GC_wait_for_reclaim if DllMain-based thread
registration</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/3fcaccac3f4d42b689668a33564691c250ec532f"><code>3fcacca</code></a>
AppVeyor CI: Test with -D TEST_NO_THREADS</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/0e0ee391605e073c98a840a01812999aa65b2768"><code>0e0ee39</code></a>
GH Actions: Test cmake build with -D TEST_NO_THREADS</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/341dd930d0a4b1bb891362c20686d6e2ee1db657"><code>341dd93</code></a>
New macro TEST_NO_THREADS to force tests build as single-threaded</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/87ea05b69241745c31a9dcb068a00010783b3b8c"><code>87ea05b</code></a>
Use single-threaded logic in GC_is_visible if no threads created</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/42b57b238f477e3a63e8bc28241c465f648c66e0"><code>42b57b2</code></a>
Avoid affect of GC_ALWAYS_MULTITHREADED on logic of
min_bytes_allocd()</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/b29916d3299403c0d74a61b1f2bdb9835e695eab"><code>b29916d</code></a>
Do not define GC_max_thread_index variable if
GC_NO_THREADS_DISCOVERY</li>
<li>Additional commits viewable in <a
href="https://github.com/bdwgc/bdwgc/compare/0f54cebfdc91b192e3ad253aa9a8ed801e985bb7...d626f6d9e561e95569f0dd65b90e5907f900f640">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-01-22 19:15:45 +00:00
dependabot[bot] 7fe3fa60be chore(deps): Bump vendor/bdwgc from 370781b to 0f54ceb (#519)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `370781b` to
`0f54ceb`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/0f54cebfdc91b192e3ad253aa9a8ed801e985bb7"><code>0f54ceb</code></a>
Fix race in DllMain by deferring delete_thread call to
GC_start_world</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/fc122d3deb6bc4f3a59bcb9fbf91c3b84ca19304"><code>fc122d3</code></a>
Revert &quot;Fix GC_suspend abort when the thread is deleted by
DllMain&quot;</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/f46598c498fccd09fa8240039c6e941526a3fcd9"><code>f46598c</code></a>
Revert &quot;Avoid abort on ResumeThread failure if Win32 DllMain closes
thread&quot;</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/3d7c03e3246bf3fea1269d039d287ddaeaa37966"><code>3d7c03e</code></a>
GH Actions: Always build cord in zig-build workflow</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/1d7d267e0aa11af741dd3a8db423f4a0ec400e1e"><code>1d7d267</code></a>
Remove redundant cast of handle in GC_register_my_thread_inner</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/370781b86b66f4c20f2a9af51d4409697c9f2057...0f54cebfdc91b192e3ad253aa9a8ed801e985bb7">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-01-16 19:14:17 +00:00
dependabot[bot] 050e936b7b chore(deps): Bump libc from 0.2.179 to 0.2.180 (#518)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.179 to 0.2.180.
<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.180</h2>
<h3>Added</h3>
<ul>
<li>QNX: Add missing BPF and ifreq structures (<a
href="https://redirect.github.com/rust-lang/libc/pull/4769">#4769</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Linux, L4Re: address soundness issues of <code>CMSG_NXTHDR</code>
(<a
href="https://redirect.github.com/rust-lang/libc/pull/4903">#4903</a>)</li>
<li>Linux-like: Handle zero-sized payload differences in
<code>CMSG_NXTHDR</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4903">#4903</a>)</li>
<li>Musl: Fix incorrect definitions of struct stat on some 32-bit
architectures (<a
href="https://redirect.github.com/rust-lang/libc/pull/4914">#4914</a>)</li>
<li>NetBSD: RISC-V 64: Correct <code>mcontext</code> type definitions
(<a
href="https://redirect.github.com/rust-lang/libc/pull/4886">#4886</a>)</li>
<li>uClibc: Re-enable <code>__SIZEOF_PTHREAD_COND_T</code> on non-L4Re
uclibc (<a
href="https://redirect.github.com/rust-lang/libc/pull/4915">#4915</a>)</li>
<li>uClibc: Restructure Linux <code>netlink</code> module to resolve
build errors (<a
href="https://redirect.github.com/rust-lang/libc/pull/4915">#4915</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/blob/0.2.180/CHANGELOG.md">libc's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/libc/compare/0.2.179...0.2.180">0.2.180</a>
- 2026-01-08</h2>
<h3>Added</h3>
<ul>
<li>QNX: Add missing BPF and ifreq structures (<a
href="https://redirect.github.com/rust-lang/libc/pull/4769">#4769</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Linux, L4Re: address soundness issues of <code>CMSG_NXTHDR</code>
(<a
href="https://redirect.github.com/rust-lang/libc/pull/4903">#4903</a>)</li>
<li>Linux-like: Handle zero-sized payload differences in
<code>CMSG_NXTHDR</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4903">#4903</a>)</li>
<li>Musl: Fix incorrect definitions of struct stat on some 32-bit
architectures (<a
href="https://redirect.github.com/rust-lang/libc/pull/4914">#4914</a>)</li>
<li>NetBSD: RISC-V 64: Correct <code>mcontext</code> type definitions
(<a
href="https://redirect.github.com/rust-lang/libc/pull/4886">#4886</a>)</li>
<li>uClibc: Re-enable <code>__SIZEOF_PTHREAD_COND_T</code> on non-L4Re
uclibc (<a
href="https://redirect.github.com/rust-lang/libc/pull/4915">#4915</a>)</li>
<li>uClibc: Restructure Linux <code>netlink</code> module to resolve
build errors (<a
href="https://redirect.github.com/rust-lang/libc/pull/4915">#4915</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/4b38c69e31afadbead63af49794850b5a41f7dc4"><code>4b38c69</code></a>
chore: release libc 0.2.180</li>
<li><a
href="https://github.com/rust-lang/libc/commit/300e6438848503d4a9a0bebd32539294fe0e67a5"><code>300e643</code></a>
qnx: add missing BPF and ifreq structures</li>
<li><a
href="https://github.com/rust-lang/libc/commit/12fd831dff0427d7dae301008069ef3fc040b6f5"><code>12fd831</code></a>
ci: Add rtems to basic tier 3 checks</li>
<li><a
href="https://github.com/rust-lang/libc/commit/b062844024a5b2028603c636af1ed104880f8450"><code>b062844</code></a>
Only test addresses of cmsghdrs that are multiples of the size of
cmsghdr.</li>
<li><a
href="https://github.com/rust-lang/libc/commit/676a4f8fd4e43056a2fbedfc848ef982350298ae"><code>676a4f8</code></a>
linux: Move <code>membarrier.h</code> constants to
<code>src/new</code></li>
<li><a
href="https://github.com/rust-lang/libc/commit/0803faeb89a2a1a477efbe6f604bed7ae8aeb906"><code>0803fae</code></a>
linux: Restructure <code>netlink</code> to <code>src/new</code></li>
<li><a
href="https://github.com/rust-lang/libc/commit/72f4c1a5db719788f771d2ce83661295385a84f4"><code>72f4c1a</code></a>
uclibc: Re-enable <code>__SIZEOF_PTHREAD_COND_T</code> on non-L4Re
uclibc</li>
<li><a
href="https://github.com/rust-lang/libc/commit/757e55a3f0adcd1261e44be340eced8d865ce5e2"><code>757e55a</code></a>
netbsd/riscv64.rs: make changes so that this builds again.</li>
<li><a
href="https://github.com/rust-lang/libc/commit/042f118911f93e688e9b28003293e423e0bc84fe"><code>042f118</code></a>
musl: Fix incorrect definitions of struct stat on some
architectures</li>
<li><a
href="https://github.com/rust-lang/libc/commit/03755c4f7024ff4015231fc7a3cdab3931aff3d3"><code>03755c4</code></a>
linux, emscripten, android, l4re: handle zero-sized payload differences
in CM...</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.179...0.2.180">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.179&new-version=0.2.180)](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>
2026-01-08 19:29:22 +00:00
dependabot[bot] aa38e2c079 chore(deps): Bump vendor/bdwgc from beffb57 to 370781b (#517)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `beffb57` to
`370781b`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/370781b86b66f4c20f2a9af51d4409697c9f2057"><code>370781b</code></a>
Fix 'reserved' argument handling in GC_DllMain</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/8b2745ce06eba5472e44ea5f49f4e481d2236e9d"><code>8b2745c</code></a>
Fix typo ('copies') in gcinterface.md</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/beffb57e89902d080eace96a576458a99d09f938...370781b86b66f4c20f2a9af51d4409697c9f2057">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-01-08 19:28:25 +00:00
dependabot[bot] 578340b21c chore(deps): Bump libc from 0.2.178 to 0.2.179 (#516)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.178 to 0.2.179.
<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.179</h2>
<p>With this release, we now have <em>unstable</em> support for 64-bit
<code>time_t</code> on 32-bit
platforms with both Musl and Glibc. Testing is appreciated!</p>
<p>For now, these can be enabled by setting environment variables during
build:</p>
<pre lang="text"><code>RUST_LIBC_UNSTABLE_MUSL_V1_2_3=1
RUST_LIBC_UNSTABLE_GNU_TIME_BITS=64
</code></pre>
<p>Note that the exact configuration will change in the future. Setting
the
<code>MUSL_V1_2_3</code> variable also enables some newer API unrelated
to <code>time_t</code>.</p>
<h3>Added</h3>
<ul>
<li>L4Re: Add uclibc aarch64 support (<a
href="https://redirect.github.com/rust-lang/libc/pull/4479">#4479</a>)</li>
<li>Linux, Android: Add a generic definition for <code>XCASE</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4847">#4847</a>)</li>
<li>Linux-like: Add <code>NAME_MAX</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4888">#4888</a>)</li>
<li>Linux: Add <code>AT_EXECVE_CHECK</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4422">#4422</a>)</li>
<li>Linux: Add the <code>SUN_LEN</code> macro (<a
href="https://redirect.github.com/rust-lang/libc/pull/4269">#4269</a>)</li>
<li>Linux: add <code>getitimer</code> and <code>setitimer</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4890">#4890</a>)</li>
<li>Linux: add <code>pthread_tryjoin_n</code> and
<code>pthread_timedjoin_np</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4887">#4887</a>)</li>
<li>Musl: Add unstable support for 64-bit <code>time_t</code> on 32-bit
platforms (<a
href="https://redirect.github.com/rust-lang/libc/pull/4463">#4463</a>)</li>
<li>NetBSD, OpenBSD: Add interface <code>LINK_STATE_*</code> definitions
from <code>sys/net/if.h</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4751">#4751</a>)</li>
<li>QuRT: Add support for Qualcomm QuRT (<a
href="https://redirect.github.com/rust-lang/libc/pull/4845">#4845</a>)</li>
<li>Types: Add Padding<!-- raw HTML omitted -->::uninit() (<a
href="https://redirect.github.com/rust-lang/libc/pull/4862">#4862</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Glibc: Link old version of <code>cf{g,s}et{i,o}speed</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4882">#4882</a>)</li>
<li>L4Re: Fixes for <code>pthread</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4479">#4479</a>)</li>
<li>L4re: Fix a wide variety of incorrect definitions (<a
href="https://redirect.github.com/rust-lang/libc/pull/4479">#4479</a>)</li>
<li>Musl: Fix the value of <code>CPU_SETSIZE</code> on musl 1.2+ (<a
href="https://redirect.github.com/rust-lang/libc/pull/4865">#4865</a>)</li>
<li>Musl: RISC-V: fix public padding fields in <code>stat/stat64</code>
(<a
href="https://redirect.github.com/rust-lang/libc/pull/4463">#4463</a>)</li>
<li>Musl: s390x: Fix definition of
<code>SIGSTKSZ</code>/<code>MINSIGSTKSZ</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4884">#4884</a>)</li>
<li>NetBSD: Arm: Fix <code>PT_{GET,SET}FPREGS</code>,
<code>_REG_TIPDR</code>, and <code>_REG_{LR,SP}</code> (<a
href="https://redirect.github.com/rust-lang/libc/pull/4899">#4899</a>)</li>
<li>NetBSD: Fix <code>if_msghdr</code> alignment (<a
href="https://redirect.github.com/rust-lang/libc/pull/4902">#4902</a>)</li>
<li>NetBSD: Fix <code>siginfo_t</code> layout on 32-bit platforms (<a
href="https://redirect.github.com/rust-lang/libc/pull/4904">#4904</a>)</li>
<li>NetBSD: change definition of <code>pthread_spin_t</code> to allow
arch redefinition. (<a
href="https://redirect.github.com/rust-lang/libc/pull/4899">#4899</a>)</li>
<li>Newlib: Fix ambiguous glob exports and other warnings for Vita and
3DS (<a
href="https://redirect.github.com/rust-lang/libc/pull/4875">#4875</a>)</li>
<li>QNX: Fix build error (<a
href="https://redirect.github.com/rust-lang/libc/pull/4879">#4879</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>CI: Update CI images to FreeBSD 15.0-release (<a
href="https://redirect.github.com/rust-lang/libc/pull/4857">#4857</a>)</li>
<li>L4Re: Make <code>pthread</code> struct fields private (<a
href="https://redirect.github.com/rust-lang/libc/pull/4876">#4876</a>)</li>
<li>Linux, Fuchsia: Mark mq_attr padding area as such (<a
href="https://redirect.github.com/rust-lang/libc/pull/4858">#4858</a>)</li>
<li>Types: Wrap a number of private fields in the <code>Padding</code>
type (<a
href="https://redirect.github.com/rust-lang/libc/pull/4862">#4862</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/4c61c9c78c7463ee0498ac96b11cdbcf8111d113"><code>4c61c9c</code></a>
chore: release libc 0.2.179</li>
<li><a
href="https://github.com/rust-lang/libc/commit/a4237c035ffcd719a52f6f3c5587d953b293d066"><code>a4237c0</code></a>
adding pthread_tryjoin_n/pthread_timedjoin_np to Linux.</li>
<li><a
href="https://github.com/rust-lang/libc/commit/d4c9bb834b1a231c021bf4a68219371a18932ff2"><code>d4c9bb8</code></a>
netbsd/arm.rs: make typo corrections which make the libc-test pass.</li>
<li><a
href="https://github.com/rust-lang/libc/commit/c2b4b3debf426ff340025e8bde808fb4e8e41d88"><code>c2b4b3d</code></a>
netbsd/mod.rs: change definition of pthread_spin_t to allow arch
redefinition.</li>
<li><a
href="https://github.com/rust-lang/libc/commit/bd4a7c5b8d4b3a5511b6824ac5bc98a6608961ce"><code>bd4a7c5</code></a>
links old version of cf{g,s}et{i,o}speed for glibc</li>
<li><a
href="https://github.com/rust-lang/libc/commit/80a05fdc113e9390ffe483880a7203da5276b20c"><code>80a05fd</code></a>
netbsd/mod.rs: fix so that self-tests pass on both ilp32 and lp64.</li>
<li><a
href="https://github.com/rust-lang/libc/commit/3918b91159b308eb056b6f3c73e63cf55b687c81"><code>3918b91</code></a>
src/new/netbsd/net/if_.rs: make if_msghdr self-tests succeed on ilp32
hosts:</li>
<li><a
href="https://github.com/rust-lang/libc/commit/85aa37932866ee699e18b477e47fce5e1f2c999e"><code>85aa379</code></a>
build(deps): bump vmactions/solaris-vm from 1.1.8 to 1.2.3</li>
<li><a
href="https://github.com/rust-lang/libc/commit/ad6c4a1c10625d0be4a177b3ac8545272a58a890"><code>ad6c4a1</code></a>
qurt: Add support for Qualcomm QuRT</li>
<li><a
href="https://github.com/rust-lang/libc/commit/184a5584eafe243ed97f3f5d60b1e64041ebcb94"><code>184a558</code></a>
Fix QNX build error</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.178...0.2.179">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.178&new-version=0.2.179)](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>
2026-01-05 19:03:49 +00:00
dependabot[bot] 1480c87bd8 chore(deps): Bump vendor/bdwgc from 6d018a1 to beffb57 (#515)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `6d018a1` to
`beffb57`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/beffb57e89902d080eace96a576458a99d09f938"><code>beffb57</code></a>
Use semantic version instead of libtool version-info in build
scripts</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/3a350dfabd16cef515d2b8411287af193150d350"><code>3a350df</code></a>
Fix typo ('contents') in comments</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/8697c0452218c61070f2f485548f515a7d4b8173"><code>8697c04</code></a>
GH Actions: Fix typo 'contents' in autotools-build-extra.yml</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/f25737494abdb107cfef562d86af800b8c5cc811"><code>f257374</code></a>
Parse PACKAGE_VERSION in configure using 'cut' portable utility</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/575876205d65d81cc87e4b5f40bb7966dd4927c0"><code>5758762</code></a>
Remove unused GC_VERSION in configure</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/6ce984cc9d6cb75d13a6a4ac3d3e2fb639e14209"><code>6ce984c</code></a>
Rename x_VERSION_PROP variables to LIBx_SHARED_VERSION in CMake
script</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/43199b0d86edbdf55819fb6221f032917f291027"><code>43199b0</code></a>
Better document PACKAGE_VERSION in gc_version.h and build scripts</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/ba17766614b7972d566719b17ffa6fefa789e262"><code>ba17766</code></a>
Rename CHECK_GC_LIB_VERSION to CHECK_PACKAGE_VERSION in gctest</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/6d018a1f241a9d892e67f25cac1b5b119ae60a88...beffb57e89902d080eace96a576458a99d09f938">compare
view</a></li>
</ul>
</details>
<br />


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>
2026-01-05 19:02:59 +00:00
dependabot[bot] f426c29da9 chore(deps): Bump vendor/bdwgc from 32b7481 to 6d018a1 (#514)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `32b7481` to
`6d018a1`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/6d018a1f241a9d892e67f25cac1b5b119ae60a88"><code>6d018a1</code></a>
Provide GC_FREEZERO() and redirect platform freezero<a
href="">all</a></li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/5dbcb0ffc97de3a04d166bf7fb5fdfad45824f5e"><code>5dbcb0f</code></a>
Remove unused redefinition of GC_free in gctest</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/2ceaf1d9d1cb834230878f128de899fd56f46695"><code>2ceaf1d</code></a>
Fix 'undefined errno' compiler error in strdup/strndup on WinCE</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/eff358b97a4118045e3d2d5fdbda936f778ea1ad"><code>eff358b</code></a>
Use free_internal() from GC_debug_free[_inner]</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/913534be5f68270f44b3d720bdc0619c0893586b"><code>913534b</code></a>
Mark down 'flags' identifier in comment of Win32 GC_get_mem</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/e06d8d60d2bb837a58cd8082c92df8ac8c099435"><code>e06d8d6</code></a>
Mark down identifier in comments of GC_allocobj and
GC_FAST_MALLOC_GRANS</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/dabf6bc9f7da379eef412d21f0bae674aa5e6b37"><code>dabf6bc</code></a>
Travis CI: Minimize number of ppc64le and s390x builds</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/e11194501c85b89a90977d3bd449eec15f1ca174"><code>e111945</code></a>
Travis CI: Use git shallow clone with depth one</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/a902c60502862aad97d59992d22c6dac5052d9ea"><code>a902c60</code></a>
AppVeyor CI: Use git shallow clone with depth one</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/850de27d39059736e32385275c1bcd50e2df6fa9"><code>850de27</code></a>
GH Actions: Use git shallow clone with depth one</li>
<li>Additional commits viewable in <a
href="https://github.com/bdwgc/bdwgc/compare/32b74811147649efab0944b2762fc3300074d25e...6d018a1f241a9d892e67f25cac1b5b119ae60a88">compare
view</a></li>
</ul>
</details>
<br />


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>
2025-12-30 19:03:05 +00:00
dependabot[bot] ba333137b0 chore(deps): Bump vendor/bdwgc from 832713e to 32b7481 (#513)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `832713e` to
`32b7481`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/32b74811147649efab0944b2762fc3300074d25e"><code>32b7481</code></a>
Control redirection internally using
REDIRECT_MALLOC_DEBUG/UNCOLLECTABLE</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/c6101e8cf8e5e616ea4b7239459fa2f95d231dd0"><code>c6101e8</code></a>
Fix a typo ('added') in ChangeLog file</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/b74fddcfa750efbd00e9a20bfee43e343a85792f"><code>b74fddc</code></a>
Specify SO-version for shared libraries built by Zig</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/c1be8076d9204c047e4506bc81d763b2016abafd"><code>c1be807</code></a>
Mention build.zig in README.win32</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/2db687107d4dfb427f24217bd6eccd9dc95711ff"><code>2db6871</code></a>
GH Actions: Test with --disable-threads-discovery</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/db730de0dffb8c367e5eb5b427996c20216bfa57"><code>db730de</code></a>
Refine '--enable-redirect-malloc', '--enable-threads-discovery'
messages</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/8c56abe940b47679456813e013e8242e70ac4be6"><code>8c56abe</code></a>
GH Actions: Test with configure --enable-uncollectable-redirection</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/b9d2e0ae8f89369704c6c9c3942d6843a0ffb46d"><code>b9d2e0a</code></a>
Reformat some messages in configure.ac</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/3c321efc1af42b01a6db42f55f36544a1351daab"><code>3c321ef</code></a>
Provide GC_debug_malloc_uncollectable_replacement API function</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/9c8e4be8fc2d1095f2dcdeed75c8174dbb708787"><code>9c8e4be</code></a>
New option '--enable-uncollectable-redirection' in build scripts</li>
<li>Additional commits viewable in <a
href="https://github.com/bdwgc/bdwgc/compare/832713e82a43aee85abd9db19a0e977c60e31c9b...32b74811147649efab0944b2762fc3300074d25e">compare
view</a></li>
</ul>
</details>
<br />


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>
2025-12-22 19:03:08 +00:00
dependabot[bot] e818ede728 chore(deps): Bump cmake from 0.1.56 to 0.1.57 (#512)
Bumps [cmake](https://github.com/rust-lang/cmake-rs) from 0.1.56 to
0.1.57.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cmake-rs/releases">cmake's
releases</a>.</em></p>
<blockquote>
<h2>v0.1.57</h2>
<h3>Fixed</h3>
<ul>
<li>Revert canonicalizing the build directory and make the path absolute
instead (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/267">#267</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cmake-rs/blob/main/CHANGELOG.md">cmake's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/cmake-rs/compare/v0.1.56...v0.1.57">0.1.57</a>
- 2025-12-17</h2>
<h3>Fixed</h3>
<ul>
<li>Revert canonicalizing the build directory and make the path absolute
instead (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/267">#267</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/434afe6a30aa10a28b9a0a05082a5d4fc749074a"><code>434afe6</code></a>
chore: release v0.1.57 (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/268">#268</a>)</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/899f26dc5f0d8bbdabec6e7b65bcfa6006e673a2"><code>899f26d</code></a>
Revert canonicalizing the build directory and make the path absolute
instead ...</li>
<li>See full diff in <a
href="https://github.com/rust-lang/cmake-rs/compare/v0.1.56...v0.1.57">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cmake&package-manager=cargo&previous-version=0.1.56&new-version=0.1.57)](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>
2025-12-18 19:03:13 +00:00
dependabot[bot] d15bf84896 chore(deps): Bump cmake from 0.1.55 to 0.1.56 (#511)
Bumps [cmake](https://github.com/rust-lang/cmake-rs) from 0.1.55 to
0.1.56.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cmake-rs/releases">cmake's
releases</a>.</em></p>
<blockquote>
<h2>v0.1.56</h2>
<h3>Other</h3>
<ul>
<li>Fallback to bundled CMake if present (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/264">#264</a>)</li>
<li>Use <code>cmake -B</code> only for v3.13 and later (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/262">#262</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cmake-rs/blob/master/CHANGELOG.md">cmake's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/cmake-rs/compare/v0.1.55...v0.1.56">0.1.56</a>
- 2025-12-13</h2>
<h3>Other</h3>
<ul>
<li>Fallback to bundled CMake if present (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/264">#264</a>)</li>
<li>Use <code>cmake -B</code> only for v3.13 and later (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/262">#262</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/b8fb30162134c28afde1794657c0f7d4566f6a86"><code>b8fb301</code></a>
chore: release v0.1.56 (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/263">#263</a>)</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/120d7390680da9bb1035c751857c6f7b04fd3131"><code>120d739</code></a>
MSVC: Fallback to bundled CMake if present (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/264">#264</a>)</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/060922d6036ee693a9cb6bdb4db5647343b48259"><code>060922d</code></a>
cmake -B only for v3.13 and later (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/262">#262</a>)</li>
<li>See full diff in <a
href="https://github.com/rust-lang/cmake-rs/compare/v0.1.55...v0.1.56">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cmake&package-manager=cargo&previous-version=0.1.55&new-version=0.1.56)](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>
2025-12-15 19:03:25 +00:00
Yota Toyama e2a90e15ff Bump version (#509) 2025-12-15 08:13:20 +00:00
Yota Toyama cb436b2558 Refactor project structure (#507) 2025-12-15 15:57:47 +08:00
Yota Toyama 46a6cfe93f Support no-std (#506)
- **Support `no-std`**
- **Update categories**
2025-12-15 07:38:52 +00:00
Yota Toyama 667bba4e3c Apply more Clippy rules (#505) 2025-12-15 07:16:09 +00:00
Yota Toyama 9601345035 Bump Rust resolver version and editions (#504) 2025-12-15 07:11:46 +00:00
Yota Toyama b58dd4194e Update dictionary (#503) 2025-12-15 07:06:21 +00:00
Yota Toyama 925b7a561b Remove authors fields (#502) 2025-12-13 04:04:43 +00:00
Yota Toyama 13de0d8cae Update examples lock file (#501) 2025-12-13 04:02:22 +00:00
Yota Toyama 99514d477f Bump version (#500) 2025-12-13 03:56:23 +00:00
dependabot[bot] 10fbe89a92 chore(deps): Bump vendor/bdwgc from 5901d16 to 832713e (#498)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `5901d16` to
`832713e`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/832713e82a43aee85abd9db19a0e977c60e31c9b"><code>832713e</code></a>
GH Actions: Update after prefixing CMake BUILD_SHARED_LIBS option</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/382767dcbbac1de04c734025d79d13ad9742570a"><code>382767d</code></a>
AppVeyor CI: Update after prefixing CMake BUILD_SHARED_LIBS option</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/416e4fa7651b2f0f25ce99ad126b1ebe89825a57"><code>416e4fa</code></a>
Update AUTHORS file (add Ben Leadbetter)</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/e93ee1127660159f8b2b5d0bca2f889d3e13169c"><code>e93ee11</code></a>
Rename CMake BUILD_SHARED_LIBS option to GC_BUILD_SHARED_LIBS</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/5901d16bbc45e867408ab88e3383757e9cb88306...832713e82a43aee85abd9db19a0e977c60e31c9b">compare
view</a></li>
</ul>
</details>
<br />


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>
Co-authored-by: Yota Toyama <raviqqe@gmail.com>
2025-12-13 03:51:40 +00:00
dependabot[bot] 930e59bc34 chore(deps): Bump cmake from 0.1.54 to 0.1.55 (#499)
Bumps [cmake](https://github.com/rust-lang/cmake-rs) from 0.1.54 to
0.1.55.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cmake-rs/releases">cmake's
releases</a>.</em></p>
<blockquote>
<h2>v0.1.55</h2>
<h3>Other</h3>
<ul>
<li>Remove the <code>\\?\</code> prefix from paths (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/259">#259</a>)</li>
<li>Add Visual Studio 2026 support (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/255">#255</a>)</li>
<li>Make sure that cmake generate build files in current dir (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/194">#194</a>)</li>
<li>Set the MSRV to 1.65 and test this in CI</li>
<li>Canonicalize the build directory</li>
<li>Use <code>eprintln</code> instead to print the command running next
(<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/191">#191</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cmake-rs/blob/master/CHANGELOG.md">cmake's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/cmake-rs/compare/v0.1.54...v0.1.55">0.1.55</a>
- 2025-12-11</h2>
<h3>Other</h3>
<ul>
<li>Remove the <code>\\?\</code> prefix from paths (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/259">#259</a>)</li>
<li>Add Visual Studio 2026 support (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/255">#255</a>)</li>
<li>Make sure that cmake generate build files in current dir (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/194">#194</a>)</li>
<li>Set the MSRV to 1.65 and test this in CI</li>
<li>Canonicalize the build directory</li>
<li>Use <code>eprintln</code> instead to print the command running next
(<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/191">#191</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/c4608407a38ad3d5b6fdf19b6f93af5957c67deb"><code>c460840</code></a>
chore: release v0.1.55 (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/249">#249</a>)</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/08af05c71b57b1971bbfe00af1e3264ab1a4f058"><code>08af05c</code></a>
Windows: Remove the <code>\\?\</code> prefix from paths (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/259">#259</a>)</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/6e68d9ceeffd5a006a5ac21ee8bf045bd2e15316"><code>6e68d9c</code></a>
Add Visual Studio 2026 support (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/255">#255</a>)</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/b59be3b5cce397de4018aacd51501f925ce22ecd"><code>b59be3b</code></a>
Make sure that cmake generate build files in current dir (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/194">#194</a>)</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/e6bfc1c3375debd8a1cecd40c64b230147360e75"><code>e6bfc1c</code></a>
Set the MSRV to 1.65 and test this in CI</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/19cd68a26bed14911f2dd020c1d83ce27e09575e"><code>19cd68a</code></a>
Canonicalize the build directory</li>
<li><a
href="https://github.com/rust-lang/cmake-rs/commit/f09de3fb2bd6ce09252a2c216679df70f61a3ea6"><code>f09de3f</code></a>
Use <code>eprintln</code> instead to print the command running next (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/191">#191</a>)</li>
<li>See full diff in <a
href="https://github.com/rust-lang/cmake-rs/compare/v0.1.54...v0.1.55">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cmake&package-manager=cargo&previous-version=0.1.54&new-version=0.1.55)](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>
2025-12-12 19:04:11 +00:00
dependabot[bot] 0168d61081 chore(deps): Bump vendor/bdwgc from cd28730 to 5901d16 (#497)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `cd28730` to
`5901d16`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/5901d16bbc45e867408ab88e3383757e9cb88306"><code>5901d16</code></a>
GH Actions: Use awalsh128/cache-apt-pkgs-action instead of 'apt
install'</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/264aa81b4f9f1d1cf8acd7913c21aa41b1b91671"><code>264aa81</code></a>
GC Actions: Enable multi-threads builds with cmake using msvc</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/2c02f4ddab6a9e7cd8fac2bca11f05308216dd0d"><code>2c02f4d</code></a>
GH Actions: Use actions-use-homebrew-tools instead of 'brew
install'</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/e9eb8f050a89193d02f35420eaa74895f052fd8e"><code>e9eb8f0</code></a>
GH Actions: Clone libatomic_ops using actions/checkout</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/ee84c358df1628af4843539462292b0a91116eae"><code>ee84c35</code></a>
GH Actions: Change korandoru/setup-zig action to mlugg/setup-zig</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/38ef0821c6df72b1d9a0121a4cda14e5ac111244"><code>38ef082</code></a>
GH Actions: Update cspell-action to v8</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/07291e380a2c27671f48b76ce9a34e05594d80e6"><code>07291e3</code></a>
GH Actions: Update codeql-action to v4</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/8df998851b6959ad41757124e79b75340fac6e16"><code>8df9988</code></a>
GH Actions: Update actions/checkout to v6</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/cd28730e0b212f1cc0d20b93d427385b459be4ab...5901d16bbc45e867408ab88e3383757e9cb88306">compare
view</a></li>
</ul>
</details>
<br />


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>
2025-12-11 19:03:59 +00:00
dependabot[bot] 1a2451ee9e chore(deps): Bump vendor/bdwgc from 63c90f0 to cd28730 (#496)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `63c90f0` to
`cd28730`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/cd28730e0b212f1cc0d20b93d427385b459be4ab"><code>cd28730</code></a>
Report warning by configure if both shared and static libs are
requested</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/d9dd2973c6ca926d57caca7d6c3949881ebebfbf"><code>d9dd297</code></a>
GH Actions: Add a test with --enable-valgrind-tracking</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/9630d6632dc83d3a446a286eedbdda0e038c8e03"><code>9630d66</code></a>
GH Actions: Remove redundant --enable-static passed to configure</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/5644fff34295b54069c03cac4bfc91176516e2b3"><code>5644fff</code></a>
Do not prevent shared builds on OpenBSD/alpha</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/0de2ff8837727d4e8e747f3e1174b01ab5fa7a78"><code>0de2ff8</code></a>
AppVeyor CI: Update after disable_gc_debug option change to
enable_gc_dump</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/a5fc6107d753e02dbffb204f2177ff07f12bd25f"><code>a5fc610</code></a>
GH Actions: Update after disable_gc_debug option change to
enable_gc_dump</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/38b314f013417c5921a2ec916c3e329090ded9ec"><code>38b314f</code></a>
Replace disable_gc_debug build scripts option to enable_gc_dump</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/50425a689f7e3acf710fd40af4a88ce49d0e4ee2"><code>50425a6</code></a>
Add 'zig format' status badge to README.md</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/ec643a52848f26d16b19286a77b59b570329b95f"><code>ec643a5</code></a>
GH Actions: Add check that build.zig is formatted properly</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/b5cac99a5d24d4e86ca864cbde1bf735b2c3084c"><code>b5cac99</code></a>
Reformat build.zig with Zig fmt</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/63c90f040c6eafc3e9ab71dbaa820725c713e72b...cd28730e0b212f1cc0d20b93d427385b459be4ab">compare
view</a></li>
</ul>
</details>
<br />


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>
2025-12-10 19:12:42 +00:00
dependabot[bot] cc4e7c5e16 chore(deps): Bump vendor/bdwgc from 741d3d7 to 63c90f0 (#495)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `741d3d7` to
`63c90f0`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/63c90f040c6eafc3e9ab71dbaa820725c713e72b"><code>63c90f0</code></a>
Add autotools-build-extra status badge to README.md</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/beb40c818bf92f951ce0918fbb5f7a2ccf72c2c4"><code>beb40c8</code></a>
GH actions: Move configure-based build jobs from Travis</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/6d0edec27c3a62df040c7ba6efcfbc60e2210e35"><code>6d0edec</code></a>
Add 'Makefile.direct' build status badge to README.md</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/b0885dc6d4bd3c45306b2130582118d1b94d6706"><code>b0885dc</code></a>
Enable tools/if_mach.c compilation on Windows</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/d877ebfeb07fca975eb315f39554eff76e59dda3"><code>d877ebf</code></a>
Eliminate 'x might be clobbered' gcc-13 warning in setjmp_test</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/3c53673dc67760808e3544dcc6b78271cfc99e6b"><code>3c53673</code></a>
GH actions: Move build jobs based on Makefile.direct from Travis</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/8d33146e3e478f9dbef08f03c6234755003f76dd"><code>8d33146</code></a>
Add 'CSA check' status badge to README.md</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/084bab644847a039f24c2f1fd74dbcbfc99e5f05"><code>084bab6</code></a>
GH actions: Move CSA-check jobs from Travis</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/bdb16475b13a86b4b00fb4b64dd43b49ed1a95a5"><code>bdb1647</code></a>
Add cmake-build-extra status badge to README.md</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/59e61eb97618fe6bf7f7baf9eba5c3c72e409f75"><code>59e61eb</code></a>
GH actions: Move cmake-based jobs from Travis to extra workflow</li>
<li>Additional commits viewable in <a
href="https://github.com/bdwgc/bdwgc/compare/741d3d78bc8c10f652a6e49f0a9cb1b12e4523a2...63c90f040c6eafc3e9ab71dbaa820725c713e72b">compare
view</a></li>
</ul>
</details>
<br />


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>
2025-12-09 19:41:50 +00:00
dependabot[bot] f9621627dd chore(deps): Bump vendor/bdwgc from 5fcf4b1 to 741d3d7 (#494)
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `5fcf4b1` to
`741d3d7`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/741d3d78bc8c10f652a6e49f0a9cb1b12e4523a2"><code>741d3d7</code></a>
Eliminate 'no-return function does return' lcc warning in
default_on_abort</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/0c5eb8db9cab98b5932087c95022f53b97a8e0f5"><code>0c5eb8d</code></a>
AppVeyor CI: Change folder name of CMake build artifacts to 'build'</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/1b7fac17c869d3a22aed0edc783dd614e0c0b573"><code>1b7fac1</code></a>
Change suggested folder name of CMake build artifacts to 'build'</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/47cb73b46737d03edda6913b7f73848da8ae522f"><code>47cb73b</code></a>
Use backtick symbol to quote 'a.out' in leak.md</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/e45bfc62061e9b80fdb910928dfd0ee008d43873"><code>e45bfc6</code></a>
AppVeyor CI: Update after CMake build_tests option rename to
BUILD_TESTING</li>
<li><a
href="https://github.com/bdwgc/bdwgc/commit/82e07f623019d88508cb9d2e427c1ba027a1187f"><code>82e07f6</code></a>
Replace build_tests to standard BUILD_TESTING option (CMake)</li>
<li>See full diff in <a
href="https://github.com/bdwgc/bdwgc/compare/5fcf4b193a93bfe7610a8595ba4be4f01ef61a19...741d3d78bc8c10f652a6e49f0a9cb1b12e4523a2">compare
view</a></li>
</ul>
</details>
<br />


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>
2025-12-03 19:04:04 +00:00