Bump percent-encoding from 2.2.0 to 2.3.0 (#171)

This commit is contained in:
dependabot[bot] 2023-09-22 09:32:25 +00:00 committed by GitHub
parent 303e2053be
commit 29772f8f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -432,9 +432,9 @@ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
[[package]]
name = "percent-encoding"
version = "2.2.0"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
[[package]]
name = "pin-project-lite"

View File

@ -31,7 +31,7 @@ ignore = "0.4.18"
lazy_static = "1.4.0"
matter = "0.1.0-alpha4"
pathdiff = "0.2.1"
percent-encoding = "2.2.0"
percent-encoding = "2.3.0"
pulldown-cmark = "0.9.2"
pulldown-cmark-to-cmark = "10.0.4"
rayon = "1.6.0"