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