Fix missing feature flags for jsonwebtoken dependency.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-02-25 15:11:03 +00:00
parent 9dfba5904b
commit c8a71a4842
2 changed files with 21 additions and 3 deletions

View File

@@ -231,7 +231,13 @@ rev = "93795449913f65ab533b7fa482333eef63fc3ae0"
[workspace.dependencies.jsonwebtoken]
version = "10.3"
default-features = false
features = ["use_pem"]
features = [
"aws_lc_rs",
"ed25519-dalek",
"hmac",
"sha2",
"use_pem",
]
[workspace.dependencies.ldap3]
git = "https://github.com/matrix-construct/ldap3"