mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-31 03:40:24 +00:00
Bump percent-encoding from 2.1.0 to 2.2.0 (#1011)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
485253b9f3
commit
f0c591fa7e
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2427,9 +2427,9 @@ dependencies = [
|
|||
|
||||
[[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 = "phf"
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ tokio = { version = "1.26.0", features = ["full"] }
|
|||
url = { version = "2.3.0", features = ["serde"] }
|
||||
log = "0.4.17"
|
||||
path-clean = "1.0.1"
|
||||
percent-encoding = "2.1.0"
|
||||
percent-encoding = "2.2.0"
|
||||
async-stream = "0.3.4"
|
||||
jwalk = "0.8.1"
|
||||
cached = "0.42.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue