diff --git a/Cargo.toml b/Cargo.toml index 232e92c..9c624f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,16 +12,16 @@ license = "AGPL-3.0-or-later" [dependencies] actix-web = "4" actix-files = "0.6" -cached = "0.43.0" -ramhorns = "0.14.0" -toml = "0.7.3" -serde = { version = "1.0.159", features = ["derive"] } +cached = "0.43" +ramhorns = "0.14" +toml = "0.7" +serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9" -minify-html = "0.10.8" -minify-js = "0.5.6" -glob = "0.3.1" +minify-html = "0.10" +minify-js = "0.5" +glob = "0.3" comrak = "0.18" reqwest = { version = "0.11", features = ["json"] } -chrono = "0.4.24" -chrono-tz = "0.8.2" -rss = "2.0.3" +chrono = "0.4" +chrono-tz = "0.8" +rss = "2.0"