Fix "Post url contains non-ASCII characters" error (#479)

This commit is contained in:
Mario A 2022-05-21 05:48:59 +00:00 committed by GitHub
parent 7f5bfc04b3
commit 90828cc71c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View file

@ -18,6 +18,7 @@ cookie = "0.16.0"
futures-lite = "1.12.0"
hyper = { version = "0.14.18", features = ["full"] }
hyper-rustls = "0.23.0"
percent-encoding = "2.1.0"
route-recognizer = "0.3.1"
serde_json = "1.0.81"
tokio = { version = "1.18.2", features = ["full"] }