Compare commits

...

2 Commits

Author SHA1 Message Date
5b15544071 Update Rust crate serde to 1.0.219
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-03-31 20:54:48 +00:00
5c62dd0c27 Update Rust crate lazy_static to 1.5.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-03-31 00:38:57 +00:00

View File

@ -9,7 +9,7 @@ edition = "2024"
log = "0.4.27"
env_logger = "0.11.7"
clap = { version = "4.5.34", features = ["derive", "env"] }
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.219", features = ["derive"] }
light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
basic-jwt = "0.3.0"
actix-web = "4.10.2"
@ -17,7 +17,7 @@ actix-remote-ip = "0.1.0"
actix-session = { version = "0.10.1", features = ["cookie-session"] }
actix-identity = "0.8.0"
actix-cors = "0.7.1"
lazy_static = "1.4.0"
lazy_static = "1.5.0"
anyhow = "1.0.97"
reqwest = { version = "0.12.15", features = ["json"] }
thiserror = "2.0.3"