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
3 changed files with 4 additions and 1 deletions

1
Cargo.lock generated
View File

@ -596,6 +596,7 @@ dependencies = [
"futures-lite",
"hyper",
"hyper-rustls",
"percent-encoding",
"regex",
"route-recognizer",
"rust-embed",