Compare commits

...

2 Commits

Author SHA1 Message Date
af5e180b49 Update Rust crate light-openid to 1.0.4
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-01 02:05:14 +00:00
fab873d920 Update Rust crate clap to 4.5.34
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-03-31 20:50:22 +00:00

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
log = "0.4.25"
env_logger = "0.11.6"
clap = { version = "4.5.26", features = ["derive", "env"] }
clap = { version = "4.5.34", features = ["derive", "env"] }
lazy_static = "1.5.0"
anyhow = "1.0.97"
serde = { version = "1.0.217", features = ["derive"] }
@ -14,7 +14,7 @@ serde_json = "1.0.137"
rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] }
actix-web = "4.10.2"
actix-session = { version = "0.10.1", features = ["redis-session"] }
light-openid = "1.0.2"
light-openid = "1.0.4"
thiserror = "2.0.11"
rand = "0.9.0"
rust-embed = "8.5.0"