updates
This commit is contained in:
parent
2d580d2b78
commit
cecb0e3db3
5 changed files with 953 additions and 778 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -15,14 +15,14 @@ actix-web-actors = "4.1.0"
|
|||
argon2 = "0.4.1"
|
||||
askama = "0.11.1"
|
||||
askama_actix = "0.13"
|
||||
base64 = "0.13"
|
||||
base64 = "0.22"
|
||||
bytes = "1.1.0"
|
||||
bytesize = "1.1.0"
|
||||
bytesize = "2"
|
||||
crc32fast = "1.3.2"
|
||||
dotenvy = "0.15"
|
||||
env_logger = "0.11.3"
|
||||
futures-core = "0.3"
|
||||
inotify = "0.10"
|
||||
inotify = "0.11"
|
||||
jsondb = "0.4.0"
|
||||
libc = "0.2"
|
||||
log = "0.4"
|
||||
|
@ -34,8 +34,8 @@ rand = "0.8.5"
|
|||
sanitise-file-name = "1.0.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
serde_with = { version = "2", features = ["time_0_3"] }
|
||||
thiserror = "1"
|
||||
serde_with = { version = "3", features = ["time_0_3"] }
|
||||
thiserror = "2"
|
||||
time = "0.3.9"
|
||||
tokio = { version = "1.17.0", features = ["full"] }
|
||||
unicode-normalization = "0.1.19"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue