summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-27 17:17:52 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-27 17:17:52 +0200
commit0a8515ee43e5cbbe23827b27460822ee3cdbc686 (patch)
tree9cff48f0cbf3ef09fd8613c20c7399d2832eabfa /Cargo.toml
parent2e5753b2b9c850c52730f5feec2e0d9cec728bc2 (diff)
downloadmetamuffin-website-0a8515ee43e5cbbe23827b27460822ee3cdbc686.tar
metamuffin-website-0a8515ee43e5cbbe23827b27460822ee3cdbc686.tar.bz2
metamuffin-website-0a8515ee43e5cbbe23827b27460822ee3cdbc686.tar.zst
bump deps, john and small refinements
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3eb154b..3f68f58 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,15 +4,15 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-rocket = { version = "0.5.0-rc.3", features = ["json"] }
-tokio = { version = "1.32.0", features = ["full"] }
-log = "0.4.20"
-env_logger = "0.10.0"
+rocket = { version = "0.5.0", 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"] }
iso8601 = { version = "0.6.1", features = ["chrono"] }
-futures = "0.3.28"
-anyhow = "1.0.75"
-markup = "0.13.1"
-markdown = "1.0.0-alpha.14"
-chrono = "0.4.31"
+futures = "0.3.30"
+anyhow = "1.0.82"
+markup = "0.15.0"
+markdown = "1.0.0-alpha.17"
+chrono = "0.4.38"