build(deps): bump percent-encoding from 2.3.0 to 2.3.1

Bumps [percent-encoding](https://github.com/servo/rust-url) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.3.0...v2.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-29 04:35:29 +00:00 committed by Christina Sørensen
parent 81d2f9ce81
commit 53fc475a9e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -790,9 +790,9 @@ dependencies = [
[[package]]
name = "percent-encoding"
version = "2.3.0"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "phf"

View file

@ -82,7 +82,7 @@ num_cpus = "1.16"
number_prefix = "0.4"
palette = { version = "0.7.3", default-features = false, features = ["std"] }
once_cell = "1.18.0"
percent-encoding = "2.3.0"
percent-encoding = "2.3.1"
phf = { version = "0.11.2", features = ["macros"] }
plist = { version = "1.6.0", default-features = false }
scoped_threadpool = "0.1"