Update dependencies

This commit is contained in:
spikecodes 2021-02-15 14:09:45 -08:00
parent 47a58ea05c
commit 71501b064c
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
2 changed files with 24 additions and 22 deletions

View file

@ -8,15 +8,15 @@ authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2018"
[dependencies]
tide = "0.16"
async-std = { version = "1", features = ["attributes"] }
surf = "2"
base64 = "0.13"
cached = "0.23"
futures = "0.3"
askama = "0.10"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
async-recursion = "0.3"
regex = "1"
time = "0.2"
tide = "0.16.0"
async-std = { version = "1.9.0", features = ["attributes"] }
surf = "2.1.0"
base64 = "0.13.0"
cached = "0.23.0"
futures = "0.3.12"
askama = "0.10.5"
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.62"
async-recursion = "0.3.2"
regex = "1.4.3"
time = "0.2.25"