mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #28164 - servo:dependabot/cargo/idna-0.2.2, r=jdm
Bump idna from 0.2.1 to 0.2.2 Bumps [idna](https://github.com/servo/rust-url) from 0.2.1 to 0.2.2. <details> <summary>Commits</summary> <ul> <li><a href="5e929762c9
"><code>5e92976</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/678">#678</a> from djc/idna-0.2.2</li> <li><a href="ea406e73c5
"><code>ea406e7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/680">#680</a> from mrobakowski/master</li> <li><a href="74bb107c8f
"><code>74bb107</code></a> update <code>unicode-normalization</code> to <code>0.1.17</code></li> <li><a href="844a3f2d34
"><code>844a3f2</code></a> idna: bump version to 0.2.2</li> <li><a href="00cd65bc39
"><code>00cd65b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/676">#676</a> from djc/idna2008</li> <li><a href="04b7f49019
"><code>04b7f49</code></a> idna: combine two tables</li> <li><a href="945908c5a2
"><code>945908c</code></a> idna: only store range start in the initial TABLE</li> <li><a href="245aba3edd
"><code>245aba3</code></a> idna: implement support for reporting errors on invalid IDNA2008 characters</li> <li><a href="ed86319dff
"><code>ed86319</code></a> idna: simplify merging of mapping table ranges</li> <li><a href="06b790ac98
"><code>06b790a</code></a> Fix clippy warnings</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v0.2.1...idna-v0.2.2">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=idna&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>
This commit is contained in:
commit
a2e3559f10
1 changed files with 4 additions and 4 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -2810,9 +2810,9 @@ checksum = "3c9826188e666f2ed92071d2dadef6edc430b11b158b5b2b3f4babbcc891eaaa"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "idna"
|
name = "idna"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "de910d521f7cc3135c4de8db1cb910e0b5ed1dc6f57c381cd07e8e661ce10094"
|
checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"matches",
|
"matches",
|
||||||
"unicode-bidi",
|
"unicode-bidi",
|
||||||
|
@ -6677,9 +6677,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-normalization"
|
name = "unicode-normalization"
|
||||||
version = "0.1.16"
|
version = "0.1.17"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
|
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"tinyvec",
|
"tinyvec",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue