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

This commit is contained in:
dependabot[bot] 2023-06-19 07:00:12 +00:00 committed by GitHub
parent 5754f307eb
commit de41c9eaf7
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

@ -3551,9 +3551,9 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[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 = "peresil"

View File

@ -66,7 +66,7 @@ once_cell = "1.18"
open = "4.0"
os_pipe = "1.1"
pathdiff = "0.2"
percent-encoding = "2.2"
percent-encoding = "2.3"
powierza-coefficient = "1.0"
print-positions = "0.6"
quick-xml = "0.29"