aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-04 17:20:57 +0000
committerGitHub <noreply@github.com>2025-04-04 17:20:57 +0000
commit217dadfa09811f237e085806a78556613bd2a5d9 (patch)
tree62b66afe6ee9b68dfa3448ac552668b468544af2
parent7555ed0eb10941a8105644fbb7e581da263cce20 (diff)
downloadservo-217dadfa09811f237e085806a78556613bd2a5d9.tar.gz
servo-217dadfa09811f237e085806a78556613bd2a5d9.zip
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="https://github.com/lambda-fairy/rust-errno/commit/afcb78b592fc5aa082ca335ebed9cdc7fa8e9b77"><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="https://github.com/lambda-fairy/rust-errno/commit/11eb48516a562582444f0dcfe6bb19da8083588c"><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="https://github.com/lambda-fairy/rust-errno/commit/9fd1bbc2e4b316d168cb277f78eeb035a24817ac"><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="https://github.com/lambda-fairy/rust-errno/commit/b1ff60fe35f5eae409bdd96c69ee3b6a5a2e3fb1"><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="https://github.com/lambda-fairy/rust-errno/commit/57d0c0d5949e7a529b35dfc36b0be29254991c7a"><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>
-rw-r--r--Cargo.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 524ed85d10a..acb462cf225 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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]]