Skip to content

Commit

Permalink
Merge #616
Browse files Browse the repository at this point in the history
616: Build(deps): bump url from 2.2.2 to 2.3.1 r=pitkley a=dependabot[bot]

Bumps [url](https://github.com/servo/rust-url) from 2.2.2 to 2.3.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/servo/rust-url/commit/359bc90a4f07224f79cc79c45dc873d44bcd6f14"><code>359bc90</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/792">#792</a> from servo/version_bump_2.3.1</li>
<li><a href="https://github.com/servo/rust-url/commit/ad8911ae54480d9adafdd9b0de045384b0c70640"><code>ad8911a</code></a> Bump url version to 2.3.1 and bump minor for dependencies</li>
<li><a href="https://github.com/servo/rust-url/commit/35abc325ba5a9925e0de29a893d67fefb35d07c3"><code>35abc32</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/791">#791</a> from servo/ver_2.3.0</li>
<li><a href="https://github.com/servo/rust-url/commit/25266fcc36065f78c17ffb13d8cbad8bae14ae2d"><code>25266fc</code></a> Bump url version to 2.3.0</li>
<li><a href="https://github.com/servo/rust-url/commit/587e9628a930ba40c1d78ada72c538b6bfee8fbc"><code>587e962</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/790">#790</a> from crowlKats/remove_idna</li>
<li><a href="https://github.com/servo/rust-url/commit/eaa23e556f8f6de3c2c92ff16ceab9d554c52969"><code>eaa23e5</code></a> remove IDNA feature</li>
<li><a href="https://github.com/servo/rust-url/commit/a3df36528a70cca307e95545b6d7766721a498b0"><code>a3df365</code></a> feat(url): add <code>quirks::internal_components</code> (<a href="https://github-redirect.dependabot.com/servo/rust-url/issues/788">#788</a>)</li>
<li><a href="https://github.com/servo/rust-url/commit/868719da3f4e3a33d8fdc20ef8ce7f2e348c970b"><code>868719d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/734">#734</a> from andrewbanchich/fix-set-host</li>
<li><a href="https://github.com/servo/rust-url/commit/eb3f20d7e4da46344b9bb8e1c54d2f64034b1f59"><code>eb3f20d</code></a> Fix setting file hosts to None</li>
<li><a href="https://github.com/servo/rust-url/commit/6e5df8fe3bd7bc3ed9c5abc7b787293c6540b0cc"><code>6e5df8f</code></a> perf(idna): fast-path simple/ascii domains (<a href="https://github-redirect.dependabot.com/servo/rust-url/issues/761">#761</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.2.2...v2.3.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.2.2&new-version=2.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Oct 20, 2022
2 parents 54aac8e + 884659b commit 208b63d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
25 changes: 8 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tempfile = "^3.3"
time = { version = "^0.3", features = ["formatting"] }
tokio = "^1.21"
toml = "^0.5"
url = "^2.2"
url = "^2.3"

[dev-dependencies]
eval = "^0.4"
Expand Down

0 comments on commit 208b63d

Please sign in to comment.