Skip to content

Commit

Permalink
chore(deps): Bump percent-encoding from 2.2.0 to 2.3.0 (#17602)
Browse files Browse the repository at this point in the history
Bumps [percent-encoding](https://github.com/servo/rust-url) from 2.2.0
to 2.3.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/servo/rust-url/commit/35abc325ba5a9925e0de29a893d67fefb35d07c3"><code>35abc32</code></a>
Merge pull request <a
href="https://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.com/servo/rust-url/issues/761">#761</a>)</li>
<li><a
href="https://github.com/servo/rust-url/commit/1d307ae51a28fecc630ecec03380788bfb03a643"><code>1d307ae</code></a>
Merge pull request <a
href="https://redirect.github.com/servo/rust-url/issues/787">#787</a>
from jiftoo/query-pairs-patch</li>
<li><a
href="https://github.com/servo/rust-url/commit/4c5e4ee82671d51957cdf921654fc5b9c6cf13e1"><code>4c5e4ee</code></a>
fix unclosed doctest</li>
<li>Additional commits viewable in <a
href="https://github.com/servo/rust-url/compare/v2.2.0...v2.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=percent-encoding&package-manager=cargo&previous-version=2.2.0&new-version=2.3.0)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 5, 2023
1 parent dc6bef2 commit 8e04259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -285,7 +285,7 @@ openssl = { version = "0.10.54", default-features = false, features = ["vendored
openssl-probe = { version = "0.1.5", default-features = false }
ordered-float = { version = "3.7.0", default-features = false }
paste = "1.0.12"
percent-encoding = { version = "2.2.0", default-features = false }
percent-encoding = { version = "2.3.0", default-features = false }
pin-project = { version = "1.1.0", default-features = false }
postgres-openssl = { version = "0.5.0", default-features = false, features = ["runtime"], optional = true }
pulsar = { version = "6.0.0", default-features = false, features = ["tokio-runtime", "auth-oauth2", "flate2", "lz4", "snap", "zstd"], optional = true }
Expand Down

0 comments on commit 8e04259

Please sign in to comment.