Compare commits
2 Commits
dbb4d9597b
...
057417fcd1
Author | SHA1 | Date | |
---|---|---|---|
057417fcd1 | |||
e11a902c98 |
@ -9,7 +9,7 @@ edition = "2024"
|
||||
actix = "0.13.5"
|
||||
actix-identity = "0.8.0"
|
||||
actix-web = "4.5.1"
|
||||
actix-session = { version = "0.10.0", features = ["cookie-session"] }
|
||||
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"
|
||||
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user