Update nix-shell package names
<!-- Please describe your changes on the following line: -->
Updating two packages in `shell.nix` which have been renamed.
"xlibs" has been renamed to/replaced by "xorg"
"x11" has been renamed to/replaced by "xlibsWrapper"
Signed-off-by: Nathan Lefler <nathan@lefler.me>
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] There is no Issue for these changes
<!-- Either: -->
- [X] These changes do not require tests because they do not change code or dependencies
<!-- 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. -->
Minor updates
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix#28905 (GitHub issue number if applicable)
<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they are very small changes
<!-- 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. -->
Fix some Clippy lints.
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
<!-- Either: -->
- [ ] These changes do not require tests because they do not change the behaviour of the code
<!-- 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. -->
Update bootstrap to support Pop!_OS 22.04
Bootstrap downloads dependencies. Updating Pop!_OS and Linux Mint, notable exception being Elementary OS untested
<!-- 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: -->
- [X ] `./mach build -d` does not report any errors
- [ X] `./mach test-tidy` does not report any errors
- [X ] These changes fix bootstrap (GitHub issue number if applicable)
-
thank you!
Add trace logs when assigning inline/block sizes
<!-- Please describe your changes on the following line: -->
Adding trace logs before and after assigning inline_size and block_size for flows.
This could help debugging layout changes instead of keep printing manually in a debugger.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [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)
<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because it only add trace logs
<!-- 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 rayon-core from 1.9.1 to 1.9.2
Bumps [rayon-core](https://github.com/rayon-rs/rayon) from 1.9.1 to 1.9.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rayon-rs/rayon/blob/master/RELEASES.md">rayon-core's changelog</a>.</em></p>
<blockquote>
<h1>Release rayon 1.5.2 / rayon-core 1.9.2 (2022-04-13)</h1>
<ul>
<li>The new <code>ParallelSlice::par_rchunks()</code> and <code>par_rchunks_exact()</code> iterate
slice chunks in reverse, aligned the against the end of the slice if the
length is not a perfect multiple of the chunk size. The new
<code>ParallelSliceMut::par_rchunks_mut()</code> and <code>par_rchunks_exact_mut()</code> are the
same for mutable slices.</li>
<li>The <code>ParallelIterator::try_*</code> methods now support <code>std::ops::ControlFlow</code> and
<code>std::task::Poll</code> items, mirroring the unstable <code>Try</code> implementations in the
standard library.</li>
<li>The <code>ParallelString</code> pattern-based methods now support <code>&[char]</code> patterns,
which match when any character in that slice is found in the string.</li>
<li>A soft limit is now enforced on the number of threads allowed in a single
thread pool, respecting internal bit limits that already existed. The current
maximum is publicly available from the new function <code>max_num_threads()</code>.</li>
<li>Fixed several Stacked Borrow and provenance issues found by <code>cargo miri</code>.</li>
</ul>
<h2>Contributors</h2>
<p>Thanks to all of the contributors for this release!</p>
<ul>
<li><a href="https://github.com/atouchet"><code>@atouchet</code></a></li>
<li><a href="https://github.com/bluss"><code>@bluss</code></a></li>
<li><a href="https://github.com/cuviper"><code>@cuviper</code></a></li>
<li><a href="https://github.com/fzyzcjy"><code>@fzyzcjy</code></a></li>
<li><a href="https://github.com/nyanzebra"><code>@nyanzebra</code></a></li>
<li><a href="https://github.com/paolobarbolini"><code>@paolobarbolini</code></a></li>
<li><a href="https://github.com/RReverser"><code>@RReverser</code></a></li>
<li><a href="https://github.com/saethlin"><code>@saethlin</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/rayon-rs/rayon/commits">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 ryu from 1.0.5 to 1.0.9
Bumps [ryu](https://github.com/dtolnay/ryu) from 1.0.5 to 1.0.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/ryu/releases">ryu's releases</a>.</em></p>
<blockquote>
<h2>1.0.9</h2>
<ul>
<li>Add chart to readme comparing performance vs std::fmt (<a href="https://github-redirect.dependabot.com/dtolnay/ryu/issues/44">#44</a>)</li>
</ul>
<h2>1.0.8</h2>
<ul>
<li>Add crates.io category 'value-formatting'</li>
</ul>
<h2>1.0.7</h2>
<ul>
<li>Delete non-u128 fallback for very old Emscripten targets (<a href="https://github-redirect.dependabot.com/dtolnay/ryu/issues/39">#39</a>, <a href="https://github-redirect.dependabot.com/dtolnay/ryu/issues/40">#40</a>)</li>
</ul>
<h2>1.0.6</h2>
<ul>
<li>Conform to stacked borrows for compatibility with <code>MIRIFLAGS="-Zmiri-track-raw-pointers" cargo miri</code> (<a href="https://github-redirect.dependabot.com/dtolnay/ryu/issues/37">#37</a>, thanks <a href="https://github.com/saethlin"><code>@saethlin</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="fad77e7746"><code>fad77e7</code></a> Release 1.0.9</li>
<li><a href="8c4a55313e"><code>8c4a553</code></a> Add chart to readme and rustdoc</li>
<li><a href="223b4cc95f"><code>223b4cc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/ryu/issues/44">#44</a> from dtolnay/chart</li>
<li><a href="33d688ca25"><code>33d688c</code></a> Add latex performance chart</li>
<li><a href="fdcbb7e01d"><code>fdcbb7e</code></a> Release 1.0.8</li>
<li><a href="7939f53170"><code>7939f53</code></a> Add crates.io category 'value-formatting'</li>
<li><a href="5ffb53d5d4"><code>5ffb53d</code></a> Raise clippy lints up to 1.36 compatibility</li>
<li><a href="fc09793124"><code>fc09793</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/ryu/issues/43">#43</a> from dtolnay/miri</li>
<li><a href="fab66528de"><code>fab6652</code></a> Rename miri flag miri-track-raw-pointers -> miri-tag-raw-pointers</li>
<li><a href="8426c34ff1"><code>8426c34</code></a> Release 1.0.7</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/ryu/compare/1.0.5...1.0.9">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 tempfile from 3.1.0 to 3.3.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.1.0 to 3.3.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Stebalien/tempfile/blob/master/NEWS">tempfile's changelog</a>.</em></p>
<blockquote>
<h1>3.3.0</h1>
<p>Features:</p>
<ul>
<li>Replace rand with fastrand for a significantly smaller dependency tree. Cryptographic randomness
isn't necessary for temporary file names, and isn't all that helpful either.</li>
<li>Add limited WASI support.</li>
<li>Add a function to extract the inner data from a <code>SpooledTempFile</code>.</li>
</ul>
<p>Bug Fixes:</p>
<ul>
<li>Make it possible to persist unnamed temporary files on linux by removing the <code>O_EXCL</code> flag.</li>
<li>Fix redox minimum crate version.</li>
</ul>
<h1>3.2.0</h1>
<p>Features:</p>
<ul>
<li>Bump rand dependency to <code>0.8</code>.</li>
<li>Bump cfg-if dependency to <code>1.0</code></li>
</ul>
<p>Other than that, this release mostly includes small cleanups and simplifications.</p>
<p>Breaking: The minimum rust version is now <code>1.40.0</code>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="1a40687e06"><code>1a40687</code></a> release 3.3.0</li>
<li><a href="92638c61f3"><code>92638c6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Stebalien/tempfile/issues/164">#164</a> from Stebalien/chore/cleanup</li>
<li><a href="92ae3e9d6e"><code>92ae3e9</code></a> chore: remove extern crates</li>
<li><a href="e49d9dffe8"><code>e49d9df</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Stebalien/tempfile/issues/165">#165</a> from Stebalien/pr-116</li>
<li><a href="a5f535c95b"><code>a5f535c</code></a> fix: doc formatting</li>
<li><a href="ab67ccee85"><code>ab67cce</code></a> Add docs pointing out early dop pitfalls</li>
<li><a href="8d40916b41"><code>8d40916</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Stebalien/tempfile/issues/163">#163</a> from Stebalien/chore/update-deps</li>
<li><a href="9a6321760b"><code>9a63217</code></a> chore: update fastrand</li>
<li><a href="09e0b4b1b4"><code>09e0b4b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Stebalien/tempfile/issues/162">#162</a> from Stebalien/ref/replace-rand-with-fastrand</li>
<li><a href="e24fae3ac2"><code>e24fae3</code></a> chore: avoid allocation when generating temp names</li>
<li>Additional commits viewable in <a href="https://github.com/Stebalien/tempfile/compare/v3.1.0...v3.3.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>
Bump clang-sys from 1.2.0 to 1.3.1
Bumps [clang-sys](https://github.com/KyleMayes/clang-sys) from 1.2.0 to 1.3.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/KyleMayes/clang-sys/blob/master/CHANGELOG.md">clang-sys's changelog</a>.</em></p>
<blockquote>
<h2>[1.3.1] - 2022-02-03</h2>
<h3>Added</h3>
<ul>
<li>Added missing <code>clang_getToken</code> function</li>
</ul>
<h2>[1.3.0] - 2021-10-31</h2>
<h3>Added</h3>
<ul>
<li>Added support for <code>clang</code> 13.0.x</li>
<li>Added support for <code>clang</code> 12.0.x</li>
<li>Added support for the Haiku operating system</li>
</ul>
<h2>[1.2.2] - 2021-09-02</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed handling of paths that contain characters that have special meaning in
glob patterns (e.g., <code>[</code> or <code>]</code>)</li>
</ul>
<h2>[1.2.1] - 2021-08-24</h2>
<h3>Changed</h3>
<ul>
<li>Updated build script to check the install location used by the
<a href="https://scoop.sh/">Scoop</a> command-line installer on Windows</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Updated build script to support environments where the <code>PATH</code> environment
variable is not set</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8090d68536"><code>8090d68</code></a> Bump version</li>
<li><a href="cb7072f21e"><code>cb7072f</code></a> Add missing function</li>
<li><a href="14560fa4a2"><code>14560fa</code></a> Update target Clang version in docs.rs</li>
<li><a href="25891b930b"><code>25891b9</code></a> Refactor build script</li>
<li><a href="609d1c196f"><code>609d1c1</code></a> Remove LIBCLANG_PATH from CI (<a href="https://github-redirect.dependabot.com/KyleMayes/clang-sys/issues/137">#137</a>)</li>
<li><a href="1654648785"><code>1654648</code></a> Move SSH debugging into separate action</li>
<li><a href="3129ba7fd8"><code>3129ba7</code></a> Add SSH debugging option to CI</li>
<li><a href="cd3312b9e1"><code>cd3312b</code></a> Update license headers</li>
<li><a href="71d380ca13"><code>71d380c</code></a> Bump version</li>
<li><a href="d38d1af1bd"><code>d38d1af</code></a> Rework README.md</li>
<li>Additional commits viewable in <a href="https://github.com/KyleMayes/clang-sys/compare/v1.2.0...v1.3.1">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 quote from 1.0.9 to 1.0.18
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.9 to 1.0.18.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/quote/releases">quote's releases</a>.</em></p>
<blockquote>
<h2>1.0.17</h2>
<ul>
<li>Documentation improvements</li>
</ul>
<h2>1.0.16</h2>
<ul>
<li>Improve compile time of <code>quote!</code> and <code>quote_spanned!</code> calls by a few percent (<a href="https://github-redirect.dependabot.com/dtolnay/quote/issues/209">#209</a>, <a href="https://github-redirect.dependabot.com/dtolnay/quote/issues/210">#210</a>, thanks <a href="https://github.com/nnethercote"><code>@nnethercote</code></a> <a href="https://github.com/lqd"><code>@lqd</code></a>)</li>
</ul>
<h2>1.0.15</h2>
<ul>
<li>Retrigger docs.rs build to work around rustdoc regression (<a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/92331">rust-lang/rust#92331</a>)</li>
</ul>
<h2>1.0.14</h2>
<ul>
<li>Optimization to reduce calls over the proc macro bridge (<a href="https://github-redirect.dependabot.com/dtolnay/quote/issues/203">#203</a>)</li>
</ul>
<h2>1.0.13</h2>
<ul>
<li>Documentation improvements</li>
</ul>
<h2>1.0.12</h2>
<ul>
<li>Fix proc-macro2 dependency to work with <code>-Zminimal-versions</code> builds</li>
</ul>
<h2>1.0.11</h2>
<ul>
<li>Improve performance of quote invocations involving literals, lifetimes, and underscore tokens</li>
</ul>
<h2>1.0.10</h2>
<ul>
<li>Work around regression in nightly Clippy: <a href="https://github-redirect.dependabot.com/rust-lang/rust-clippy/issues/7768">rust-lang/rust-clippy#7768</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8c954ca61f"><code>8c954ca</code></a> Release 1.0.18</li>
<li><a href="0447cf03ff"><code>0447cf0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/quote/issues/219">#219</a> from dtolnay/doc</li>
<li><a href="241b8d6fdb"><code>241b8d6</code></a> Show simpler rules in macro documentation</li>
<li><a href="b5160b1512"><code>b5160b1</code></a> Touch up PR 217</li>
<li><a href="2d23d9de7c"><code>2d23d9d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/quote/issues/217">#217</a> from nnethercote/special-case-1-2</li>
<li><a href="4d75f2e550"><code>4d75f2e</code></a> Special case <code>quote!</code>/<code>quote_spanned!</code> for 1 and 2 tts.</li>
<li><a href="31c3be473d"><code>31c3be4</code></a> Update ui test suite to nightly-2022-04-06</li>
<li><a href="a53dd098d4"><code>a53dd09</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/quote/issues/216">#216</a> from dtolnay/character0</li>
<li><a href="678d83dd58"><code>678d83d</code></a> Use a character other than \0 for testing unicode escapes</li>
<li><a href="0ec6e20dc9"><code>0ec6e20</code></a> Release 1.0.17</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/quote/compare/1.0.9...1.0.18">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 aho-corasick from 0.7.15 to 0.7.18
Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick) from 0.7.15 to 0.7.18.
<details>
<summary>Commits</summary>
<ul>
<li><a href="1b116376d6"><code>1b11637</code></a> 0.7.18</li>
<li><a href="8ac8f73a2d"><code>8ac8f73</code></a> build: fix compilation on i686</li>
<li><a href="33c65227a3"><code>33c6522</code></a> 0.7.17</li>
<li><a href="2281bf6971"><code>2281bf6</code></a> deps: update to memchr 2.4</li>
<li><a href="b149915f5d"><code>b149915</code></a> msrv: bump to Rust 1.41</li>
<li><a href="04e8c74175"><code>04e8c74</code></a> api: deprecate byte classes and premultiply options</li>
<li><a href="c3136f12da"><code>c3136f1</code></a> bench: update to criterion 0.3.4</li>
<li><a href="b253580d08"><code>b253580</code></a> edition: run 'cargo fix --edition --edition-idioms'</li>
<li><a href="45a4ee770e"><code>45a4ee7</code></a> edition: run 'cargo fix --edition --all'</li>
<li>See full diff in <a href="https://github.com/BurntSushi/aho-corasick/compare/0.7.15...0.7.18">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 combine from 4.4.0 to 4.6.3
Bumps [combine](https://github.com/Marwes/combine) from 4.4.0 to 4.6.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Marwes/combine/blob/master/CHANGELOG.md">combine's changelog</a>.</em></p>
<blockquote>
<h3>v4.6.3 (2022-01-12)</h3>
<h4>Bug Fixes</h4>
<ul>
<li><strong>easy:</strong> Only back-quote parser tokens (<a href="08962d1d42">08962d1d</a>, closes <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/334">#334</a>)</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h3>v4.6.3 (2022-01-12)</h3>
<h4>Bug Fixes</h4>
<ul>
<li><strong>easy:</strong> Only back-quote parser tokens (<a href="08962d1d42">08962d1d</a>, closes <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/334">#334</a>)</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h3>v4.6.2 (2021-10-28)</h3>
<h4>Performance</h4>
<ul>
<li>Handle restarts better in take_until_byte{,s,2,3} (<a href="03b1949818">03b19498</a>, closes <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/327">#327</a>)</li>
</ul>
<h4>Bug Fixes</h4>
<ul>
<li>warning (<a href="08753d3ebf">08753d3e</a>)</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h3>v4.6.1 (2021-08-25)</h3>
<h4>Performance</h4>
<ul>
<li>Avoid a saturating add in slice_uncons_while (<a href="7f330b0cac">7f330b0c</a>)</li>
<li>Avoid a saturating add in slice_uncons_while (<a href="ad4180dd7d">ad4180dd</a>)</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h2>v4.6.0 (2021-06-16)</h2>
<h4>Features</h4>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="84ceb76d89"><code>84ceb76</code></a> (cargo-release) version 4.6.3</li>
<li><a href="c8456e55d7"><code>c8456e5</code></a> Updated changelog</li>
<li><a href="48108dbd31"><code>48108db</code></a> Updated changelog</li>
<li><a href="64a2f154f6"><code>64a2f15</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/335">#335</a> from epage/token</li>
<li><a href="da820bf83c"><code>da820bf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/331">#331</a> from xhebox/patch-1</li>
<li><a href="cf7acfb713"><code>cf7acfb</code></a> chore: Run the full test script on github actions</li>
<li><a href="5fc126090e"><code>5fc1260</code></a> chore: Add github action</li>
<li><a href="08962d1d42"><code>08962d1</code></a> fix(easy): Only back-quote parser tokens</li>
<li><a href="63277be79c"><code>63277be</code></a> fix compiling error for futures</li>
<li><a href="fdd63e2a86"><code>fdd63e2</code></a> chore: cargo update</li>
<li>Additional commits viewable in <a href="https://github.com/Marwes/combine/compare/v4.4.0...v4.6.3">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 atomic_refcell from 0.1.7 to 0.1.8
Bumps [atomic_refcell](https://github.com/bholley/atomic_refcell) from 0.1.7 to 0.1.8.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/bholley/atomic_refcell/commits">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>