mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Fix "Post url contains non-ASCII characters" error (#479)
This commit is contained in:
parent
7f5bfc04b3
commit
90828cc71c
3 changed files with 4 additions and 1 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue