Commit graph

44679 commits

Author SHA1 Message Date
dependabot[bot]
8529edcab9
Bump smallbitvec from 2.5.0 to 2.5.1
Bumps [smallbitvec](https://github.com/servo/smallbitvec) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/servo/smallbitvec/releases)
- [Commits](https://github.com/servo/smallbitvec/compare/v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: smallbitvec
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 16:27:43 +00:00
dependabot[bot]
6273bedb2f
Bump either from 1.5.3 to 1.6.1
Bumps [either](https://github.com/bluss/either) from 1.5.3 to 1.6.1.
- [Release notes](https://github.com/bluss/either/releases)
- [Commits](https://github.com/bluss/either/compare/1.5.3...1.6.1)

---
updated-dependencies:
- dependency-name: either
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 16:27:14 +00:00
dependabot[bot]
9ccd1b8fbb
Bump string_cache_codegen from 0.5.1 to 0.5.2
Bumps [string_cache_codegen](https://github.com/servo/string-cache) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/servo/string-cache/releases)
- [Commits](https://github.com/servo/string-cache/compare/string_cache_codegen-v0.5.1...v0.5.2)

---
updated-dependencies:
- dependency-name: string_cache_codegen
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 16:26:36 +00:00
dependabot[bot]
c5e0c7031d
Bump openssl from 0.10.36 to 0.10.38
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.36 to 0.10.38.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.36...openssl-v0.10.38)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 16:25:42 +00:00
dependabot[bot]
b30f793515
Bump synstructure from 0.12.3 to 0.12.6
Bumps [synstructure](https://github.com/mystor/synstructure) from 0.12.3 to 0.12.6.
- [Release notes](https://github.com/mystor/synstructure/releases)
- [Commits](https://github.com/mystor/synstructure/commits)

---
updated-dependencies:
- dependency-name: synstructure
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 16:25:07 +00:00
bors-servo
adabf0f418
Auto merge of #28682 - servo:dependabot/cargo/http-0.2.6, r=jdm
Bump http from 0.2.1 to 0.2.6

Bumps [http](https://github.com/hyperium/http) from 0.2.1 to 0.2.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/http/releases">http's releases</a>.</em></p>
<blockquote>
<h2>v0.2.6</h2>
<ul>
<li>Upgrade internal <code>itoa</code> dependency to 1.0.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Turbo87"><code>@​Turbo87</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/hyperium/http/pull/512">hyperium/http#512</a></li>
<li><a href="https://github.com/tshepang"><code>@​tshepang</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/hyperium/http/pull/492">hyperium/http#492</a></li>
<li><a href="https://github.com/waywardmonkeys"><code>@​waywardmonkeys</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/hyperium/http/pull/516">hyperium/http#516</a></li>
</ul>
<h2>v0.2.5</h2>
<ul>
<li>Add <code>is_empty()</code> and <code>len()</code> methods to <code>Extensions</code>.</li>
<li>Add <code>version_ref()</code> method to <code>request::Builder</code>.</li>
<li>Implement <code>TryFrom&lt;Vec&lt;u8&gt;&gt;</code> and <code>TryFrom&lt;String&gt;</code> for <code>Authority</code>, <code>Uri</code>, <code>PathAndQuery</code>, and <code>HeaderName</code>.</li>
<li>Make <code>HeaderValue::from_static</code> a <code>const fn</code>.</li>
</ul>
<h2>v0.2.4</h2>
<ul>
<li>Fix <code>Uri</code> parsing to allow <code>{</code>, <code>&quot;</code>, and <code>}</code> in paths.</li>
</ul>
<h2>v0.2.3</h2>
<ul>
<li>Upgrade internal (private) <code>bytes</code> dependency to 1.0.</li>
</ul>
<h2>v0.2.2</h2>
<ul>
<li>Fix (potential double) panic of (<code>HeaderMap</code>) <code>OccupiedEntry::remove_entry</code> and
<code>remove_entry_mult</code> when multiple values are present. (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/446">#446</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/449">#449</a> dekellum)</li>
<li>Safety audits of (priv) <code>ByteStr</code> and refactor of <code>Authority</code> (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/408">#408</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/414">#414</a> sbosnick)</li>
<li>Fix <code>HeaderName</code> to error instead of panic when input is too long (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/432">#432</a> <a href="https://github-redirect.dependabot.com/hyperium/http/issues/433">#433</a> acfoltzer)</li>
<li>Allow <code>StatusCode</code> to encode values 100-999 without error. Use of the
unclassified range 600-999 remains discouraged. (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/144">#144</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/438">#438</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/443">#443</a> quininer dekellum)</li>
<li>Add <code>String</code> and <code>&amp;String</code> fallible conversions to <code>PathAndQuery</code> (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/450">#450</a> mkindahl)</li>
<li>Fix <code>Authority</code> (and <code>Uri</code>) to error instead of panic on unbalanced brackets
(<a href="https://github-redirect.dependabot.com/hyperium/http/issues/435">#435</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/445">#445</a> aeryz)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/http/blob/master/CHANGELOG.md">http's changelog</a>.</em></p>
<blockquote>
<h1>0.2.6 (December 30, 2021)</h1>
<ul>
<li>Upgrade internal <code>itoa</code> dependency to 1.0.</li>
</ul>
<h1>0.2.5 (September 21, 2021)</h1>
<ul>
<li>Add <code>is_empty()</code> and <code>len()</code> methods to <code>Extensions</code>.</li>
<li>Add <code>version_ref()</code> method to <code>request::Builder</code>.</li>
<li>Implement <code>TryFrom&lt;Vec&lt;u8&gt;&gt;</code> and <code>TryFrom&lt;String&gt;</code> for <code>Authority</code>, <code>Uri</code>, <code>PathAndQuery</code>, and <code>HeaderName</code>.</li>
<li>Make <code>HeaderValue::from_static</code> a <code>const fn</code>.</li>
</ul>
<h1>0.2.4 (April 4, 2021)</h1>
<ul>
<li>Fix <code>Uri</code> parsing to allow <code>{</code>, <code>&quot;</code>, and <code>}</code> in paths.</li>
</ul>
<h1>0.2.3 (January 7, 2021)</h1>
<ul>
<li>Upgrade internal (private) <code>bytes</code> dependency to 1.0.</li>
</ul>
<h1>0.2.2 (December 14, 2020)</h1>
<ul>
<li>Fix (potential double) panic of (<code>HeaderMap</code>) <code>OccupiedEntry::remove_entry</code> and
<code>remove_entry_mult</code> when multiple values are present. (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/446">#446</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/449">#449</a> dekellum)</li>
<li>Safety audits of (priv) <code>ByteStr</code> and refactor of <code>Authority</code> (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/408">#408</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/414">#414</a> sbosnick)</li>
<li>Fix <code>HeaderName</code> to error instead of panic when input is too long (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/432">#432</a> <a href="https://github-redirect.dependabot.com/hyperium/http/issues/433">#433</a> acfoltzer)</li>
<li>Allow <code>StatusCode</code> to encode values 100-999 without error. Use of the
unclassified range 600-999 remains discouraged. (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/144">#144</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/438">#438</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/443">#443</a> quininer dekellum)</li>
<li>Add <code>String</code> and <code>&amp;String</code> fallible conversions to <code>PathAndQuery</code> (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/450">#450</a> mkindahl)</li>
<li>Fix <code>Authority</code> (and <code>Uri</code>) to error instead of panic on unbalanced brackets
(<a href="https://github-redirect.dependabot.com/hyperium/http/issues/435">#435</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/445">#445</a> aeryz)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="c28945c6c6"><code>c28945c</code></a> v0.2.6</li>
<li><a href="abe651273f"><code>abe6512</code></a> deps: Update to itoa 1.</li>
<li><a href="f25fbb579d"><code>f25fbb5</code></a> Cargo: Add <code>rust-version</code> field</li>
<li><a href="1129163281"><code>1129163</code></a> remove obsolete comment</li>
<li><a href="52b4d04d0d"><code>52b4d04</code></a> README: Remove obsolete <code>extern crate http</code> instructions</li>
<li><a href="ead020c94c"><code>ead020c</code></a> v0.2.5</li>
<li><a href="cc2f3ed7fc"><code>cc2f3ed</code></a> extensions: add methods to detect the presence of extensions (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/497">#497</a>)</li>
<li><a href="d2fda209f1"><code>d2fda20</code></a> request: add Builder::version_ref to query the version in use (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/495">#495</a>)</li>
<li><a href="58c6290bf9"><code>58c6290</code></a> Minor changes to var names in examples (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/493">#493</a>)</li>
<li><a href="e54da7175a"><code>e54da71</code></a> HeaderValue::from_static can be const (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/481">#481</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/hyperium/http/compare/v0.2.1...v0.2.6">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=http&package-manager=cargo&previous-version=0.2.1&new-version=0.2.6)](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>
2022-04-03 20:59:48 -04:00
Josh Matthews
fbbd6ebefd Update wpt results. 2022-04-03 18:22:18 -04:00
Josh Matthews
a204405f43 Allow itoa duplicates. 2022-04-03 12:15:40 -04:00
dependabot[bot]
f3f0005fd8 Bump http from 0.2.1 to 0.2.6
Bumps [http](https://github.com/hyperium/http) from 0.2.1 to 0.2.6.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/http/compare/v0.2.1...v0.2.6)

---
updated-dependencies:
- dependency-name: http
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-03 12:15:11 -04:00
bors-servo
c5c6425faf
Auto merge of #28480 - servo:dependabot/cargo/url-2.2.2, r=jdm
Bump url from 2.2.0 to 2.2.2

Bumps [url](https://github.com/servo/rust-url) from 2.2.0 to 2.2.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="6c22912c31"><code>6c22912</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/709">#709</a> from BramBonne/bump-version</li>
<li><a href="0707a58b91"><code>0707a58</code></a> Bump minor version number</li>
<li><a href="991e438ff1"><code>991e438</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/708">#708</a> from BramBonne/test-syntax-violations</li>
<li><a href="744b76332c"><code>744b763</code></a> Remove stray comma</li>
<li><a href="5793b7ef14"><code>5793b7e</code></a> Check parsing result in SyntaxViolation test</li>
<li><a href="0659871a26"><code>0659871</code></a> Add tests for SyntaxViolation callback types</li>
<li><a href="c6f60fe5ff"><code>c6f60fe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/668">#668</a> from sdroege/make-relative</li>
<li><a href="d51cec4803"><code>d51cec4</code></a> Add Url::make_relative() as the inverse of Url::join()</li>
<li><a href="77fb472619"><code>77fb472</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/703">#703</a> from BramBonne/slicing-tests</li>
<li><a href="ea2342e182"><code>ea2342e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/705">#705</a> from BramBonne/test-quirks</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.2.0...v2.2.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.2.0&new-version=2.2.2)](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>
2022-04-03 12:13:34 -04:00
Josh Matthews
7734a109c3 Update metadata. 2022-04-03 12:13:20 -04:00
bors-servo
fd547770d5
Auto merge of #28791 - servo:dependabot/cargo/libz-sys-1.1.5, r=jdm
Bump libz-sys from 1.1.2 to 1.1.5

Bumps [libz-sys](https://github.com/rust-lang/libz-sys) from 1.1.2 to 1.1.5.
<details>
<summary>Commits</summary>
<ul>
<li><a href="d66a637fdb"><code>d66a637</code></a> libz-sys 1.1.5</li>
<li><a href="4fa9b6bf17"><code>4fa9b6b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/libz-sys/issues/90">#90</a> from joshtriplett/windows-ci</li>
<li><a href="9779695d42"><code>9779695</code></a> Install MinGW using msys2/setup-msys2</li>
<li><a href="d18c7ba4d2"><code>d18c7ba</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/libz-sys/issues/89">#89</a> from joshtriplett/apple-test</li>
<li><a href="031b841ef3"><code>031b841</code></a> Fix build on macOS</li>
<li><a href="698f11f82d"><code>698f11f</code></a> Reduce the test matrix substantially</li>
<li><a href="96448c1faf"><code>96448c1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/libz-sys/issues/88">#88</a> from joshtriplett/zlib-ng-fix-windows-library-name</li>
<li><a href="072ba732a5"><code>072ba73</code></a> build.rs: Fix library name on Windows, with and without MSVC</li>
<li><a href="fd4d356e44"><code>fd4d356</code></a> libz-sys 1.1.4</li>
<li><a href="68b89a4e1e"><code>68b89a4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/libz-sys/issues/71">#71</a> from youknowone/warn-pkgconfig</li>
<li>Additional commits viewable in <a href="https://github.com/rust-lang/libz-sys/compare/1.1.2...1.1.5">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=libz-sys&package-manager=cargo&previous-version=1.1.2&new-version=1.1.5)](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>
2022-04-03 06:19:18 -04:00
bors-servo
fb3ba781a6
Auto merge of #28789 - servo:dependabot/cargo/x11-dl-2.19.1, r=jdm
Bump x11-dl from 2.18.5 to 2.19.1

Bumps [x11-dl](https://github.com/AltF02/x11-rs) from 2.18.5 to 2.19.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/AltF02/x11-rs/releases">x11-dl's releases</a>.</em></p>
<blockquote>
<h2>v2.19.1</h2>
<ul>
<li>
<p>Add XkbStateNotify event detail masks (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/133">#133</a>)</p>
<p><a href="https://www.x.org/releases/X11R7.7/doc/libX11/XKB/xkblib.html#id2589934">https://www.x.org/releases/X11R7.7/doc/libX11/XKB/xkblib.html#id2589934</a></p>
</li>
<li>
<p>Add github action for tests (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/134">#134</a>)</p>
<ul>
<li>
<p>Add tests github action</p>
</li>
<li>
<p>Remove travis</p>
</li>
</ul>
</li>
<li>
<p>Update tests.yml (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/135">#135</a>)</p>
</li>
<li>
<p>xtest: add c_int (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/136">#136</a>)</p>
</li>
<li>
<p>Link GitHub Actions badge to Actions page (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/137">#137</a>)</p>
</li>
<li>
<p>Remove maybe-uninit dependency (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/138">#138</a>)</p>
<p>This removes the dependency on the maybe-uninit crate
as it's not needed any more.</p>
</li>
<li>
<p>Add XSetEventQueueOwner (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/124">#124</a>)</p>
</li>
<li>
<p>[FEAT|FIX] New structs and one fix (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/112">#112</a>)</p>
<ul>
<li>[FEAT|FIX] New structs and one fix</li>
</ul>
<p>[FEATURE] _XkbControls, _XkbMods structs, XkbStateRec type
[FEATURE] Shiny new CHANGELOG.md
[FIX] Fix field order in _XkbStateRec struct</p>
<ul>
<li>Update versioning</li>
</ul>
<p>Co-authored-by: Bjørn Snoen <a href="mailto:bjorn.snoen@visma.com">bjorn.snoen@visma.com</a>
Co-authored-by: AltF2 <a href="mailto:dev@mtbk.me">dev@mtbk.me</a></p>
</li>
<li>
<p>Pull request template (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/139">#139</a>)</p>
</li>
<li>
<p>Fix CHANGELOG.md (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/140">#140</a>)</p>
</li>
<li>
<p>Add all feature (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/141">#141</a>)</p>
<ul>
<li>
<p>Add all feature</p>
</li>
<li>
<p>CHANGELOG.md</p>
</li>
</ul>
</li>
<li>
<p>Add Xshm (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/142">#142</a>)</p>
<ul>
<li>Add Xshm</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/AltF02/x11-rs/blob/master/CHANGELOG.md">x11-dl's changelog</a>.</em></p>
<blockquote>
<h2><a href="../../compare/v2.19.0...v2.19.1">2.19.1</a> - 2021-09-25</h2>
<h3>Added</h3>
<ul>
<li>This changelog</li>
<li>_XkbControls struct</li>
<li>_XkbMods struct</li>
<li>XkbStateRec type</li>
<li>PictStandardARGB32 const</li>
<li>PictStandardRGB24 const</li>
<li>PictStandardA8 const</li>
<li>PictStandardA4 const</li>
<li>PictStandardA1 const</li>
<li>XShmQueryExtension function</li>
<li>XShmGetEventBase function</li>
<li>XshmQueryVersion function</li>
<li>XShmPixmapFormat function</li>
<li>XShmAttach function</li>
<li>XShmDetach function</li>
<li>XShmPutImage function</li>
<li>XShmGetImage function</li>
<li>XShmCreateImage function</li>
<li>XShmCreatePixMap function</li>
<li>ShmSeg type</li>
<li>XShmCompletionEvent struct</li>
<li>XshmSegmentInfo struct</li>
<li>All feature</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Field order in <a href="https://github.com/freedesktop/xorg-xserver/blob/master/include/xkbstr.h#L47">_XkbStateRec</a> struct</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/AltF02/x11-rs/commits/v2.19.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=x11-dl&package-manager=cargo&previous-version=2.18.5&new-version=2.19.1)](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>
2022-04-03 03:57:55 -04:00
bors-servo
b018cacbc7
Auto merge of #28788 - servo:dependabot/cargo/linked_hash_set-0.1.4, r=jdm
Bump linked_hash_set from 0.1.3 to 0.1.4

Bumps [linked_hash_set](https://github.com/alexheretic/linked-hash-set) from 0.1.3 to 0.1.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/alexheretic/linked-hash-set/releases">linked_hash_set's releases</a>.</em></p>
<blockquote>
<h2>0.1.4</h2>
<ul>
<li>Require <em>linked-hash-map</em> <code>0.5.3</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a24b7a5ac9"><code>a24b7a5</code></a> Release 0.1.4</li>
<li><a href="27ff3b6486"><code>27ff3b6</code></a> Update Cargo.toml (<a href="https://github-redirect.dependabot.com/alexheretic/linked-hash-set/issues/6">#6</a>)</li>
<li><a href="d9df1e1cb9"><code>d9df1e1</code></a> Add <code>insert_if_absent</code> hint to main usage example</li>
<li><a href="98d9eb90d1"><code>98d9eb9</code></a> Remove extern crate from examples</li>
<li><a href="40542c9605"><code>40542c9</code></a> Add MSRV policy</li>
<li><a href="d7a008660e"><code>d7a0086</code></a> edition 2018</li>
<li><a href="8d480cc42c"><code>8d480cc</code></a> cargo fmt</li>
<li><a href="8c53cf175e"><code>8c53cf1</code></a> Mention refresh() in readme</li>
<li>See full diff in <a href="https://github.com/alexheretic/linked-hash-set/compare/0.1.3...0.1.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=linked_hash_set&package-manager=cargo&previous-version=0.1.3&new-version=0.1.4)](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>
2022-04-03 01:48:30 -04:00
bors-servo
79444349a6
Auto merge of #28787 - servo:dependabot/cargo/termcolor-1.1.3, r=jdm
Bump termcolor from 1.1.0 to 1.1.3

Bumps [termcolor](https://github.com/BurntSushi/termcolor) from 1.1.0 to 1.1.3.
<details>
<summary>Commits</summary>
<ul>
<li><a href="677f98b26a"><code>677f98b</code></a> 1.1.3</li>
<li><a href="dc7e7b9383"><code>dc7e7b9</code></a> api: impl WriteColor for std::io::Sink</li>
<li><a href="020816f326"><code>020816f</code></a> doc: update links</li>
<li><a href="9498753689"><code>9498753</code></a> 1.1.2</li>
<li><a href="20822cb45c"><code>20822cb</code></a> tests: remove use of doc_comment crate</li>
<li><a href="b052b61ba0"><code>b052b61</code></a> 1.1.1</li>
<li><a href="a600a655de"><code>a600a65</code></a> api: add support for dim text (ANSI only)</li>
<li><a href="7451f801bc"><code>7451f80</code></a> tests: replace &quot;cfg(test)&quot; with &quot;cfg(doctest)&quot; for readme testing</li>
<li>See full diff in <a href="https://github.com/BurntSushi/termcolor/compare/1.1.0...1.1.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=termcolor&package-manager=cargo&previous-version=1.1.0&new-version=1.1.3)](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>
2022-04-02 23:37:51 -04:00
dependabot[bot]
53efa5f78d
Bump termion from 1.5.1 to 1.5.6
Bumps termion from 1.5.1 to 1.5.6.

---
updated-dependencies:
- dependency-name: termion
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-03 01:03:00 +00:00
bors-servo
233a7a07f8
Auto merge of #28790 - servo:dependabot/cargo/memoffset-0.6.5, r=jdm
Bump memoffset from 0.6.1 to 0.6.5

Bumps [memoffset](https://github.com/Gilnaa/memoffset) from 0.6.1 to 0.6.5.
<details>
<summary>Commits</summary>
<ul>
<li><a href="01e2e42ef0"><code>01e2e42</code></a> v0.6.5</li>
<li><a href="fd81a21866"><code>fd81a21</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Gilnaa/memoffset/issues/63">#63</a> from yvt/fix-nightly</li>
<li><a href="42483952ce"><code>4248395</code></a> Remove <code>#![feature(const_raw_ptr_deref)]</code></li>
<li><a href="4c71bed98d"><code>4c71bed</code></a> Remove <code>#![feature(const_maybe_uninit_as_ptr)]</code></li>
<li><a href="b14262b1b3"><code>b14262b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Gilnaa/memoffset/issues/62">#62</a> from matklad/idioms</li>
<li><a href="d41cc25cd7"><code>d41cc25</code></a> only doctest on modern Rust</li>
<li><a href="db56a2d8ce"><code>db56a2d</code></a> Modernize doc examples to use idiomatic Rust</li>
<li><a href="1645cddf2e"><code>1645cdd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Gilnaa/memoffset/issues/61">#61</a> from atouchet/badge</li>
<li><a href="61524a3fbf"><code>61524a3</code></a> Fix crates.io badge</li>
<li><a href="32aa69d018"><code>32aa69d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Gilnaa/memoffset/issues/60">#60</a> from RalfJung/ci</li>
<li>Additional commits viewable in <a href="https://github.com/Gilnaa/memoffset/compare/v0.6.1...v0.6.5">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=memoffset&package-manager=cargo&previous-version=0.6.1&new-version=0.6.5)](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>
2022-04-02 20:54:00 -04:00
dependabot[bot]
b0b89aec3b
Bump libz-sys from 1.1.2 to 1.1.5
Bumps [libz-sys](https://github.com/rust-lang/libz-sys) from 1.1.2 to 1.1.5.
- [Release notes](https://github.com/rust-lang/libz-sys/releases)
- [Commits](https://github.com/rust-lang/libz-sys/compare/1.1.2...1.1.5)

---
updated-dependencies:
- dependency-name: libz-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 23:39:21 +00:00
dependabot[bot]
4a861c2809
Bump memoffset from 0.6.1 to 0.6.5
Bumps [memoffset](https://github.com/Gilnaa/memoffset) from 0.6.1 to 0.6.5.
- [Release notes](https://github.com/Gilnaa/memoffset/releases)
- [Commits](https://github.com/Gilnaa/memoffset/compare/v0.6.1...v0.6.5)

---
updated-dependencies:
- dependency-name: memoffset
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 23:38:11 +00:00
dependabot[bot]
8c1a38f080
Bump x11-dl from 2.18.5 to 2.19.1
Bumps [x11-dl](https://github.com/AltF02/x11-rs) from 2.18.5 to 2.19.1.
- [Release notes](https://github.com/AltF02/x11-rs/releases)
- [Changelog](https://github.com/AltF02/x11-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/AltF02/x11-rs/commits/v2.19.1)

---
updated-dependencies:
- dependency-name: x11-dl
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 23:37:55 +00:00
dependabot[bot]
e7e7fc85c2
Bump linked_hash_set from 0.1.3 to 0.1.4
Bumps [linked_hash_set](https://github.com/alexheretic/linked-hash-set) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/alexheretic/linked-hash-set/releases)
- [Changelog](https://github.com/alexheretic/linked-hash-set/blob/master/release)
- [Commits](https://github.com/alexheretic/linked-hash-set/compare/0.1.3...0.1.4)

---
updated-dependencies:
- dependency-name: linked_hash_set
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 23:37:26 +00:00
dependabot[bot]
fc75991bc2
Bump termcolor from 1.1.0 to 1.1.3
Bumps [termcolor](https://github.com/BurntSushi/termcolor) from 1.1.0 to 1.1.3.
- [Release notes](https://github.com/BurntSushi/termcolor/releases)
- [Commits](https://github.com/BurntSushi/termcolor/compare/1.1.0...1.1.3)

---
updated-dependencies:
- dependency-name: termcolor
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 23:36:46 +00:00
dependabot[bot]
d47eed9e8b
Bump url from 2.2.0 to 2.2.2
Bumps [url](https://github.com/servo/rust-url) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.2.0...v2.2.2)

---
updated-dependencies:
- dependency-name: url
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 23:36:28 +00:00
bors-servo
ce73d8f2b0
Auto merge of #28778 - servo:update-gif, r=jdm
Update various dependencies.

Closes #28773. Closes #28476. Closes #28479. Closes #28518. Closes #28516.
2022-04-02 17:12:21 -04:00
Josh Matthews
4b0e2ce485 Format. 2022-04-02 15:10:47 -04:00
bors-servo
5bdbb16d19
Auto merge of #28782 - servo:jdm-patch-30, r=jdm
Upload logs when test failures occur.

This will make it easier to update WPT metadata.
2022-04-02 09:28:27 -04:00
Josh Matthews
f165e17ce2 Limit CI jobs to particular branches. 2022-04-02 00:05:35 -04:00
Josh Matthews
f4271e9f3f Migrate to yeslogic's fontconfig bindings. 2022-04-01 23:51:57 -04:00
Josh Matthews
e369e99d62
Upload logs when test failures occur. 2022-04-01 22:31:18 -04:00
bors-servo
8425e5ffcf
Auto merge of #28780 - servo:dependabot/cargo/paste-0.1.18, r=jdm
Bump paste from 0.1.6 to 0.1.18

Bumps [paste](https://github.com/dtolnay/paste) from 0.1.6 to 0.1.18.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/paste/releases">paste's releases</a>.</em></p>
<blockquote>
<h2>0.1.18</h2>
<ul>
<li>Fix handling of macro_rules metavariable as the last token of a group (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/38">#38</a>)</li>
</ul>
<h2>0.1.17</h2>
<ul>
<li>Improve compile time by reducing dependencies</li>
<li>Improve error reporting on unexpected syntax inside of <code>[&lt;</code>...<code>&gt;]</code></li>
</ul>
<h2>0.1.16</h2>
<ul>
<li>Restore ability to build tests on non-x86 (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/35">#35</a>)</li>
</ul>
<h2>0.1.15</h2>
<ul>
<li>Revert some changes involving None-delimited groups that changed unnecessarily in 0.1.13 (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/33">#33</a>)</li>
</ul>
<h2>0.1.14</h2>
<ul>
<li>Support concatenation of types in paths, such as <code>prefix::$t</code> or <code>$t::suffix</code> where $t is a <code>ty</code> fragment</li>
</ul>
<h2>0.1.13</h2>
<ul>
<li>Support <code>#[doc = $doc]</code> idiom for interpolating a <code>stringify</code> or similar expression into a doc attribute (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/29">#29</a>, <a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/30">#30</a>)</li>
</ul>
<h2>0.1.12</h2>
<ul>
<li>Fix parse error when $:lifetime appears in certain positions (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/26">#26</a>, <a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/27">#27</a>)</li>
</ul>
<h2>0.1.11</h2>
<ul>
<li>Add <code>:camel</code> case conversion (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/23">#23</a>, thanks <a href="https://github.com/thedavidmeister"><code>@​thedavidmeister</code></a>) <a href="https://docs.rs/paste/0.1.11/paste/#case-conversion">https://docs.rs/paste/0.1.11/paste/#case-conversion</a></li>
</ul>
<h2>0.1.10</h2>
<ul>
<li>Add <code>:snake</code> case conversion (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/21">#21</a>, thanks <a href="https://github.com/sameer"><code>@​sameer</code></a>) <a href="https://docs.rs/paste/0.1.10/paste/#case-conversion">https://docs.rs/paste/0.1.10/paste/#case-conversion</a></li>
</ul>
<h2>0.1.9</h2>
<ul>
<li>Add <code>$var:upper</code> modifier as a counterpart to <code>$var:lower</code> from <a href="https://github.com/dtolnay/paste/releases/tag/0.1.8">0.1.8</a> (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/20">#20</a>, thanks <a href="https://github.com/ryanobeirne"><code>@​ryanobeirne</code></a>)</li>
</ul>
<h2>0.1.8</h2>
<ul>
<li>Support the syntax <code>$var:lower</code> to convert an identifier segment to lowercase as part of the paste.<!-- raw HTML omitted -->For example: <code>[&lt;ld_ $reg:lower _expr&gt;]</code> would paste to <code>ld_bc_expr</code> if invoked with $reg=<code>Bc</code>.</li>
</ul>
<h2>0.1.7</h2>
<ul>
<li>Support minimum-versions dependency resolution (<a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/15">#15</a>, thanks <a href="https://github.com/CAD97"><code>@​CAD97</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="ca72ba450a"><code>ca72ba4</code></a> Release 0.1.18</li>
<li><a href="1b5c954603"><code>1b5c954</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/paste/issues/39">#39</a> from dtolnay/group</li>
<li><a href="ae0dc66a8c"><code>ae0dc66</code></a> Fix none-delimited group as last token of other group</li>
<li><a href="0450f17e18"><code>0450f17</code></a> Add regression test for type in fn arg</li>
<li><a href="63102a8009"><code>63102a8</code></a> Release 0.1.17</li>
<li><a href="4caf78a00e"><code>4caf78a</code></a> Include unfound env var name in error</li>
<li><a href="43234da6c2"><code>43234da</code></a> Add ui test of unexpected group</li>
<li><a href="e282c5bb86"><code>e282c5b</code></a> Add ui test of unexpected punct</li>
<li><a href="f3d99cc901"><code>f3d99cc</code></a> Combine codepaths of ident after colon</li>
<li><a href="26f35e4941"><code>26f35e4</code></a> Add ui test of token after colon not an ident</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/paste/compare/0.1.6...0.1.18">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=paste&package-manager=cargo&previous-version=0.1.6&new-version=0.1.18)](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>
2022-04-01 18:40:44 -04:00
dependabot[bot]
246a4463b9
Bump paste from 0.1.6 to 0.1.18
Bumps [paste](https://github.com/dtolnay/paste) from 0.1.6 to 0.1.18.
- [Release notes](https://github.com/dtolnay/paste/releases)
- [Commits](https://github.com/dtolnay/paste/compare/0.1.6...0.1.18)

---
updated-dependencies:
- dependency-name: paste
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 16:13:32 +00:00
Josh Matthews
f8a44d0ad4 Remove env_logger duplicate. 2022-04-01 02:26:19 -04:00
Josh Matthews
5118ee7351 Update clap. 2022-04-01 02:20:43 -04:00
Josh Matthews
1f272b7e88 fixup! Update arrayvec. 2022-04-01 02:16:21 -04:00
Josh Matthews
0625ab92b8 Update cookie/hyper_serde. 2022-04-01 02:11:51 -04:00
Josh Matthews
369a5c0370 Update image/png. 2022-04-01 02:07:17 -04:00
bors-servo
0a22732953
Auto merge of #28518 - servo:dependabot/cargo/rand-0.7.3, r=jdm
Bump rand from 0.7.2 to 0.7.3

Bumps [rand](https://github.com/rust-random/rand) from 0.7.2 to 0.7.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-random/rand/blob/master/CHANGELOG.md">rand's changelog</a>.</em></p>
<blockquote>
<h2>[0.7.3] - 2020-01-10</h2>
<h3>Fixes</h3>
<ul>
<li>The <code>Bernoulli</code> distribution constructors now reports an error on NaN and on
<code>denominator == 0</code>. (<a href="https://github-redirect.dependabot.com/rust-random/rand/issues/925">#925</a>)</li>
<li>Use <code>std::sync::Once</code> to register fork handler, avoiding possible atomicity violation (<a href="https://github-redirect.dependabot.com/rust-random/rand/issues/928">#928</a>)</li>
<li>Fix documentation on the precision of generated floating-point values</li>
</ul>
<h3>Changes</h3>
<ul>
<li>Unix: make libc dependency optional; only use fork protection with std feature (<a href="https://github-redirect.dependabot.com/rust-random/rand/issues/928">#928</a>)</li>
</ul>
<h3>Additions</h3>
<ul>
<li>Implement <code>std::error::Error</code> for <code>BernoulliError</code> (<a href="https://github-redirect.dependabot.com/rust-random/rand/issues/919">#919</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="074cb6a997"><code>074cb6a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-random/rand/issues/929">#929</a> from dhardy/master</li>
<li><a href="0f4e152c1c"><code>0f4e152</code></a> Prepare rand 0.7.3 release</li>
<li><a href="5b0d874369"><code>5b0d874</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-random/rand/issues/928">#928</a> from dhardy/libc</li>
<li><a href="ae4683cec7"><code>ae4683c</code></a> Remove use of deprecated ATOMIC_USIZE_INIT</li>
<li><a href="ae3a416ecc"><code>ae3a416</code></a> Fix <a href="https://github-redirect.dependabot.com/rust-random/rand/issues/911">#911</a>: use Once instead of AtomicBool</li>
<li><a href="a67173ef63"><code>a67173e</code></a> make libc dependency optional (fork protection requires std)</li>
<li><a href="e2dc2c3848"><code>e2dc2c3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-random/rand/issues/926">#926</a> from dhardy/fmt</li>
<li><a href="fab964d194"><code>fab964d</code></a> Manual function specification reformatting</li>
<li><a href="3a5d5a8e7a"><code>3a5d5a8</code></a> Use rustfmt::skip for some cases</li>
<li><a href="3a51c3e0e2"><code>3a51c3e</code></a> Manual array reformatting</li>
<li>Additional commits viewable in <a href="https://github.com/rust-random/rand/compare/0.7.2...0.7.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rand&package-manager=cargo&previous-version=0.7.2&new-version=0.7.3)](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>
2022-04-01 02:06:14 -04:00
Josh Matthews
2059f117b4 fixup! Update html5ever/xml5ever. 2022-04-01 01:48:22 -04:00
Josh Matthews
d1c1d24880 fixup! Update parking_lot. 2022-04-01 01:47:49 -04:00
Josh Matthews
c52f0e8a85 Update string_cache. 2022-04-01 01:45:14 -04:00
Josh Matthews
b3742b779c fixup! Update arrayvec. 2022-04-01 01:44:27 -04:00
Josh Matthews
9eaa27c946 Update html5ever/xml5ever. 2022-04-01 01:43:26 -04:00
Josh Matthews
a24a4f0608 Update parking_lot. 2022-04-01 01:33:17 -04:00
Josh Matthews
d9a1a9ddc1 Update bytes. 2022-04-01 01:17:45 -04:00
Josh Matthews
66250bdbd3 Update log. 2022-04-01 01:15:52 -04:00
Josh Matthews
7500cf5877 Update flate2. 2022-04-01 01:14:33 -04:00
Josh Matthews
a7c87af9ca Update arrayvec. 2022-04-01 01:14:13 -04:00
Josh Matthews
72fd95f613 Update font-kit. 2022-04-01 01:00:18 -04:00
Josh Matthews
e57b9a3446 Fix warnings. 2022-04-01 00:36:48 -04:00
Josh Matthews
e0248005ef fixup! Update uuid. 2022-04-01 00:36:08 -04:00