mirror of
https://github.com/lldap/lldap.git
synced 2026-06-10 05:20:33 +00:00
fix: percent-decode user_id route params for users with spaces in ID (#585)
This commit is contained in:
@@ -24,6 +24,7 @@ rand = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
strum = { workspace = true }
|
||||
percent-encoding = "2"
|
||||
url-escape = "0.1.1"
|
||||
validator = "0.14"
|
||||
validator_derive = "0.14"
|
||||
|
||||
Reference in New Issue
Block a user