This commit is contained in:
parent
21785bbead
commit
5076c8019f
1 changed files with 10 additions and 10 deletions
20
Cargo.toml
20
Cargo.toml
|
@ -12,16 +12,16 @@ license = "AGPL-3.0-or-later"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4"
|
||||||
actix-files = "0.6"
|
actix-files = "0.6"
|
||||||
cached = "0.43.0"
|
cached = "0.43"
|
||||||
ramhorns = "0.14.0"
|
ramhorns = "0.14"
|
||||||
toml = "0.7.3"
|
toml = "0.7"
|
||||||
serde = { version = "1.0.159", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_yaml = "0.9"
|
serde_yaml = "0.9"
|
||||||
minify-html = "0.10.8"
|
minify-html = "0.10"
|
||||||
minify-js = "0.5.6"
|
minify-js = "0.5"
|
||||||
glob = "0.3.1"
|
glob = "0.3"
|
||||||
comrak = "0.18"
|
comrak = "0.18"
|
||||||
reqwest = { version = "0.11", features = ["json"] }
|
reqwest = { version = "0.11", features = ["json"] }
|
||||||
chrono = "0.4.24"
|
chrono = "0.4"
|
||||||
chrono-tz = "0.8.2"
|
chrono-tz = "0.8"
|
||||||
rss = "2.0.3"
|
rss = "2.0"
|
||||||
|
|
Loading…
Reference in a new issue