De-dupe adler
<!-- Please describe your changes on the following line: -->
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because ___
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
components/net: Fix a double-lock in image_cache
<!-- Please describe your changes on the following line: -->
Add fn `add_listener_with_store` which requires `self.store.lock()` before calling.
Use this function instead of `add_listener` on L555 because `self.store.lock()` is called before.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [] `./mach build -d` does not report any errors
- [] `./mach test-tidy` does not report any errors
- [X] These changes fix#29003 (GitHub issue number if applicable)
<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because the fix is straightforward.
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
chore(deps): bump openssl-sys from 0.9.76 to 0.9.77
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.76 to 0.9.77.
<details>
<summary>Commits</summary>
<ul>
<li><a href="bbdcaf7c69"><code>bbdcaf7</code></a> Release openssl-sys v0.9.77</li>
<li><a href="f0c6425750"><code>f0c6425</code></a> Remove boringssl master builds</li>
<li><a href="c6da8f75f4"><code>c6da8f7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1706">#1706</a> from FreeMasen/feat/skip_init_feature</li>
<li><a href="4b8d11090d"><code>4b8d110</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1705">#1705</a> from vishwin/master</li>
<li><a href="56ef65a7ba"><code>56ef65a</code></a> CI: remove EOLed LibreSSL 3.4</li>
<li><a href="6e5551a1de"><code>6e5551a</code></a> add assume_init fn to openssl_sys</li>
<li><a href="213de3ce72"><code>213de3c</code></a> Ignore two PKCS#7 tests on LibreSSL 3.6.0 only, re-enable for 3.6.1</li>
<li><a href="85de37e6fe"><code>85de37e</code></a> Limit max LibreSSL to 3.6.0, as the 3.6 series is still in development</li>
<li><a href="62cd28ef9a"><code>62cd28e</code></a> CI: update bindgen-enabled LibreSSL targets too</li>
<li><a href="99dade1334"><code>99dade1</code></a> Latest LibreSSL on the 3.5.x branch is 3.5.3</li>
<li>Additional commits viewable in <a href="https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.76...openssl-sys-v0.9.77">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 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>
chore: upgrade the Rust toolchain to `nightly-2022-10-13`
---
- [x] `./mach build -d` does not report any errors (prerequisite: #29009)
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)
---
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they are not functional changes
Bump servo-media from `b23e722` to `1ccb9c7`
Bumps [servo-media](https://github.com/servo/media) from `b23e722` to `1ccb9c7`.
<details>
<summary>Commits</summary>
<ul>
<li><a href="1ccb9c7ce0"><code>1ccb9c7</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/media/issues/386">#386</a> - yvt:patch/smallvec-1, r=jdm</li>
<li><a href="b028fefaf6"><code>b028fef</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/media/issues/388">#388</a> - servo:github-ci, r=Manishearth</li>
<li><a href="b0e8af134c"><code>b0e8af1</code></a> Add github workflow.</li>
<li><a href="d596537a80"><code>d596537</code></a> chore(deps): bump <code>smallvec</code> from <code>^0.6</code> to <code>^1</code></li>
<li><a href="3dd97fc6c0"><code>3dd97fc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/media/issues/387">#387</a> from yvt/patch/address-lints</li>
<li><a href="c5508dbef4"><code>c5508db</code></a> refactor(gstreamer): remove <code>#![feature(nll)]</code></li>
<li><a href="9de6520341"><code>9de6520</code></a> refactor(webrtc): address <code>anonymous_parameters</code></li>
<li><a href="19764e31f0"><code>19764e3</code></a> refactor(player): suppress <code>dead_code</code> lint in <code>VideoFrame::buffer</code></li>
<li><a href="6559ec4378"><code>6559ec4</code></a> refactor(gstreamer): address <code>semicolon_in_expressions_from_macros</code></li>
<li>See full diff in <a href="b23e72285e...1ccb9c7ce0">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 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>
Use SPDX license format
<!-- Please describe your changes on the following line: -->
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because ___
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Bump ab_glyph_rasterizer from 0.1.5 to 0.1.7
Bumps [ab_glyph_rasterizer](https://github.com/alexheretic/ab-glyph) from 0.1.5 to 0.1.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/alexheretic/ab-glyph/releases">ab_glyph_rasterizer's releases</a>.</em></p>
<blockquote>
<h2>ab-glyph-rasterizer-0.1.7</h2>
<ul>
<li>Fix x86, x86_64 no_std builds, require <code>std</code> feature for runtime detected SIMD.</li>
</ul>
<h2>ab-glyph-rasterizer-0.1.6</h2>
<ul>
<li>Add runtime detected AVX2 or SSE4.2 line drawing. Improves performance on compatible x86_64 CPUs.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="5b0655514e"><code>5b06555</code></a> Release ab_glyph_rasterizer 0.1.7</li>
<li><a href="a64a8a1402"><code>a64a8a1</code></a> Fix build for no_std x86, x86_64 (<a href="https://github-redirect.dependabot.com/alexheretic/ab-glyph/issues/69">#69</a>)</li>
<li><a href="87af73a779"><code>87af73a</code></a> Update criterion to 0.4</li>
<li><a href="a1362e10ba"><code>a1362e1</code></a> Release ab_glyph 0.2.17</li>
<li><a href="7815d8359f"><code>7815d83</code></a> Release ab_glyph_rasterizer 0.1.6</li>
<li><a href="e64ca8d1d9"><code>e64ca8d</code></a> Add <code>VariableFont</code> to support reading & setting font variations (<a href="https://github-redirect.dependabot.com/alexheretic/ab-glyph/issues/67">#67</a>)</li>
<li><a href="c0df7759dc"><code>c0df775</code></a> Add runtime detected AVX2 or SSE4.2 line drawing (<a href="https://github-redirect.dependabot.com/alexheretic/ab-glyph/issues/66">#66</a>)</li>
<li><a href="65064cf8d2"><code>65064cf</code></a> Release ab_glyph 0.2.16</li>
<li><a href="d6c06c23a3"><code>d6c06c2</code></a> Add Font::pt_to_px_scale, PxScale::round (<a href="https://github-redirect.dependabot.com/alexheretic/ab-glyph/issues/63">#63</a>)</li>
<li><a href="7491c2be4e"><code>7491c2b</code></a> Release ab_glyph 0.2.15</li>
<li>Additional commits viewable in <a href="https://github.com/alexheretic/ab-glyph/compare/ab-glyph-rasterizer-0.1.5...ab-glyph-rasterizer-0.1.7">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 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>
chore(deps): bump `smallvec` from 0.6 to 1.9 in all local packages
`smallvec ^0.6` no longer compiles after `nightly-2022-07-15` if the `union` feature is enabled.
---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix#28999 (GitHub issue number if applicable)
---
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because it's a mere dependency upgrade
[rust-lang/rust#95562][1] renames the existing method `get_attrs` to
`get_attrs_unchecked` and introduces a new method in its former place.
The new method takes an attribute name and returns attributes of that
name. It also checks that, if the attribute name is marked as local-
only, the given `DefId` is local as well to prevent misuses. The old
method, now named `get_attrs_unchecked`, returns all attributes of a
given `DefId`; thus it's "unchecked" in the sense that it's up to the
callers to be certain whether the attributes they are looking for are
local-only.
The new `get_attrs` method lacks the support for attribute names with
more than one path component, which is why we can't just migrate to the
new `get_attrs` method here. Although `get_attrs_unchecked` is marked
for future removal in the compile source code, there's a discussion
about [supporting][2] this use case.
[1]: https://github.com/rust-lang/rust/pull/95562
[2]: https://github.com/rust-lang/rust/pull/95562/files#r915537557
test(wpt): regenerate WPT certificate
The certificate expired at Oct 12 00:43:32 2022 GMT. This PR regenerates it for another year (valid until Oct 15 13:13:45 2023 GMT).
---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)
---
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they update date-sensitive files in the test harness
`etc/shell.nix`: Replace `pkgconfig` with `pkg-config`
`pkgconfig` is [an old name][1] of `pkg-config` that has been [completely removed][2] in a recent version of nixpkgs.
[1]: https://github.com/NixOS/nixpkgs/pull/55094
[2]: https://github.com/NixOS/nixpkgs/pull/192681
---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)
---
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they don't affect the production code
Bump openssl from 0.10.41 to 0.10.42
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.41 to 0.10.42.
<details>
<summary>Commits</summary>
<ul>
<li><a href="e43eb58540"><code>e43eb58</code></a> Release openssl v0.10.42</li>
<li><a href="44528bb7c9"><code>44528bb</code></a> Release openssl-sys v0.9.76</li>
<li><a href="0af10fb66b"><code>0af10fb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1649">#1649</a> from maurer/boringssl</li>
<li><a href="c49476b665"><code>c49476b</code></a> Merge branch 'master' into boringssl</li>
<li><a href="7ef9ab2612"><code>7ef9ab2</code></a> more build fixes</li>
<li><a href="aac4eb8f0e"><code>aac4eb8</code></a> fix warnings</li>
<li><a href="8e473ddc5b"><code>8e473dd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1694">#1694</a> from puzzlewolf/master</li>
<li><a href="f5cb75198e"><code>f5cb751</code></a> Fix new clippy lints</li>
<li><a href="c26bdb3ec9"><code>c26bdb3</code></a> Fix new compiler lints (explicit drop for Boxes)</li>
<li><a href="46e9314830"><code>46e9314</code></a> Add boringssl to CI</li>
<li>Additional commits viewable in <a href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.41...openssl-v0.10.42">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 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>
Bump image from 0.24.3 to 0.24.4
Bumps [image](https://github.com/image-rs/image) from 0.24.3 to 0.24.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/image-rs/image/blob/master/CHANGES.md">image's changelog</a>.</em></p>
<blockquote>
<h3>Version 0.24.4</h3>
<p>New Features:</p>
<ul>
<li>Encoding for <code>webp</code> is now available with the native library. This needs to
be activate explicitly with the <code>web-encoder</code> feature.</li>
<li><code>exr</code> decoding has gained basic limit support.</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>The <code>Iterator::size_hint</code> implementation of pixel iterators has been fixed to
return the current length indicated by its <code>ExactSizeIterator</code> hint.</li>
<li>Typos and bad references in the documentation have been removed.</li>
</ul>
<p>Performance:</p>
<ul>
<li><code>ImageBuffer::get_pixel{,_mut}</code> is now marked inline.</li>
<li><code>resize</code> now short-circuits when image dimensions are unchanged.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d298607013"><code>d298607</code></a> Changes and release notes for 0.24.4</li>
<li><a href="162a343398"><code>162a343</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/image/issues/1792">#1792</a> from kianmeng/fix-typos</li>
<li><a href="1375fed9aa"><code>1375fed</code></a> Fix typos</li>
<li><a href="8624b71627"><code>8624b71</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/image/issues/1784">#1784</a> from cycraig/master</li>
<li><a href="74e22f5dbf"><code>74e22f5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/image/issues/1790">#1790</a> from GabrielDertoni/size_hint</li>
<li><a href="baa5af2988"><code>baa5af2</code></a> fix: implement size_hint for ImageBuffer iterators</li>
<li><a href="794d98f746"><code>794d98f</code></a> Annotate C libraries in README.md</li>
<li><a href="7b2e1bc3b4"><code>7b2e1bc</code></a> Fix potential overflow in WebPEncoder::encode</li>
<li><a href="e9ccfcfc30"><code>e9ccfcf</code></a> Add webp-encoder</li>
<li><a href="b35437696f"><code>b354376</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/image/issues/1787">#1787</a> from gents83/master</li>
<li>Additional commits viewable in <a href="https://github.com/image-rs/image/compare/v0.24.3...v0.24.4">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 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>
Bump jobserver from 0.1.22 to 0.1.25
Bumps [jobserver](https://github.com/alexcrichton/jobserver-rs) from 0.1.22 to 0.1.25.
<details>
<summary>Commits</summary>
<ul>
<li><a href="c9b5c79634"><code>c9b5c79</code></a> Bump to 0.1.25</li>
<li><a href="d7a5828540"><code>d7a5828</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/jobserver-rs/issues/45">#45</a> from olofj/add-available</li>
<li><a href="cfae7ffaf5"><code>cfae7ff</code></a> Add <code>available</code> traits to find out how many client tokens are unused</li>
<li><a href="2c7fbf07bf"><code>2c7fbf0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/jobserver-rs/issues/39">#39</a> from NobodyXu/optimize</li>
<li><a href="888d2d7be5"><code>888d2d7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/jobserver-rs/issues/42">#42</a> from NobodyXu/fix/configure-make</li>
<li><a href="f049e25ab1"><code>f049e25</code></a> Rm unnecessary diff in <code>Client::mk</code></li>
<li><a href="a55f5f2031"><code>a55f5f2</code></a> Create a new fn <code>configure_make</code> to set <code>MFLAGS</code></li>
<li><a href="9c8de91c83"><code>9c8de91</code></a> Fix <code>configure</code>: Set <code>MAKEFLAGS</code> & <code>MFLAGS</code></li>
<li><a href="0a5230a0fe"><code>0a5230a</code></a> Refactor: Put all <code>set_nonblocking</code> into <code>new</code></li>
<li><a href="a66acbcd6c"><code>a66acbc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/jobserver-rs/issues/41">#41</a> from NobodyXu/improve-doc</li>
<li>Additional commits viewable in <a href="https://github.com/alexcrichton/jobserver-rs/compare/0.1.22...0.1.25">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 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>
Bump percent-encoding from 2.1.0 to 2.2.0
Bumps [percent-encoding](https://github.com/servo/rust-url) from 2.1.0 to 2.2.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="1182d5d5b9"><code>1182d5d</code></a> Fix readme path</li>
<li><a href="fcf40eae55"><code>fcf40ea</code></a> Update toml to list bench path</li>
<li><a href="82ee0bd3cd"><code>82ee0bd</code></a> Bump url crate version to 2.2.0</li>
<li><a href="a46bec6e54"><code>a46bec6</code></a> chore: silence false positive clippy warning</li>
<li><a href="37460b4ab7"><code>37460b4</code></a> idna: deduplicate punycode test assertions</li>
<li><a href="b665da1b24"><code>b665da1</code></a> chore: pacify clippy some more</li>
<li><a href="9d8a8c5103"><code>9d8a8c5</code></a> chore: fix CI failures from clippy/MSRV</li>
<li><a href="bbfb2c0c79"><code>bbfb2c0</code></a> url: tweak code order in test module</li>
<li><a href="595624961f"><code>5956249</code></a> url: replace use of macros in data-driven tests</li>
<li><a href="c9ed907ed1"><code>c9ed907</code></a> url: remove usage of custom test framework</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/percent-encoding-v2.1.0...v2.2.0">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 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>
`etc/shell.nix`: Add `AppKit` to `buildInputs` on Darwin
System framework dependencies need to be specified explicitly on Darwin.
Fixes a linker error when building Servo inside a Nix shell on macOS.
Signed-off-by: yvt <i@yvt.jp>
---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)
---
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they don't affect the production code