chore: bump server dependencies

This commit is contained in:
Anna 2022-07-04 10:26:37 -04:00
parent 7378ed1445
commit 47e58a3e93
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"] }