Skip to content

Commit 3a7601f

Browse files
Update percent-encoding requirement from 1.0.1 to 2.0.0
Updates the requirements on [percent-encoding](https://github.com/servo/rust-url) to permit the latest version. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@percent-encoding-v1.0.1...percent-encoding-v2.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 9a9b10a commit 3a7601f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ log = "0.4.6"
5353
log4rs = "0.8.3"
5454
mime = "0.3.13"
5555
mime_guess = "2.0.0-alpha.6"
56-
percent-encoding = "1.0.1"
56+
percent-encoding = "2.0.0"
5757
serde = { version = "1.0.91", features = ["derive"] }
5858
tera = "0.11"
5959
runtime = "0.3.0-alpha.6"

0 commit comments

Comments
 (0)