aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <servo-ops@mozilla.com>2021-05-25 21:58:06 -0400
committerGitHub <noreply@github.com>2021-05-25 21:58:06 -0400
commit07f355a2e7a74624871c70396faa111bc9277e96 (patch)
tree847890aa8f2492920d669bba414339afbb8c1a76
parent6fb584b2b30507ed5b4eea7939d16ab1add14ada (diff)
parent6232ba191fdaa1b88393b1a56bd4d6cdd4eb2f6a (diff)
downloadservo-07f355a2e7a74624871c70396faa111bc9277e96.tar.gz
servo-07f355a2e7a74624871c70396faa111bc9277e96.zip
Auto merge of #28435 - servo:dependabot/cargo/urlencoding-1.3.3, r=jdm
Bump urlencoding from 1.1.1 to 1.3.3 Bumps [urlencoding](https://github.com/kornelski/rust_urlencoding) from 1.1.1 to 1.3.3. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/kornelski/rust_urlencoding/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=urlencoding&package-manager=cargo&previous-version=1.1.1&new-version=1.3.3)](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>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 04a7742d2ff..15f427a10b9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6829,9 +6829,9 @@ dependencies = [
[[package]]
name = "urlencoding"
-version = "1.1.1"
+version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c9232eb53352b4442e40d7900465dfc534e8cb2dc8f18656fcb2ac16112b5593"
+checksum = "5a1f0175e03a0973cf4afd476bef05c26e228520400eb1fd473ad417b1c00ffb"
[[package]]
name = "utf-8"