mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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="63dd84aef7
"><code>63dd84a</code></a> chore: Release rustix version 0.38.33</li> <li><a href="95a83024c4
"><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="76143e18d3
"><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="a5af48ee8a
"><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="48eeb83648
"><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="fa21a6dc15
"><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="6f72de5e51
"><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="7077238492
"><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="7ed40bccbc
"><code>7ed40bc</code></a> Fix typo in MemfdFlags (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1038">#1038</a>)</li> <li><a href="2c270053ea
"><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>
This commit is contained in:
parent
8a4b419e3a
commit
60fcb033ff
1 changed files with 3 additions and 3 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -3385,7 +3385,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"windows-targets 0.52.5",
|
||||
"windows-targets 0.48.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -4882,9 +4882,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rustix"
|
||||
version = "0.38.32"
|
||||
version = "0.38.33"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
|
||||
checksum = "e3cc72858054fcff6d7dea32df2aeaee6a7c24227366d7ea429aada2f26b16ad"
|
||||
dependencies = [
|
||||
"bitflags 2.5.0",
|
||||
"errno",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue