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