Compare commits
2 Commits
858d837e94
...
25a0e65db6
Author | SHA1 | Date | |
---|---|---|---|
25a0e65db6 | |||
991f732f22 |
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -1200,7 +1200,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -2732,7 +2732,7 @@ dependencies = [
|
||||
"errno",
|
||||
"libc",
|
||||
"linux-raw-sys",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -3092,7 +3092,7 @@ dependencies = [
|
||||
"getrandom 0.3.2",
|
||||
"once_cell",
|
||||
"rustix",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -8,7 +8,7 @@ edition = "2024"
|
||||
[dependencies]
|
||||
actix = "0.13.5"
|
||||
actix-identity = "0.8.0"
|
||||
actix-web = "4.5.1"
|
||||
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"] }
|
||||
@ -16,7 +16,7 @@ include_dir = "0.7.3"
|
||||
log = "0.4.27"
|
||||
serde_json = "1.0.128"
|
||||
serde_yaml = "0.9.34"
|
||||
env_logger = "0.11.3"
|
||||
env_logger = "0.11.7"
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
bcrypt = "0.17.0"
|
||||
uuid = { version = "1.8.0", features = ["v4"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user