build(deps): bump errno from 0.3.10 to 0.3.11 (#36344)

Bumps [errno](https://github.com/lambda-fairy/rust-errno) from 0.3.10 to
0.3.11.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md">errno's
changelog</a>.</em></p>
<blockquote>
<h1>[0.3.11] - 2025-04-04</h1>
<ul>
<li>
<p>Add VxWorks support
<a
href="https://redirect.github.com/lambda-fairy/rust-errno/pull/105">#105</a></p>
</li>
<li>
<p>Add cygwin support
<a
href="https://redirect.github.com/lambda-fairy/rust-errno/pull/106">#106</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="afcb78b592"><code>afcb78b</code></a>
Release 0.3.11. (<a
href="https://redirect.github.com/lambda-fairy/rust-errno/issues/109">#109</a>)</li>
<li><a
href="11eb48516a"><code>11eb485</code></a>
Add <a
href="https://github.com/sunfishcode"><code>@​sunfishcode</code></a> as
author (<a
href="https://redirect.github.com/lambda-fairy/rust-errno/issues/107">#107</a>)</li>
<li><a
href="9fd1bbc2e4"><code>9fd1bbc</code></a>
Add cygwin support (<a
href="https://redirect.github.com/lambda-fairy/rust-errno/issues/106">#106</a>)</li>
<li><a
href="b1ff60fe35"><code>b1ff60f</code></a>
Add VxWorks support (<a
href="https://redirect.github.com/lambda-fairy/rust-errno/issues/105">#105</a>)</li>
<li><a
href="57d0c0d594"><code>57d0c0d</code></a>
Switch to target wasm-wasip2 (<a
href="https://redirect.github.com/lambda-fairy/rust-errno/issues/104">#104</a>)</li>
<li>See full diff in <a
href="https://github.com/lambda-fairy/rust-errno/compare/v0.3.10...v0.3.11">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=errno&package-manager=cargo&previous-version=0.3.10&new-version=0.3.11)](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:
dependabot[bot] 2025-04-04 17:20:57 +00:00 committed by GitHub
parent 7555ed0eb1
commit 217dadfa09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
Cargo.lock generated
View file

@ -2028,12 +2028,12 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[package]]
name = "errno"
version = "0.3.10"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
dependencies = [
"libc",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -2559,7 +2559,7 @@ dependencies = [
"gobject-sys",
"libc",
"system-deps",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -4021,7 +4021,7 @@ checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
dependencies = [
"hermit-abi 0.5.0",
"libc",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -4315,7 +4315,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
"windows-targets 0.48.5",
]
[[package]]
@ -6193,7 +6193,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -7544,7 +7544,7 @@ dependencies = [
"getrandom",
"once_cell",
"rustix",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]