Compare commits

...

2 Commits

Author SHA1 Message Date
9bdebadff8 Update Rust crate include_dir to 0.7.4
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-03-31 20:46:58 +00:00
7b9ada9164 Update Rust crate base32 to 0.5.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-03-31 00:30:31 +00:00

View File

@ -12,7 +12,7 @@ actix-web = "4.10.2"
actix-session = { version = "0.10.1", features = ["cookie-session"] }
actix-remote-ip = "0.1.0"
clap = { version = "4.5.34", features = ["derive", "env"] }
include_dir = "0.7.3"
include_dir = "0.7.4"
log = "0.4.27"
serde_json = "1.0.128"
serde_yaml = "0.9.34"
@ -31,7 +31,7 @@ digest = "0.10.7"
sha2 = "0.10.8"
lazy-regex = "3.3.0"
totp_rfc6238 = "0.6.0"
base32 = "0.5.0"
base32 = "0.5.1"
qrcode-generator = "5.0.0"
webauthn-rs = { version = "0.5.0", features = ["danger-allow-state-serialisation"] }
url = "2.5.0"