mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Update dependencies
This commit is contained in:
parent
47a58ea05c
commit
71501b064c
2 changed files with 24 additions and 22 deletions
24
Cargo.toml
24
Cargo.toml
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue