Skip to content

Commit

Permalink
Update percent-encoding requirement from 1.0.1 to 2.0.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot-preview[bot] committed Jul 24, 2019
1 parent 9a9b10a commit 3a7601f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ log = "0.4.6"
log4rs = "0.8.3"
mime = "0.3.13"
mime_guess = "2.0.0-alpha.6"
percent-encoding = "1.0.1"
percent-encoding = "2.0.0"
serde = { version = "1.0.91", features = ["derive"] }
tera = "0.11"
runtime = "0.3.0-alpha.6"
Expand Down

0 comments on commit 3a7601f

Please sign in to comment.