Auto merge of #28385 - servo:dependabot/cargo/idna-0.2.3, r=jdm

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="837538c549"><code>837538c</code></a> idna: Bump to version 0.2.3</li>
<li><a href="46d22ded94"><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="1ad022d85f"><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="3eb936b8cf"><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="a70882cd02"><code>a70882c</code></a> Fix breaking OSS-Fuzz coverage build</li>
<li><a href="e5e482926a"><code>e5e4829</code></a> Update issue templates</li>
<li><a href="73042861be"><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="ce37627f6d"><code>ce37627</code></a> url: more regressed clippy suppressions</li>
<li><a href="d39870e927"><code>d39870e</code></a> Reinstate suspicious_operation_groupings suppression</li>
<li><a href="1416aca31d"><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>
This commit is contained in:
bors-servo 2021-04-25 22:47:26 -04:00 committed by GitHub
commit 43a7471885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -2837,9 +2837,9 @@ checksum = "3c9826188e666f2ed92071d2dadef6edc430b11b158b5b2b3f4babbcc891eaaa"
[[package]] [[package]]
name = "idna" name = "idna"
version = "0.2.2" version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21" checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [ dependencies = [
"matches", "matches",
"unicode-bidi", "unicode-bidi",