This commit is contained in:
parent
3cebf305f8
commit
4af4db9be8
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ publish = false
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4"
|
actix-web = "4.4"
|
||||||
actix-files = "0.6"
|
actix-files = "0.6"
|
||||||
cached = "0.44"
|
cached = "0.45"
|
||||||
ramhorns = "0.14"
|
ramhorns = "0.14"
|
||||||
toml = "0.7"
|
toml = "0.7"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
@ -22,6 +22,6 @@ minify-js = "0.5"
|
||||||
glob = "0.3"
|
glob = "0.3"
|
||||||
comrak = "0.18"
|
comrak = "0.18"
|
||||||
reqwest = { version = "0.11", features = ["json"] }
|
reqwest = { version = "0.11", features = ["json"] }
|
||||||
chrono = "0.4.26"
|
chrono = "0.4"
|
||||||
chrono-tz = "0.8"
|
chrono-tz = "0.8"
|
||||||
rss = { version = "2.0", features = ["atom"] }
|
rss = { version = "2.0", features = ["atom"] }
|
||||||
|
|
Loading…
Reference in a new issue