Update Rust crate basic-jwt to 0.3.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-03-29 00:34:41 +00:00
parent 6b699994cf
commit 2518d202da
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ env_logger = "0.11.7"
clap = { version = "4.5.34", features = ["derive", "env"] }
serde = { version = "1.0.215", features = ["derive"] }
light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
basic-jwt = "0.2.0"
basic-jwt = "0.3.0"
actix-web = "4.10.2"
actix-remote-ip = "0.1.0"
actix-session = { version = "0.10.1", features = ["cookie-session"] }