update dependencies
This commit is contained in:
parent
6ab37ad04c
commit
d400ef3c5b
2 changed files with 508 additions and 675 deletions
1173
Cargo.lock
generated
1173
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
10
Cargo.toml
10
Cargo.toml
|
@ -10,20 +10,20 @@ publish = false
|
|||
license = "AGPL-3.0-or-later"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "4.5", default-features = false, features = ["macros", "compress-brotli"] }
|
||||
actix-web = { version = "4.6", default-features = false, features = ["macros", "compress-brotli"] }
|
||||
actix-files = "0.6"
|
||||
cached = { version = "0.50", features = ["async", "ahash"] }
|
||||
cached = { version = "0.51", features = ["async", "ahash"] }
|
||||
ramhorns = "1.0"
|
||||
toml = "0.8"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_yml = "0.0.5"
|
||||
serde_yml = "0.0"
|
||||
serde_json = "1.0"
|
||||
minify-html = "0.15"
|
||||
minify-js = "0.6"
|
||||
glob = "0.3"
|
||||
comrak = "0.23"
|
||||
comrak = "0.24"
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
chrono = { version = "0.4.37", default-features = false, features = ["clock"]}
|
||||
chrono = { version = "0.4.38", default-features = false, features = ["clock"]}
|
||||
chrono-tz = "0.9"
|
||||
rss = { version = "2.0", features = ["atom"] }
|
||||
lol_html = "1.2"
|
||||
|
|
Loading…
Reference in a new issue