summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-09-25 20:00:56 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-25 20:00:56 +0200
commit01bd18c75fd3652ce0b9eb76e23e967b0cba064b (patch)
tree3ed7e4145344681ed26d0a5945517c9de6964d32 /Cargo.toml
parentc68f2769ae13d1e4b250bd670d1d875014f5c05a (diff)
downloadmetamuffin-website-01bd18c75fd3652ce0b9eb76e23e967b0cba064b.tar
metamuffin-website-01bd18c75fd3652ce0b9eb76e23e967b0cba064b.tar.bz2
metamuffin-website-01bd18c75fd3652ce0b9eb76e23e967b0cba064b.tar.zst
new project overview
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2f470c4..3eb154b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,14 +5,14 @@ edition = "2021"
[dependencies]
rocket = { version = "0.5.0-rc.3", features = ["json"] }
-tokio = { version = "1.29.1", features = ["full"] }
-log = "0.4.19"
+tokio = { version = "1.32.0", features = ["full"] }
+log = "0.4.20"
env_logger = "0.10.0"
async-std = "1.12.0"
include_dir = { version = "0.7.3", features = ["glob"] }
iso8601 = { version = "0.6.1", features = ["chrono"] }
futures = "0.3.28"
-anyhow = "1.0.71"
+anyhow = "1.0.75"
markup = "0.13.1"
-markdown = "1.0.0-alpha.11"
-chrono = "0.4.26"
+markdown = "1.0.0-alpha.14"
+chrono = "0.4.31"