Fix #468 - Percent-encode the email address in invite link

This commit is contained in:
Nick Fox
2019-07-02 22:55:13 -04:00
parent 3fb63bbe8c
commit 2e300da057
3 changed files with 6 additions and 1 deletions

View File

@@ -105,6 +105,9 @@ handlebars = "1.1.0"
soup = "0.4.1"
regex = "1.1.7"
# URL encoding library
percent-encoding = "1.0.1"
[patch.crates-io]
# Add support for Timestamp type
rmp = { git = 'https://github.com/dani-garcia/msgpack-rust' }