Compare commits
2 Commits
e821e4a283
...
8d92a01563
Author | SHA1 | Date | |
---|---|---|---|
8d92a01563 | |||
0a8f441ecb |
@ -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"
|
||||
@ -26,7 +26,7 @@ futures-util = "0.3.30"
|
||||
urlencoding = "2.1.3"
|
||||
rand = "0.9.0"
|
||||
base64 = "0.22.1"
|
||||
jwt-simple = { version = "0.12.11", default-features = false, features = ["pure-rust"] }
|
||||
jwt-simple = { version = "0.12.12", default-features = false, features = ["pure-rust"] }
|
||||
digest = "0.10.7"
|
||||
sha2 = "0.10.8"
|
||||
lazy-regex = "3.3.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user