summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"