diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-28 04:50:51 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-28 04:50:51 +0100 |
commit | 536331f691b22dee75d8418d48f0cf6eb84419f1 (patch) | |
tree | 478fec67d447fab081023af749e250a2944b5b5f /Cargo.toml | |
parent | 8c4a1a09c0098d95c868147ec23c35ebcd4cd7c2 (diff) | |
download | metamuffin-website-536331f691b22dee75d8418d48f0cf6eb84419f1.tar metamuffin-website-536331f691b22dee75d8418d48f0cf6eb84419f1.tar.bz2 metamuffin-website-536331f691b22dee75d8418d48f0cf6eb84419f1.tar.zst |
upgrade
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -5,16 +5,16 @@ edition = "2021" [dependencies] rocket = { version = "0.5.1", features = ["json"] } -tokio = { version = "1.37.0", features = ["full"] } -log = "0.4.21" -env_logger = "0.11.3" -async-std = "1.12.0" -include_dir = { version = "0.7.3", features = ["glob"] } +tokio = { version = "1.41.1", features = ["full"] } +log = "0.4.22" +env_logger = "0.11.5" +async-std = "1.13.0" +include_dir = { version = "0.7.4", features = ["glob"] } iso8601 = { version = "0.6.1", features = ["chrono"] } -futures = "0.3.30" -anyhow = "1.0.86" +futures = "0.3.31" +anyhow = "1.0.93" markup = "0.15.0" -markdown = "1.0.0-alpha.17" +markdown = "1.0.0-alpha.21" chrono = "0.4.38" syntect = "5.2.0" latex2mathml = "0.2.3" |