summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-07-11 00:17:46 +0200
committermetamuffin <metamuffin@disroot.org>2023-07-11 00:17:46 +0200
commit20aa634482dbcd57522a69235b89510a21465caf (patch)
treefc267c64b98c9bbbebe8a92b8904b26c1e259813 /Cargo.toml
parentd0bb422f2200062b96a9443821985c92022b0313 (diff)
downloadmetamuffin-website-20aa634482dbcd57522a69235b89510a21465caf.tar
metamuffin-website-20aa634482dbcd57522a69235b89510a21465caf.tar.bz2
metamuffin-website-20aa634482dbcd57522a69235b89510a21465caf.tar.zst
update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 028480e..2f470c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,15 +4,15 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-rocket = { version = "0.5.0-rc.2", features = ["json"] }
-tokio = { version = "1.25.0", features = ["full"] }
-log = "0.4.17"
+rocket = { version = "0.5.0-rc.3", features = ["json"] }
+tokio = { version = "1.29.1", features = ["full"] }
+log = "0.4.19"
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.26"
-anyhow = "1.0.69"
+futures = "0.3.28"
+anyhow = "1.0.71"
markup = "0.13.1"
-markdown = "1.0.0-alpha.7"
-chrono = "0.4.23"
+markdown = "1.0.0-alpha.11"
+chrono = "0.4.26"