Commit graph

44819 commits

Author SHA1 Message Date
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
Josh Matthews
471650ba90 Update keyboard-types. 2022-04-01 00:35:22 -04:00
Josh Matthews
ffb6b5d5d8 Update uuid. 2022-03-31 23:45:29 -04:00
Josh Matthews
4086afb3e6 Update rand. 2022-03-31 23:44:44 -04:00
Josh Matthews
0efad5645a Update gif dependency. 2022-03-31 23:42:11 -04:00
bors-servo
0dc6924a7d
Auto merge of #28776 - servo:dependabot/cargo/brotli-3.3.4, r=jdm
Bump brotli from 3.3.0 to 3.3.4

Bumps [brotli](https://github.com/dropbox/rust-brotli) from 3.3.0 to 3.3.4.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/dropbox/rust-brotli/commits/3.3.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=brotli&package-manager=cargo&previous-version=3.3.0&new-version=3.3.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-03-31 16:09:10 -04:00
dependabot[bot]
83a4c0cb33
Bump brotli from 3.3.0 to 3.3.4
Bumps [brotli](https://github.com/dropbox/rust-brotli) from 3.3.0 to 3.3.4.
- [Release notes](https://github.com/dropbox/rust-brotli/releases)
- [Commits](https://github.com/dropbox/rust-brotli/commits/3.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 16:32:35 +00:00
bors-servo
4ccc4abd06
Auto merge of #28772 - servo:dependabot/cargo/pkg-config-0.3.24, r=jdm
Bump pkg-config from 0.3.19 to 0.3.24

Bumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.19 to 0.3.24.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md">pkg-config's changelog</a>.</em></p>
<blockquote>
<h2>[0.3.24] - 2021-12-11</h2>
<h3>Fixed</h3>
<ul>
<li>Re-add <code>target_supported()</code>, which was accidentally removed in 0.3.15 (<a href="https://github-redirect.dependabot.com/rust-lang/pkg-config-rs/issues/128">#128</a>).</li>
</ul>
<h2>[0.3.23] - 2021-12-06</h2>
<h3>Changed</h3>
<ul>
<li>Improve error messages when a <code>pkg-config</code> package can't be found (<a href="https://github-redirect.dependabot.com/rust-lang/pkg-config-rs/issues/127">#127</a>).</li>
</ul>
<h2>[0.3.22] - 2021-10-24</h2>
<h3>Fixed</h3>
<ul>
<li><code>pkg-config</code> compiles again with Rust 1.30 or newer. 0.3.21 accidentally
made use of API only available since 1.40 (<a href="https://github-redirect.dependabot.com/rust-lang/pkg-config-rs/issues/124">#124</a>, <a href="https://github-redirect.dependabot.com/rust-lang/pkg-config-rs/issues/125">#125</a>).</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Switched from Travis to GitHub Actions for the CI. Travis is dysfunctional
since quite some time (<a href="https://github-redirect.dependabot.com/rust-lang/pkg-config-rs/issues/126">#126</a>).</li>
</ul>
<h2>[0.3.21] - 2021-10-22</h2>
<h3>Fixed</h3>
<ul>
<li>Tests succeed again on macOS (<a href="https://github-redirect.dependabot.com/rust-lang/pkg-config-rs/issues/122">#122</a>).</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Improve error message in case of missing pkg-config and provide instructions
how it can be installed (<a href="https://github-redirect.dependabot.com/rust-lang/pkg-config-rs/issues/121">#121</a>).</li>
</ul>
<h2>[0.3.20] - 2021-09-25</h2>
<h3>Fixed</h3>
<ul>
<li>Use target-specific pkg-config consistently everywhere (<a href="https://github-redirect.dependabot.com/rust-lang/pkg-config-rs/issues/121">#121</a>, <a href="https://github-redirect.dependabot.com/rust-lang/pkg-config-rs/issues/118">#118</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/rust-lang/pkg-config-rs/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pkg-config&package-manager=cargo&previous-version=0.3.19&new-version=0.3.24)](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-03-30 22:49:49 -04:00
dependabot[bot]
2a5bfe6275
Bump pkg-config from 0.3.19 to 0.3.24
Bumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.19 to 0.3.24.
- [Release notes](https://github.com/rust-lang/pkg-config-rs/releases)
- [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/pkg-config-rs/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30 16:13:49 +00:00
bors-servo
a6ec5504b8
Auto merge of #28770 - servo:dependabot/cargo/unicode-width-0.1.9, r=jdm
Bump unicode-width from 0.1.8 to 0.1.9

Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.8 to 0.1.9.
<details>
<summary>Commits</summary>
<ul>
<li><a href="c6a6c72ac6"><code>c6a6c72</code></a> Update to 0.1.9</li>
<li><a href="b58e85b527"><code>b58e85b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unicode-rs/unicode-width/issues/23">#23</a> from chrisduerr/unicode_14</li>
<li><a href="ce07223db9"><code>ce07223</code></a> Update to Unicode 14</li>
<li>See full diff in <a href="https://github.com/unicode-rs/unicode-width/compare/v0.1.8...v0.1.9">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=unicode-width&package-manager=cargo&previous-version=0.1.8&new-version=0.1.9)](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-03-29 18:07:20 -04:00
bors-servo
e0ce0c8632
Auto merge of #28771 - servo:dependabot/cargo/unwind-sys-0.1.3, r=jdm
Bump unwind-sys from 0.1.1 to 0.1.3

Bumps [unwind-sys](https://github.com/sfackler/rstack) from 0.1.1 to 0.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sfackler/rstack/releases">unwind-sys's releases</a>.</em></p>
<blockquote>
<h2>unwind-sys 0.1.3</h2>
<ul>
<li>Fixed definitions for libunwind 1.6.0.</li>
</ul>
<h2>unwind-sys 0.1.2</h2>
<ul>
<li>Added support for i686-unknown-linux-gnu and aarch64-unknown-linux-gnu.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4a78a52a42"><code>4a78a52</code></a> Release unwind-sys 0.1.3</li>
<li><a href="451b1feb53"><code>451b1fe</code></a> continue testing 1.4.0</li>
<li><a href="b06039cbca"><code>b06039c</code></a> Update arm64 getcontext for 1.6.0</li>
<li><a href="4b9e3a795e"><code>4b9e3a7</code></a> fix 1.6.0 aarch64 layout</li>
<li><a href="3459b36d60"><code>3459b36</code></a> import asm</li>
<li><a href="e53fb7fd77"><code>e53fb7f</code></a> Update to stable inline asm</li>
<li><a href="eba1c1b078"><code>eba1c1b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rstack/issues/19">#19</a> from sfackler/dependabot/cargo/env_logger-0.9</li>
<li><a href="2c3e517d49"><code>2c3e517</code></a> Update ci.yml</li>
<li><a href="700e9db2ee"><code>700e9db</code></a> Update env_logger requirement from 0.8 to 0.9</li>
<li><a href="ab49caaa23"><code>ab49caa</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rstack/issues/18">#18</a> from sfackler/dependabot/add-v2-config-file</li>
<li>Additional commits viewable in <a href="https://github.com/sfackler/rstack/compare/rstack-0.1.1...unwind-sys-0.1.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=unwind-sys&package-manager=cargo&previous-version=0.1.1&new-version=0.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-03-29 13:17:47 -04:00