wip: add percent_decode before uri_encode for check signature

this avoid error when request uri is not encoded for signature
This commit is contained in:
Gwen Lg
2026-03-03 16:44:08 +01:00
committed by Alex
parent 4efaea60bb
commit 3a97b13e2f
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ thiserror.workspace = true
hex.workspace = true
hmac.workspace = true
md-5.workspace = true
percent-encoding.workspace = true
tracing.workspace = true
nom.workspace = true
pin-project.workspace = true