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 idna from 0.2.2 to 0.2.3 #28385

Merged
merged 1 commit into from
Apr 26, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps idna from 0.2.2 to 0.2.3.

Commits
  • 837538c idna: Bump to version 0.2.3
  • 46d22de Merge pull request #699 from djc/debug-cannot-be-a-base
  • 1ad022d Add cannot_be_a_base field to Url's Debug representation (fixes #693)
  • 3eb936b Merge pull request #696 from DavidKorczynski/patch-1
  • a70882c Fix breaking OSS-Fuzz coverage build
  • e5e4829 Update issue templates
  • 7304286 Merge pull request #694 from djc/fix-unicode-before-delimiter
  • ce37627 url: more regressed clippy suppressions
  • d39870e Reinstate suspicious_operation_groupings suppression
  • 1416aca Remove unnecessary return statement
  • 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 [idna](https://github.com/servo/rust-url) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@idna-v0.2.2...idna-v0.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Apr 22, 2021
@takkuumi
Copy link

@bors-servo r=auto

@bors-servo
Copy link
Contributor

@NateLing: 🔑 Insufficient privileges: Not in reviewers

@jdm
Copy link
Member

jdm commented Apr 26, 2021

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit d771e44 has been approved by jdm

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Apr 26, 2021
@bors-servo
Copy link
Contributor

⌛ Testing commit d771e44 with merge 54d099f...

bors-servo added a commit that referenced this pull request Apr 26, 2021
build(deps): bump idna from 0.2.2 to 0.2.3

Bumps [idna](https://github.com/servo/rust-url) from 0.2.2 to 0.2.3.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/servo/rust-url/commit/837538c549f3458f157ee154ae76e3e2b9e27118"><code>837538c</code></a> idna: Bump to version 0.2.3</li>
<li><a href="https://github.com/servo/rust-url/commit/46d22ded94ad59335deb2ebd251df236f429a41c"><code>46d22de</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/699">#699</a> from djc/debug-cannot-be-a-base</li>
<li><a href="https://github.com/servo/rust-url/commit/1ad022d85f15b75424b7c622b9085ccfb479ab6b"><code>1ad022d</code></a> Add cannot_be_a_base field to Url's Debug representation (fixes <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/693">#693</a>)</li>
<li><a href="https://github.com/servo/rust-url/commit/3eb936b8cfff77bf0fd9c1f984963b1e6ecd0a31"><code>3eb936b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/696">#696</a> from DavidKorczynski/patch-1</li>
<li><a href="https://github.com/servo/rust-url/commit/a70882cd02eade144badcff486ae0dd3ef46ea8d"><code>a70882c</code></a> Fix breaking OSS-Fuzz coverage build</li>
<li><a href="https://github.com/servo/rust-url/commit/e5e482926ade6bdb320331dd1034b94c9cb0213d"><code>e5e4829</code></a> Update issue templates</li>
<li><a href="https://github.com/servo/rust-url/commit/73042861beeed93e11f4ab5db427d9c7ef763176"><code>7304286</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/694">#694</a> from djc/fix-unicode-before-delimiter</li>
<li><a href="https://github.com/servo/rust-url/commit/ce37627f6d6071e14f4810801ed2aa066da8f785"><code>ce37627</code></a> url: more regressed clippy suppressions</li>
<li><a href="https://github.com/servo/rust-url/commit/d39870e927b675ca08aa1bb3f59e89c5e6a2bde2"><code>d39870e</code></a> Reinstate suspicious_operation_groupings suppression</li>
<li><a href="https://github.com/servo/rust-url/commit/1416aca31df94b65e6a3b9b7bbaa1b73a30f1554"><code>1416aca</code></a> Remove unnecessary return statement</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/idna-v0.2.2...idna-v0.2.3">compare view</a></li>
</ul>
</details>
<br />

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

💔 Test failed - status-taskcluster

@highfive highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Apr 26, 2021
@bors-servo
Copy link
Contributor

⌛ Testing commit d771e44 with merge 43a7471...

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-tests-failed The changes caused existing tests to fail. labels Apr 26, 2021
@bors-servo
Copy link
Contributor

☀️ Test successful - checks-github, status-taskcluster
Approved by: jdm
Pushing 43a7471 to master...

@bors-servo bors-servo merged commit 43a7471 into master Apr 26, 2021
@bors-servo bors-servo deleted the dependabot/cargo/idna-0.2.3 branch April 26, 2021 04:48
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants