Fix jsonwebtoken update issue
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-03 18:52:10 +01:00
parent 4a31deacdc
commit e2e828db65
3 changed files with 303 additions and 87 deletions

View File

@@ -16,4 +16,4 @@ serde = { version = "1.0.228", features = ["derive"] }
anyhow = "1.0.100"
elliptic-curve = { version = "0.13.8", features = ["pkcs8", "pem"] }
p384 = { version = "0.13.1", features = ["ecdsa", "pkcs8", "pem"] }
jsonwebtoken = "10.1.0"
jsonwebtoken = { version = "10.1.0", features = ["rust_crypto"] }