diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-22 17:40:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-22 17:40:32 +0000 |
commit | 60fcb033fffa954a66d8f406d2551ac370df0b00 (patch) | |
tree | c531cf07930202c2664e65bda758bc2875d43b2b /components/script/dom/webglrenderingcontext.rs | |
parent | 8a4b419e3a081ee85158d6aec9f6312163c40ed0 (diff) | |
download | servo-60fcb033fffa954a66d8f406d2551ac370df0b00.tar.gz servo-60fcb033fffa954a66d8f406d2551ac370df0b00.zip |
build(deps): bump rustix from 0.38.32 to 0.38.33 (#32133)
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.32
to 0.38.33.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bytecodealliance/rustix/commit/63dd84aef797baea7f233b2ff966040be6d35ee5"><code>63dd84a</code></a>
chore: Release rustix version 0.38.33</li>
<li><a
href="https://github.com/bytecodealliance/rustix/commit/95a83024c47c3d28368d96f07f2e693dfcce997a"><code>95a8302</code></a>
Probe for <code>statx</code> availability even when <code>statx</code>
returns <code>ENOSYS</code>. (<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/1048">#1048</a>)</li>
<li><a
href="https://github.com/bytecodealliance/rustix/commit/76143e18d36e77874450550e48993bacaf319389"><code>76143e1</code></a>
Move to using <code>IpAddr</code> and other types from core. (<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/1047">#1047</a>)</li>
<li><a
href="https://github.com/bytecodealliance/rustix/commit/a5af48ee8ae31c80b79c0fa4e2d5db78ce6b3845"><code>a5af48e</code></a>
Add "visionos" as an apple target. (<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/1046">#1046</a>)</li>
<li><a
href="https://github.com/bytecodealliance/rustix/commit/48eeb83648369de563ea14407d3ce1f75994f449"><code>48eeb83</code></a>
Pass null instead of empty slices to getxattr and fgetxattr on macos (<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/1045">#1045</a>)</li>
<li><a
href="https://github.com/bytecodealliance/rustix/commit/fa21a6dc15fa835b95601e906c78a05ac23cba94"><code>fa21a6d</code></a>
Disable Haiku in CI due to upstream breakage, and fix a no_std error.
(<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/1042">#1042</a>)</li>
<li><a
href="https://github.com/bytecodealliance/rustix/commit/6f72de5e51e4664120b803a6ec2037fbbdc4f85e"><code>6f72de5</code></a>
Add ELF aux vector AT_MINSIGSTKSZ (<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/1041">#1041</a>)</li>
<li><a
href="https://github.com/bytecodealliance/rustix/commit/70772384929ff4b195b741bd8f1f07ed5af34f0c"><code>7077238</code></a>
Expose <code>OFlags::LARGEFILE</code> and document its behavior (<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/1020">#1020</a>)</li>
<li><a
href="https://github.com/bytecodealliance/rustix/commit/7ed40bccbcd923d0bcd9e8e9abd81667264f1591"><code>7ed40bc</code></a>
Fix typo in MemfdFlags (<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/1038">#1038</a>)</li>
<li><a
href="https://github.com/bytecodealliance/rustix/commit/2c270053ea19ca15c274b753cad733078bc754bc"><code>2c27005</code></a>
Add warning comment to <code>setgroups</code>. (<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/1037">#1037</a>)</li>
<li>See full diff in <a
href="https://github.com/bytecodealliance/rustix/compare/v0.38.32...v0.38.33">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Diffstat (limited to 'components/script/dom/webglrenderingcontext.rs')
0 files changed, 0 insertions, 0 deletions