build(deps): bump percent-encoding from 2.1.0 to 2.2.0

Bumps [percent-encoding](https://github.com/servo/rust-url) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/percent-encoding-v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: percent-encoding
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-12 21:23:47 +00:00 committed by relrelb
parent bff0855435
commit e86b3f0efb
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2727,9 +2727,9 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "percent-encoding"
version = "2.1.0"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
[[package]]
name = "pin-project"

View File

@ -28,7 +28,7 @@ quick-xml = { git = "https://github.com/ruffle-rs/quick-xml", rev = "8496365ec14
downcast-rs = "1.2.0"
url = "2.2.2"
weak-table = "0.3.2"
percent-encoding = "2.1.0"
percent-encoding = "2.2.0"
thiserror = "1.0"
chrono = "0.4"
instant = "0.1"