aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Auto merge of #26785 - servo:dependabot/cargo/gstreamer-0.15.6, r=jdmbors-servo2020-06-041-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build(deps): bump gstreamer from 0.15.5 to 0.15.6 Bumps gstreamer from 0.15.5 to 0.15.6. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=gstreamer&package-manager=cargo&previous-version=0.15.5&new-version=0.15.6)](https://dependabot.com/compatibility-score/?dependency-name=gstreamer&package-manager=cargo&previous-version=0.15.5&new-version=0.15.6) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * build(deps): bump gstreamer from 0.15.5 to 0.15.6dependabot-preview[bot]2020-06-041-2/+2
| | | | | | | | | | Bumps gstreamer from 0.15.5 to 0.15.6. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Auto merge of #26788 - servo:energy, r=jdmbors-servo2020-06-041-69/+0
|\ \ | | | | | | | | | | | | | | | Remove support for energy and heartbeats profiling Both are disabled by default (energy at compile-time, heartbeats with a run-time option). Neither is tested of CI. Neither has been used in a long time. They might have Undefined Behavior: https://github.com/servo/servo/issues/26550#issuecomment-634238098. They each depend on a mostly-unmaintained C library. The thread-safety expectation of those libraries are unknown.
| * | Remove support for heartbeats profilingSimon Sapin2020-06-041-24/+0
| | |
| * | Remove support for energy profilingSimon Sapin2020-06-041-45/+0
| |/
* | Auto merge of #26784 - servo:dependabot/cargo/proc-macro-nested-0.1.4, r=jdmbors-servo2020-06-041-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build(deps): bump proc-macro-nested from 0.1.3 to 0.1.4 Bumps [proc-macro-nested](https://github.com/dtolnay/proc-macro-hack) from 0.1.3 to 0.1.4. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/dtolnay/proc-macro-hack/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=proc-macro-nested&package-manager=cargo&previous-version=0.1.3&new-version=0.1.4)](https://dependabot.com/compatibility-score/?dependency-name=proc-macro-nested&package-manager=cargo&previous-version=0.1.3&new-version=0.1.4) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * | build(deps): bump proc-macro-nested from 0.1.3 to 0.1.4dependabot-preview[bot]2020-06-041-2/+2
| |/ | | | | | | | | | | | | Bumps [proc-macro-nested](https://github.com/dtolnay/proc-macro-hack) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/dtolnay/proc-macro-hack/releases) - [Commits](https://github.com/dtolnay/proc-macro-hack/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Auto merge of #26771 - atouchet:raqote, r=jdmbors-servo2020-06-041-6/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update raqote and associated dependencies <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
| * | Update raqote and associated dependenciesatouchet2020-06-031-6/+7
| | |
* | | Auto merge of #26780 - servo:dependabot/cargo/proc-macro2-0.4.30, r=jdmbors-servo2020-06-041-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build(deps): bump proc-macro2 from 0.4.26 to 0.4.30 Bumps [proc-macro2](https://github.com/alexcrichton/proc-macro2) from 0.4.26 to 0.4.30. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/alexcrichton/proc-macro2/releases">proc-macro2's releases</a>.</em></p> <blockquote> <h2>0.4.30</h2> <ul> <li>Implement Clone for TokenStream's IntoIter (<a href="https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/177">#177</a>, thanks <a href="https://github.com/ivanbakel">@ivanbakel</a>)</li> </ul> <h2>0.4.29</h2> <ul> <li>Support compiling with <code>RUSTFLAGS='-Z allow-features='</code> on a nightly compiler (<a href="https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/176">#176</a>, thanks <a href="https://github.com/Nemo157">@Nemo157</a>)</li> </ul> <h2>0.4.28</h2> <ul> <li>Avoid needlessly escaping <code>'</code> inside a string literal or <code>&quot;</code> inside a character literal (<a href="https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/60">#60</a>)</li> <li>Add impls of Copy, Clone, Debug, PartialEq, Eq for proc_macro2::LineColumn</li> </ul> <h2>0.4.27</h2> <ul> <li> <p>Add Cargo cfg <code>&quot;span-locations&quot;</code> to expose <a href="https://docs.rs/proc-macro2/0.4/proc_macro2/struct.Span.html#method.start"><code>Span::start</code></a> and <a href="https://docs.rs/proc-macro2/0.4/proc_macro2/struct.Span.html#method.end"><code>Span::end</code></a> accessors that give the line and column location of a Span (<a href="https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/166">#166</a>)</p> <p>Be aware that this involves storing more information than before inside of Spans which increases their size -- leading to possibly slower performance of any code involving proc-macro2 types (but only when the cfg is enabled).</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/f514921bb4405fea72b6289c200152f797d8b127"><code>f514921</code></a> Release 0.4.30</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/1ef4d12484af055284bec8651cab8ccda7c31f2a"><code>1ef4d12</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/177">#177</a> from ivanbakel/cloneable_intoiter</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/f6754d35b25d0abde2309cd15e5dfe11c62597d9"><code>f6754d3</code></a> Make TokenStream's IntoIter derive Clone</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/79c8ed793f9afe4bc491575a86256651dcf777b6"><code>79c8ed7</code></a> Release 0.4.29</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/ce12a482f0365978e709c02c169fd45c8dbbe897"><code>ce12a48</code></a> Remove double negative in !proc_macro_span_disallowed</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/b455dd77647a2aeceba367527772ab9a111b64bf"><code>b455dd7</code></a> Use a cfg called proc_macro_span to control feature(proc_macro_span)</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/8a1827af91d09de6bdfa40041e73339131882726"><code>8a1827a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/proc-macro2/issues/176">#176</a> from Nemo157/block-nightly-feature</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/099db2afbbb1912be6510667d21505be3fa0a0ac"><code>099db2a</code></a> Detect if the user has disallowed usage of the proc_macro_span feature</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/692f49ce86afd0ef2a851f34ec5367d771c62d4f"><code>692f49c</code></a> Fix reference to Serde in contribution section</li> <li><a href="https://github.com/alexcrichton/proc-macro2/commit/16c2b45e92b54e7aedf1ff1e55238ff08b9cd948"><code>16c2b45</code></a> Release 0.4.28</li> <li>Additional commits viewable in <a href="https://github.com/alexcrichton/proc-macro2/compare/0.4.26...0.4.30">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=proc-macro2&package-manager=cargo&previous-version=0.4.26&new-version=0.4.30)](https://dependabot.com/compatibility-score/?dependency-name=proc-macro2&package-manager=cargo&previous-version=0.4.26&new-version=0.4.30) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * | | build(deps): bump proc-macro2 from 0.4.26 to 0.4.30dependabot-preview[bot]2020-06-041-4/+4
| | |/ | |/| | | | | | | | | | | | | | | | Bumps [proc-macro2](https://github.com/alexcrichton/proc-macro2) from 0.4.26 to 0.4.30. - [Release notes](https://github.com/alexcrichton/proc-macro2/releases) - [Commits](https://github.com/alexcrichton/proc-macro2/compare/0.4.26...0.4.30) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Auto merge of #26779 - servo:dependabot/cargo/unicode-normalization-0.1.12, ↵bors-servo2020-06-041-2/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r=jdm build(deps): bump unicode-normalization from 0.1.5 to 0.1.12 Bumps [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) from 0.1.5 to 0.1.12. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unicode-rs/unicode-normalization/commit/59febebedebd4df45ca5950f4e71fdf40e1da97d"><code>59febeb</code></a> Publish 0.1.12</li> <li><a href="https://github.com/unicode-rs/unicode-normalization/commit/fa604a6b99d4f04042214fae2a13ea3ed0435f15"><code>fa604a6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unicode-rs/unicode-normalization/issues/52">#52</a> from clintfred/master</li> <li><a href="https://github.com/unicode-rs/unicode-normalization/commit/91bd7d8c0b3a3e8e354f83da998c4345ccde4988"><code>91bd7d8</code></a> bump to smallvec 1.1.0</li> <li><a href="https://github.com/unicode-rs/unicode-normalization/commit/02f8b230b7a3aea4bb1433af4a24efbacb6ca8ea"><code>02f8b23</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unicode-rs/unicode-normalization/issues/49">#49</a> from unicode-rs/bump</li> <li><a href="https://github.com/unicode-rs/unicode-normalization/commit/87fac9dafe8fda059b1e8f4b3eac18e9429b8a3a"><code>87fac9d</code></a> Bump to 0.1.11</li> <li><a href="https://github.com/unicode-rs/unicode-normalization/commit/d81a08a4eca0dd3120a0a9992b7922d3c412f6c5"><code>d81a08a</code></a> Add #[allow(ellipsis_inclusive_range_patterns)] to unicode.py</li> <li><a href="https://github.com/unicode-rs/unicode-normalization/commit/717e6c2dacfe44eb8b68267916e4c9ad44d9639f"><code>717e6c2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unicode-rs/unicode-normalization/issues/48">#48</a> from kentfredric/attempt-4</li> <li><a href="https://github.com/unicode-rs/unicode-normalization/commit/fc87399fceb1027eafed06ba19940fae0f7c50e3"><code>fc87399</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/unicode-rs/unicode-normalization/issues/47">#47</a> from unicode-rs/version-bump</li> <li><a href="https://github.com/unicode-rs/unicode-normalization/commit/5fabe3660c6f15fc2199b2ad2d6f07c6bdcaa468"><code>5fabe36</code></a> Bump to 0.1.10</li> <li><a href="https://github.com/unicode-rs/unicode-normalization/commit/0f4cb1e0b50a802ed891e2fcc3748fac2fdc075f"><code>0f4cb1e</code></a> Add travis glue to test built package too</li> <li>Additional commits viewable in <a href="https://github.com/unicode-rs/unicode-normalization/compare/v0.1.5...v0.1.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=unicode-normalization&package-manager=cargo&previous-version=0.1.5&new-version=0.1.12)](https://dependabot.com/compatibility-score/?dependency-name=unicode-normalization&package-manager=cargo&previous-version=0.1.5&new-version=0.1.12) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * | | build(deps): bump unicode-normalization from 0.1.5 to 0.1.12dependabot-preview[bot]2020-06-041-2/+5
| |/ / | | | | | | | | | | | | | | | | | | Bumps [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) from 0.1.5 to 0.1.12. - [Release notes](https://github.com/unicode-rs/unicode-normalization/releases) - [Commits](https://github.com/unicode-rs/unicode-normalization/compare/v0.1.5...v0.1.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / / build(deps): bump tokio-io from 0.1.8 to 0.1.13dependabot-preview[bot]2020-06-041-2/+2
|/ / | | | | | | | | | | | | | | Bumps [tokio-io](https://github.com/tokio-rs/tokio) from 0.1.8 to 0.1.13. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.13/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-io-0.1.8...tokio-0.1.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Auto merge of #25873 - gterzian:implement_readablestream_support, r=jdmbors-servo2020-06-041-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement readablestream support <!-- Please describe your changes on the following line: --> FIX #21482 FIX #24876 FIX #26392 --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
| * | integrate readablestream with fetch and blobGregory Terzian2020-06-041-1/+1
| | |
* | | Auto merge of #26775 - servo:gecko-sync, r=emiliobors-servo2020-06-031-2/+2
|\ \ \ | |/ / |/| | | | | style: sync changes from mozilla-central.
| * | style: Miscellaneous servo build fixes.Emilio Cobos Álvarez2020-06-041-2/+2
| | |
* | | Auto merge of #26769 - kunalmohan:gpu-render-pass, r=kvarkbors-servo2020-06-031-3/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement GPURenderPassEncoder Add webidls for GPURenderPassEncoder and GPURenderEncoderBase and implement relevant methods. <!-- Please describe your changes on the following line: --> r?@kvark --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because ___ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
| * | | Update wgpu-core and wgpu-typesKunal Mohan2020-06-041-3/+2
| | | |
* | | | Auto merge of #26767 - servo:dependabot/cargo/gstreamer-base-sys-0.8.1, r=jdmbors-servo2020-06-031-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump gstreamer-base-sys from 0.8.0 to 0.8.1 Bumps gstreamer-base-sys from 0.8.0 to 0.8.1. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=gstreamer-base-sys&package-manager=cargo&previous-version=0.8.0&new-version=0.8.1)](https://dependabot.com/compatibility-score/?dependency-name=gstreamer-base-sys&package-manager=cargo&previous-version=0.8.0&new-version=0.8.1) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * | | | Bump gstreamer-base-sys from 0.8.0 to 0.8.1dependabot-preview[bot]2020-06-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Bumps gstreamer-base-sys from 0.8.0 to 0.8.1. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | Auto merge of #26766 - servo:dependabot/cargo/tokio-current-thread-0.1.7, r=jdmbors-servo2020-06-031-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump tokio-current-thread from 0.1.6 to 0.1.7 Bumps [tokio-current-thread](https://github.com/tokio-rs/tokio) from 0.1.6 to 0.1.7. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/blob/tokio-0.1.7/CHANGELOG.md">tokio-current-thread's changelog</a>.</em></p> <blockquote> <h1>0.1.7 (June 6, 2018)</h1> <ul> <li>Add <code>Runtime::block_on</code> for concurrent runtime (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/391">#391</a>).</li> <li>Provide handle to <code>current_thread::Runtime</code> that allows spawning tasks from other threads (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/340">#340</a>).</li> <li>Provide <code>clock::now()</code>, a configurable source of time (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/381">#381</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/8d8c895a1c97198e9461c4e01098f9c73ce626fe"><code>8d8c895</code></a> Remove <code>tokio-codec</code> dependency from <code>tokio</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/397">#397</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/dba5c27296bbba014cfb1aef088593bbff373fa7"><code>dba5c27</code></a> Bump version to v0.1.7 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/396">#396</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/db620b42ec8330ed33996edd7ce00d61ad947a4b"><code>db620b4</code></a> Another attempt at abstracting <code>Instant::now</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/381">#381</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/9013ed9bd4ed91d496042726b331b5f417adb00b"><code>9013ed9</code></a> Fix description of BlockingError as io::Error (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/384">#384</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/06325fa63b456069a7003b4fbf2dc1ac980c9a44"><code>06325fa</code></a> Bump tokio-uds to v0.2.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/395">#395</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/0d41ba7a08e3e2224d1972b78f12e9f510bea433"><code>0d41ba7</code></a> Implement a Send Handle for the single-threaded Runtime (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/340">#340</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/c07a7b26d31cce4ef40c51cca4048a7b5230250d"><code>c07a7b2</code></a> Cleanup FramedParts in new tokio-codec (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/394">#394</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f723d100871e025e4bdd2f47397c9b089e666ce0"><code>f723d10</code></a> Create tokio-codec (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/360">#360</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/3d7263d3a0b73ab35d63b45a6524bde7251851e8"><code>3d7263d</code></a> Implement Runtime::block_on using oneshot (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/391">#391</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/9caec1c15d66a7919818cf99db639574cfba67a1"><code>9caec1c</code></a> Remove futures2 crate (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/380">#380</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-current-thread-0.1.6...tokio-0.1.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tokio-current-thread&package-manager=cargo&previous-version=0.1.6&new-version=0.1.7)](https://dependabot.com/compatibility-score/?dependency-name=tokio-current-thread&package-manager=cargo&previous-version=0.1.6&new-version=0.1.7) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * | | | Bump tokio-current-thread from 0.1.6 to 0.1.7dependabot-preview[bot]2020-06-031-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [tokio-current-thread](https://github.com/tokio-rs/tokio) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.7/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-current-thread-0.1.6...tokio-0.1.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Auto merge of #26765 - servo:dependabot/cargo/xdg-2.2.0, r=jdmbors-servo2020-06-031-2/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump xdg from 2.1.0 to 2.2.0 Bumps [xdg](https://github.com/whitequark/rust-xdg) from 2.1.0 to 2.2.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/whitequark/rust-xdg/commit/f404ae631b30f5fcb191f9fb65ff206721379d16"><code>f404ae6</code></a> Bump version.</li> <li><a href="https://github.com/whitequark/rust-xdg/commit/090afef2509d746e48d6bfa9b2e1ef6dc4564448"><code>090afef</code></a> Add methods to iterate over matching config/data files (<a href="https://github-redirect.dependabot.com/whitequark/rust-xdg/issues/20">#20</a>)</li> <li><a href="https://github.com/whitequark/rust-xdg/commit/a1c9249f78a5395c2ee3dc8688a03c59fe9afe2a"><code>a1c9249</code></a> Treat redox as an *nix OS explicitly.</li> <li><a href="https://github.com/whitequark/rust-xdg/commit/e083a1d1d847f7638150012e4ab751051cb45a4e"><code>e083a1d</code></a> Fix copy/paste errors.</li> <li>See full diff in <a href="https://github.com/whitequark/rust-xdg/compare/v2.1.0...v2.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=xdg&package-manager=cargo&previous-version=2.1.0&new-version=2.2.0)](https://dependabot.com/compatibility-score/?dependency-name=xdg&package-manager=cargo&previous-version=2.1.0&new-version=2.2.0) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * | | Bump xdg from 2.1.0 to 2.2.0dependabot-preview[bot]2020-06-031-2/+2
| |/ / | | | | | | | | | | | | | | | | | | Bumps [xdg](https://github.com/whitequark/rust-xdg) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/whitequark/rust-xdg/releases) - [Commits](https://github.com/whitequark/rust-xdg/compare/v2.1.0...v2.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Auto merge of #26764 - servo:dependabot/cargo/arrayref-0.3.6, r=jdmbors-servo2020-06-031-2/+2
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump arrayref from 0.3.5 to 0.3.6 Bumps [arrayref](https://github.com/droundy/arrayref) from 0.3.5 to 0.3.6. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/droundy/arrayref/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=arrayref&package-manager=cargo&previous-version=0.3.5&new-version=0.3.6)](https://dependabot.com/compatibility-score/?dependency-name=arrayref&package-manager=cargo&previous-version=0.3.5&new-version=0.3.6) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * | Bump arrayref from 0.3.5 to 0.3.6dependabot-preview[bot]2020-06-031-2/+2
| |/ | | | | | | | | | | | | Bumps [arrayref](https://github.com/droundy/arrayref) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/droundy/arrayref/releases) - [Commits](https://github.com/droundy/arrayref/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Auto merge of #26763 - servo:dependabot/cargo/harfbuzz-sys-0.3.4, r=jdmbors-servo2020-06-031-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump harfbuzz-sys from 0.3.3 to 0.3.4 Bumps [harfbuzz-sys](https://github.com/servo/rust-harfbuzz) from 0.3.3 to 0.3.4. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/servo/rust-harfbuzz/commits/harfbuzz-sys-v0.3.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=harfbuzz-sys&package-manager=cargo&previous-version=0.3.3&new-version=0.3.4)](https://dependabot.com/compatibility-score/?dependency-name=harfbuzz-sys&package-manager=cargo&previous-version=0.3.3&new-version=0.3.4) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * | Bump harfbuzz-sys from 0.3.3 to 0.3.4dependabot-preview[bot]2020-06-031-3/+3
| |/ | | | | | | | | | | | | Bumps [harfbuzz-sys](https://github.com/servo/rust-harfbuzz) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/servo/rust-harfbuzz/releases) - [Commits](https://github.com/servo/rust-harfbuzz/commits/harfbuzz-sys-v0.3.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Auto merge of #26762 - servo:dependabot/cargo/rand_chacha-0.2.2, r=jdmbors-servo2020-06-031-12/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump rand_chacha from 0.2.1 to 0.2.2 Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.2.1 to 0.2.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-random/rand/blob/master/CHANGELOG.md">rand_chacha's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="http://keepachangelog.com/en/1.0.0/">Keep a Changelog</a> and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> <p>A <a href="https://github.com/rust-random/rand/blob/master/rand_core/CHANGELOG.md">separate changelog is kept for rand_core</a>.</p> <p>You may also find the <a href="https://rust-random.github.io/book/update.html">Upgrade Guide</a> useful.</p> <h2>[Unreleased]</h2> <h3>Additions</h3> <ul> <li>impl PartialEq+Eq for StdRng, SmallRng, and StepRng (<a href="https://github-redirect.dependabot.com/rust-random/rand/issues/975">#975</a>)</li> <li>Added a <code>serde1</code> feature and added Serialize/Deserialize to <code>UniformInt</code> and <code>WeightedIndex</code> (<a href="https://github-redirect.dependabot.com/rust-random/rand/issues/974">#974</a>)</li> </ul> <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> <h2>[0.7.2] - 2019-09-16</h2> <h3>Fixes</h3> <ul> <li>Fix dependency on <code>rand_core</code> 0.5.1 (<a href="https://github-redirect.dependabot.com/rust-random/rand/issues/890">#890</a>)</li> </ul> <h3>Additions</h3> <ul> <li>Unit tests for value stability of distributions added (<a href="https://github-redirect.dependabot.com/rust-random/rand/issues/888">#888</a>)</li> </ul> <h2>[0.7.1] - 2019-09-13</h2> <h3>Yanked</h3> <p>This release was yanked since it depends on <code>rand_core::OsRng</code> added in 0.5.1 but specifies a dependency on version 0.5.0 (<a href="https://github-redirect.dependabot.com/rust-random/rand/issues/890">#890</a>), causing a broken builds when updating from <code>rand 0.7.0</code> without also updating <code>rand_core</code>.</p> <h3>Fixes</h3> <ul> <li>Fix <code>no_std</code> behaviour, appropriately enable c2-chacha's <code>std</code> feature (<a href="https://github-redirect.dependabot.com/rust-random/rand/issues/844">#844</a>)</li> <li><code>alloc</code> feature in <code>no_std</code> is available since Rust 1.36 (<a href="https://github-redirect.dependabot.com/rust-random/rand/issues/856">#856</a>)</li> <li>Fix or squelch issues from Clippy lints (<a href="https://github-redirect.dependabot.com/rust-random/rand/issues/840">#840</a>)</li> </ul> <h3>Additions</h3> <ul> <li>Add a <code>no_std</code> target to CI to continuously evaluate <code>no_std</code> status (<a href="https://github-redirect.dependabot.com/rust-random/rand/issues/844">#844</a>)</li> <li><code>WeightedIndex</code>: allow adjusting a sub-set of weights (<a href="https://github-redirect.dependabot.com/rust-random/rand/issues/866">#866</a>)</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-random/rand/commit/e2112c4404c61d3850c0e91f48114db5daf06569"><code>e2112c4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-random/rand/issues/950">#950</a> from coltfred/rand-chacha-0.2.2</li> <li><a href="https://github.com/rust-random/rand/commit/c67a857b160782c0f8f313a4ed71a44249d87a9a"><code>c67a857</code></a> Update changelog for rand-chacha 0.2.2</li> <li><a href="https://github.com/rust-random/rand/commit/8ed19df4fd298ce3fe66a70bb5f85dae082fba72"><code>8ed19df</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-random/rand/issues/944">#944</a> from coltfred/crypto-rng-chachacore</li> <li><a href="https://github.com/rust-random/rand/commit/108632c9007b6f6e8e559598d42c8daa5a53c21a"><code>108632c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-random/rand/issues/940">#940</a> from dhardy/work</li> <li><a href="https://github.com/rust-random/rand/commit/5ecaeb3b4fdb12450b77666b87d921208703314a"><code>5ecaeb3</code></a> Add CryptoRng marker trait to ChaChaXCore</li> <li><a href="https://github.com/rust-random/rand/commit/d66d4d169c871fd16b9eed208ea941ec5412201b"><code>d66d4d1</code></a> Impl Fill for slices over bool, char, f32, f64</li> <li><a href="https://github.com/rust-random/rand/commit/eccd1f8f7e6c62df5354f80c3403994a77d48b68"><code>eccd1f8</code></a> Optimise: avoid inlining</li> <li><a href="https://github.com/rust-random/rand/commit/7bdfa855e2cef2b97693352acd54db1c4f1023eb"><code>7bdfa85</code></a> Replace AsByteSliceMut with Fill</li> <li><a href="https://github.com/rust-random/rand/commit/571c9af9a63d939e849c1cc100e4084ec46e195a"><code>571c9af</code></a> Misc bench: add gen_1kb_u16_*</li> <li><a href="https://github.com/rust-random/rand/commit/6403c10d6477564f6c4e7562252feb6fb533c59c"><code>6403c10</code></a> Move Rng trait to sub-module</li> <li>Additional commits viewable in <a href="https://github.com/rust-random/rand/compare/rand_chacha-0.2.1...rand_chacha-0.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=rand_chacha&package-manager=cargo&previous-version=0.2.1&new-version=0.2.2)](https://dependabot.com/compatibility-score/?dependency-name=rand_chacha&package-manager=cargo&previous-version=0.2.1&new-version=0.2.2) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * | Bump rand_chacha from 0.2.1 to 0.2.2dependabot-preview[bot]2020-06-031-12/+3
| |/ | | | | | | | | | | | | | | Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_chacha-0.2.1...rand_chacha-0.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Auto merge of #26761 - servo:dependabot/cargo/clipboard-win-2.2.0, r=jdmbors-servo2020-06-031-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump clipboard-win from 2.1.1 to 2.2.0 Bumps [clipboard-win](https://github.com/DoumanAsh/clipboard-win) from 2.1.1 to 2.2.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DoumanAsh/clipboard-win/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=clipboard-win&package-manager=cargo&previous-version=2.1.1&new-version=2.2.0)](https://dependabot.com/compatibility-score/?dependency-name=clipboard-win&package-manager=cargo&previous-version=2.1.1&new-version=2.2.0) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * | Bump clipboard-win from 2.1.1 to 2.2.0dependabot-preview[bot]2020-06-031-2/+2
| |/ | | | | | | | | | | | | Bumps [clipboard-win](https://github.com/DoumanAsh/clipboard-win) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/DoumanAsh/clipboard-win/releases) - [Commits](https://github.com/DoumanAsh/clipboard-win/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / Bump nom from 4.1.1 to 4.2.3dependabot-preview[bot]2020-06-031-2/+3
|/ | | | | | | | Bumps [nom](https://github.com/Geal/nom) from 4.1.1 to 4.2.3. - [Release notes](https://github.com/Geal/nom/releases) - [Changelog](https://github.com/Geal/nom/blob/master/CHANGELOG.md) - [Commits](https://github.com/Geal/nom/compare/4.1.1...4.2.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Auto merge of #26748 - servo:dependabot/cargo/gfx-backend-dx12-0.5.4, r=jdmbors-servo2020-06-021-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump gfx-backend-dx12 from 0.5.3 to 0.5.4 Bumps [gfx-backend-dx12](https://github.com/gfx-rs/gfx) from 0.5.3 to 0.5.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md">gfx-backend-dx12's changelog</a>.</em></p> <blockquote> <h3>backend-dx12-0.5.4 (29-05-2020)</h3> <ul> <li>fix detection of integrated gpus</li> <li>fix UB in <code>compile_shader</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/gfx-rs/gfx/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=gfx-backend-dx12&package-manager=cargo&previous-version=0.5.3&new-version=0.5.4)](https://dependabot.com/compatibility-score/?dependency-name=gfx-backend-dx12&package-manager=cargo&previous-version=0.5.3&new-version=0.5.4) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * Bump gfx-backend-dx12 from 0.5.3 to 0.5.4dependabot-preview[bot]2020-06-021-2/+2
| | | | | | | | | | | | | | | | Bumps [gfx-backend-dx12](https://github.com/gfx-rs/gfx) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/gfx-rs/gfx/releases) - [Changelog](https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/gfx/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Auto merge of #26750 - servo:dependabot/cargo/gstreamer-video-sys-0.8.1, r=jdmbors-servo2020-06-021-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump gstreamer-video-sys from 0.8.0 to 0.8.1 Bumps gstreamer-video-sys from 0.8.0 to 0.8.1. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=gstreamer-video-sys&package-manager=cargo&previous-version=0.8.0&new-version=0.8.1)](https://dependabot.com/compatibility-score/?dependency-name=gstreamer-video-sys&package-manager=cargo&previous-version=0.8.0&new-version=0.8.1) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * | Bump gstreamer-video-sys from 0.8.0 to 0.8.1dependabot-preview[bot]2020-06-021-2/+2
| |/ | | | | | | | | Bumps gstreamer-video-sys from 0.8.0 to 0.8.1. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Auto merge of #26746 - servo:dependabot/cargo/gstreamer-player-0.15.5, r=jdmbors-servo2020-06-021-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump gstreamer-player from 0.15.3 to 0.15.5 Bumps gstreamer-player from 0.15.3 to 0.15.5. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=gstreamer-player&package-manager=cargo&previous-version=0.15.3&new-version=0.15.5)](https://dependabot.com/compatibility-score/?dependency-name=gstreamer-player&package-manager=cargo&previous-version=0.15.3&new-version=0.15.5) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * | Bump gstreamer-player from 0.15.3 to 0.15.5dependabot-preview[bot]2020-06-021-2/+2
| |/ | | | | | | | | Bumps gstreamer-player from 0.15.3 to 0.15.5. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Auto merge of #26745 - servo:dependabot/cargo/block-buffer-0.7.3, r=jdmbors-servo2020-06-021-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump block-buffer from 0.7.0 to 0.7.3 Bumps [block-buffer](https://github.com/RustCrypto/utils) from 0.7.0 to 0.7.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RustCrypto/utils/commit/6ab1bbf4c9f580576e44079bd95cadf49220e575"><code>6ab1bbf</code></a> block-buffer v0.7.3</li> <li><a href="https://github.com/RustCrypto/utils/commit/edab714932ef445b25ce7015741cd7282f0d0751"><code>edab714</code></a> Make block-buffer minimal-versions correct (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/23">#23</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/3cdecb4bd8c651dc0e03005ecd4dcbdd401044a4"><code>3cdecb4</code></a> Relaxed restrictions on padding buffer size. See <a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/20">#20</a> (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/21">#21</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/969ed331330188ef11754f4c8b6c01513926bc4c"><code>969ed33</code></a> hex-literal license files. closes <a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/18">#18</a></li> <li><a href="https://github.com/RustCrypto/utils/commit/1f9655532f53cfd639718174b47ce02299c8c4f4"><code>1f96555</code></a> hex-literal v0.1.3</li> <li><a href="https://github.com/RustCrypto/utils/commit/7f8eb536ecb0606df930cc96bcbea5a3647462ab"><code>7f8eb53</code></a> Removes unnecessary backtick from hex-literal doc (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/16">#16</a>)</li> <li><a href="https://github.com/RustCrypto/utils/commit/fd52602520735fcd640f044ff7f6796bcb757e21"><code>fd52602</code></a> comment out input2 method</li> <li><a href="https://github.com/RustCrypto/utils/commit/9ae69ae6dda897f92c7d8a81ad4cf2c1a77d45ac"><code>9ae69ae</code></a> opaque-debug v0.2.2</li> <li><a href="https://github.com/RustCrypto/utils/commit/5276f2015b69fa05b939a237b9ca31788e16d423"><code>5276f20</code></a> update/add license information</li> <li><a href="https://github.com/RustCrypto/utils/commit/088c596b0076bb5d84ded9c43a79d1086d969f5c"><code>088c596</code></a> add input2 method to block-buffer</li> <li>Additional commits viewable in <a href="https://github.com/RustCrypto/utils/compare/block-buffer-v0.7.0...block-buffer-v0.7.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=block-buffer&package-manager=cargo&previous-version=0.7.0&new-version=0.7.3)](https://dependabot.com/compatibility-score/?dependency-name=block-buffer&package-manager=cargo&previous-version=0.7.0&new-version=0.7.3) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * | Bump block-buffer from 0.7.0 to 0.7.3dependabot-preview[bot]2020-06-021-2/+2
| |/ | | | | | | | | | | | | Bumps [block-buffer](https://github.com/RustCrypto/utils) from 0.7.0 to 0.7.3. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](https://github.com/RustCrypto/utils/compare/block-buffer-v0.7.0...block-buffer-v0.7.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Auto merge of #26744 - servo:dependabot/cargo/gstreamer-webrtc-sys-0.8.1, r=jdmbors-servo2020-06-021-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump gstreamer-webrtc-sys from 0.8.0 to 0.8.1 Bumps gstreamer-webrtc-sys from 0.8.0 to 0.8.1. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=gstreamer-webrtc-sys&package-manager=cargo&previous-version=0.8.0&new-version=0.8.1)](https://dependabot.com/compatibility-score/?dependency-name=gstreamer-webrtc-sys&package-manager=cargo&previous-version=0.8.0&new-version=0.8.1) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * | Bump gstreamer-webrtc-sys from 0.8.0 to 0.8.1dependabot-preview[bot]2020-06-021-2/+2
| |/ | | | | | | | | Bumps gstreamer-webrtc-sys from 0.8.0 to 0.8.1. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* / Bump dtoa-short from 0.3.0 to 0.3.2dependabot-preview[bot]2020-06-021-2/+2
|/ | | | | | | Bumps [dtoa-short](https://github.com/upsuper/dtoa-short) from 0.3.0 to 0.3.2. - [Release notes](https://github.com/upsuper/dtoa-short/releases) - [Commits](https://github.com/upsuper/dtoa-short/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Auto merge of #26738 - servo:dependabot/cargo/rustc-demangle-0.1.16, r=jdmbors-servo2020-06-011-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump rustc-demangle from 0.1.4 to 0.1.16 Bumps [rustc-demangle](https://github.com/alexcrichton/rustc-demangle) from 0.1.4 to 0.1.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alexcrichton/rustc-demangle/commit/23f19337afbadec16b80d616551ada5ee02f73f0"><code>23f1933</code></a> Bump to 0.1.16</li> <li><a href="https://github.com/alexcrichton/rustc-demangle/commit/51cb6ead7b126a4dd9d896a2f4d3d6bbcf6dc79f"><code>51cb6ea</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/rustc-demangle/issues/30">#30</a> from eddyb/trailing-dots</li> <li><a href="https://github.com/alexcrichton/rustc-demangle/commit/c1eeee66d3bb3d483d9b05df7ab7592df114638f"><code>c1eeee6</code></a> v0: also support preserving extra suffixes found after mangled symbol.</li> <li><a href="https://github.com/alexcrichton/rustc-demangle/commit/23654c717094364c3c7f9b2a4952851866a7d1be"><code>23654c7</code></a> legacy: handle extra suffixes after parsing the _ZN...E part of the symbol name.</li> <li><a href="https://github.com/alexcrichton/rustc-demangle/commit/d0fc0e190b082401f432f2ed5b3bbd6e6f7ca6da"><code>d0fc0e1</code></a> v0: port <code>demangle_thinlto</code> test from legacy.</li> <li><a href="https://github.com/alexcrichton/rustc-demangle/commit/016ca6e24bb7d4028831b125ac8f0f5a3daa263e"><code>016ca6e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/rustc-demangle/issues/29">#29</a> from eddyb/legacy-unescape</li> <li><a href="https://github.com/alexcrichton/rustc-demangle/commit/c3c684ee33c5c553cd490f8605cb82e26a723ac8"><code>c3c684e</code></a> legacy: unescape all $u...$ that encode non-control Unicode codepoints.</li> <li><a href="https://github.com/alexcrichton/rustc-demangle/commit/de656cdd0b41e5163e2a73e51d800fea3804b8d9"><code>de656cd</code></a> Bump to 0.1.15</li> <li><a href="https://github.com/alexcrichton/rustc-demangle/commit/5d697bc5f4270587bc040ac21c0d5ca14100da13"><code>5d697bc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/rustc-demangle/issues/26">#26</a> from eddyb/underscore-escaping</li> <li><a href="https://github.com/alexcrichton/rustc-demangle/commit/9f43a300f3a0cffc6c597fabc2cf964e2cc94644"><code>9f43a30</code></a> v0: allow identifiers to start with a digit.</li> <li>Additional commits viewable in <a href="https://github.com/alexcrichton/rustc-demangle/compare/0.1.4...0.1.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=rustc-demangle&package-manager=cargo&previous-version=0.1.4&new-version=0.1.16)](https://dependabot.com/compatibility-score/?dependency-name=rustc-demangle&package-manager=cargo&previous-version=0.1.4&new-version=0.1.16) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * Bump rustc-demangle from 0.1.4 to 0.1.16dependabot-preview[bot]2020-06-011-2/+2
| | | | | | | | | | | | | | Bumps [rustc-demangle](https://github.com/alexcrichton/rustc-demangle) from 0.1.4 to 0.1.16. - [Release notes](https://github.com/alexcrichton/rustc-demangle/releases) - [Commits](https://github.com/alexcrichton/rustc-demangle/compare/0.1.4...0.1.16) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Auto merge of #26737 - servo:dependabot/cargo/serde-1.0.111, r=jdmbors-servo2020-06-011-4/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump serde from 1.0.110 to 1.0.111 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.110 to 1.0.111. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.111</h2> <ul> <li>Process borrowed lifetimes inside of interpolated macro_rules metavariables, such as in the case of <code>#[derive(Deserialize)] struct S&lt;'a&gt; { field: $field }</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1821">#1821</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/9f331cc25753edd71ad7ab0ea08a430fefaa90e1"><code>9f331cc</code></a> Release 1.0.111</li> <li><a href="https://github.com/serde-rs/serde/commit/ef16c815f6f67ef37a975aef8213f5a84e292b22"><code>ef16c81</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1821">#1821</a> from dtolnay/ungroup</li> <li><a href="https://github.com/serde-rs/serde/commit/c45a809d5c318a09eb353b09ac767b0a9c6b47c2"><code>c45a809</code></a> Look inside of None-delimited groups when examining types</li> <li><a href="https://github.com/serde-rs/serde/commit/f7d06cae4c51802692f55eacad43b78cb69db22e"><code>f7d06ca</code></a> Add failing test involving macro_rules metavariable</li> <li><a href="https://github.com/serde-rs/serde/commit/31fe82a21567f246c3df9034f2cb4294be83a97e"><code>31fe82a</code></a> Resolve match_wildcard_for_single_variants pedantic lint</li> <li><a href="https://github.com/serde-rs/serde/commit/ef6ed1d1be9a181a3a6d19d0860befe5d7b279b7"><code>ef6ed1d</code></a> Copy some new links from serde.rs to the crate-level doc</li> <li><a href="https://github.com/serde-rs/serde/commit/9d1251548b64d7409337373f9b9c4c6ec7cc77b5"><code>9d12515</code></a> Mirror 'Getting help' from github readme to crates.io readme</li> <li><a href="https://github.com/serde-rs/serde/commit/c20730ee39cfc9c2e769907ba19ac7b3e1943d8f"><code>c20730e</code></a> Remove reference to mozilla irc</li> <li><a href="https://github.com/serde-rs/serde/commit/afd51ef0f4508094b278afe99c19094e94afbae6"><code>afd51ef</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1808">#1808</a> from dtolnay/help</li> <li><a href="https://github.com/serde-rs/serde/commit/3167f986896ac8e9ea3e3ac12f6b92ac215fdd7e"><code>3167f98</code></a> Update 'Getting help' section</li> <li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.110...v1.0.111">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.110&new-version=1.0.111)](https://dependabot.com/compatibility-score/?dependency-name=serde&package-manager=cargo&previous-version=1.0.110&new-version=1.0.111) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
| * | Bump serde from 1.0.110 to 1.0.111dependabot-preview[bot]2020-06-011-4/+4
| |/ | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.110 to 1.0.111. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.110...v1.0.111) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>