Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump procedural-masquerade from 0.1.6 to 0.1.7 #27081

Merged
merged 1 commit into from Jun 25, 2020

Conversation

@dependabot-preview
Copy link
Contributor

dependabot-preview bot commented Jun 25, 2020

Bumps procedural-masquerade from 0.1.6 to 0.1.7.

Commits
  • 3e91136 Auto merge of #274 - servo:pretty-printing-agnostic, r=emilio
  • 2976bf4 Make procedural-masquerade resilient to macro input pretty-printing changes
  • 7c9854e Auto merge of #267 - servo:bump-smallvec, r=emilio
  • ef8162e Auto merge of #269 - servo:nll, r=SimonSapin
  • cfd59ca Clean up a bit now that lifetimes are non-lexical.
  • efc1b25 Bump smallvec to 1.0, release new minor version (0.27.2)
  • 65d6c3e Auto merge of #265 - servo:those-without-syn, r=nox
  • d4af92c Simplify the implementation of ascii_case_insensitive_phf_map
  • 610cc22 Add support for attributes on match arms in match_ignore_ascii_case!
  • 5188d5e Auto merge of #264 - servo:those-without-syn, r=nox
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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:

  • 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)
Bumps [procedural-masquerade](https://github.com/servo/rust-cssparser) from 0.1.6 to 0.1.7.
- [Release notes](https://github.com/servo/rust-cssparser/releases)
- [Commits](servo/rust-cssparser@procedural-masquerade-v0.1.6...procedural-masquerade-v0.1.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@nox
Copy link
Member

nox commented Jun 25, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jun 25, 2020

📌 Commit 1bb2b3d has been approved by nox

@bors-servo
Copy link
Contributor

bors-servo commented Jun 25, 2020

Testing commit 1bb2b3d with merge 676e001...

bors-servo added a commit that referenced this pull request Jun 25, 2020
….1.7, r=nox

build(deps): bump procedural-masquerade from 0.1.6 to 0.1.7

Bumps [procedural-masquerade](https://github.com/servo/rust-cssparser) from 0.1.6 to 0.1.7.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/servo/rust-cssparser/commit/3e911361d24fd1b0a04a3ab80f14d63f224135ba"><code>3e91136</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-cssparser/issues/274">#274</a> - servo:pretty-printing-agnostic, r=emilio</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/2976bf450b055a4477f058134f6e9734d538538b"><code>2976bf4</code></a> Make procedural-masquerade resilient to macro input pretty-printing changes</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/7c9854ebf5f18860fc20d4e7b7c8534eb7b704c6"><code>7c9854e</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-cssparser/issues/267">#267</a> - servo:bump-smallvec, r=emilio</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/ef8162e6b7233a56046a2bb25d11148d764576b9"><code>ef8162e</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-cssparser/issues/269">#269</a> - servo:nll, r=SimonSapin</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/cfd59cabd52fe9134315dbe1d43aa16261e0fd35"><code>cfd59ca</code></a> Clean up a bit now that lifetimes are non-lexical.</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/efc1b25b693d0018a8445000bbe1aafc853684a2"><code>efc1b25</code></a> Bump smallvec to 1.0, release new minor version (0.27.2)</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/65d6c3e0a5dc222f745dbc7bc16c92a49e3d2aff"><code>65d6c3e</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-cssparser/issues/265">#265</a> - servo:those-without-syn, r=nox</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/d4af92c10b22ddc8a731df3e713a4d0874947175"><code>d4af92c</code></a> Simplify the implementation of ascii_case_insensitive_phf_map</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/610cc2215c7b9149bd9bb89dcaaa1fd98ce2b6d6"><code>610cc22</code></a> Add support for attributes on match arms in match_ignore_ascii_case!</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/5188d5e0b242431530fc37c764edf471a2c8242b"><code>5188d5e</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-cssparser/issues/264">#264</a> - servo:those-without-syn, r=nox</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-cssparser/compare/procedural-masquerade-v0.1.6...procedural-masquerade-v0.1.7">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=procedural-masquerade&package-manager=cargo&previous-version=0.1.6&new-version=0.1.7)](https://dependabot.com/compatibility-score/?dependency-name=procedural-masquerade&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>
@bors-servo
Copy link
Contributor

bors-servo commented Jun 25, 2020

💔 Test failed - status-taskcluster

@nox
Copy link
Member

nox commented Jun 25, 2020

/usr/bin/clang++: /usr/bin/clang++: cannot execute binary file

You what

@jdm
Copy link
Member

jdm commented Jun 25, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jun 25, 2020

Testing commit 1bb2b3d with merge 18fad00...

bors-servo added a commit that referenced this pull request Jun 25, 2020
….1.7, r=nox

build(deps): bump procedural-masquerade from 0.1.6 to 0.1.7

Bumps [procedural-masquerade](https://github.com/servo/rust-cssparser) from 0.1.6 to 0.1.7.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/servo/rust-cssparser/commit/3e911361d24fd1b0a04a3ab80f14d63f224135ba"><code>3e91136</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-cssparser/issues/274">#274</a> - servo:pretty-printing-agnostic, r=emilio</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/2976bf450b055a4477f058134f6e9734d538538b"><code>2976bf4</code></a> Make procedural-masquerade resilient to macro input pretty-printing changes</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/7c9854ebf5f18860fc20d4e7b7c8534eb7b704c6"><code>7c9854e</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-cssparser/issues/267">#267</a> - servo:bump-smallvec, r=emilio</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/ef8162e6b7233a56046a2bb25d11148d764576b9"><code>ef8162e</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-cssparser/issues/269">#269</a> - servo:nll, r=SimonSapin</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/cfd59cabd52fe9134315dbe1d43aa16261e0fd35"><code>cfd59ca</code></a> Clean up a bit now that lifetimes are non-lexical.</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/efc1b25b693d0018a8445000bbe1aafc853684a2"><code>efc1b25</code></a> Bump smallvec to 1.0, release new minor version (0.27.2)</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/65d6c3e0a5dc222f745dbc7bc16c92a49e3d2aff"><code>65d6c3e</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-cssparser/issues/265">#265</a> - servo:those-without-syn, r=nox</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/d4af92c10b22ddc8a731df3e713a4d0874947175"><code>d4af92c</code></a> Simplify the implementation of ascii_case_insensitive_phf_map</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/610cc2215c7b9149bd9bb89dcaaa1fd98ce2b6d6"><code>610cc22</code></a> Add support for attributes on match arms in match_ignore_ascii_case!</li>
<li><a href="https://github.com/servo/rust-cssparser/commit/5188d5e0b242431530fc37c764edf471a2c8242b"><code>5188d5e</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-cssparser/issues/264">#264</a> - servo:those-without-syn, r=nox</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-cssparser/compare/procedural-masquerade-v0.1.6...procedural-masquerade-v0.1.7">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=procedural-masquerade&package-manager=cargo&previous-version=0.1.6&new-version=0.1.7)](https://dependabot.com/compatibility-score/?dependency-name=procedural-masquerade&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>
@bors-servo
Copy link
Contributor

bors-servo commented Jun 25, 2020

💔 Test failed - status-taskcluster

@jdm
Copy link
Member

jdm commented Jun 25, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jun 25, 2020

Testing commit 1bb2b3d with merge c862ffe...

@bors-servo
Copy link
Contributor

bors-servo commented Jun 25, 2020

☀️ Test successful - status-taskcluster
Approved by: nox
Pushing c862ffe to master...

@bors-servo bors-servo merged commit c862ffe into master Jun 25, 2020
2 checks passed
2 checks passed
Community-TC (pull_request) TaskGroup: success
Details
homu Test successful
Details
@bors-servo bors-servo deleted the dependabot/cargo/procedural-masquerade-0.1.7 branch Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.