chore: bump server dependencies

This commit is contained in:
Anna 2022-07-04 10:26:37 -04:00
parent 0f116f2b4d
commit e580e6537f
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
2 changed files with 399 additions and 415 deletions

810
server/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -7,8 +7,8 @@ edition = "2018"
[dependencies]
anyhow = "1"
askama = { version = "0.10", features = ["with-warp"] }
askama_warp = "0.11"
askama = { version = "0.11", features = ["with-warp"] }
askama_warp = "0.12"
base64 = "0.13"
bitflags = "1"
chrono = { version = "0.4", features = ["serde"] }