summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-05-30 02:35:09 +0200
committermetamuffin <metamuffin@disroot.org>2024-05-30 02:35:09 +0200
commiteea75ddafc8f0b55d38b9cfbef1083ffdd3252fe (patch)
treed2163f77209b22d5f44c0a501926ba7f8b3eec89 /Cargo.toml
parent4ea388dc7dab5dd7f784c180abafe59c39bb884d (diff)
downloadmetamuffin-website-eea75ddafc8f0b55d38b9cfbef1083ffdd3252fe.tar
metamuffin-website-eea75ddafc8f0b55d38b9cfbef1083ffdd3252fe.tar.bz2
metamuffin-website-eea75ddafc8f0b55d38b9cfbef1083ffdd3252fe.tar.zst
bump version to make time crate work with newest nightly
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7d59ae5..0228ed1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-rocket = { version = "0.5.0", features = ["json"] }
+rocket = { version = "0.5.1", features = ["json"] }
tokio = { version = "1.37.0", features = ["full"] }
log = "0.4.21"
env_logger = "0.11.3"
@@ -12,7 +12,7 @@ async-std = "1.12.0"
include_dir = { version = "0.7.3", features = ["glob"] }
iso8601 = { version = "0.6.1", features = ["chrono"] }
futures = "0.3.30"
-anyhow = "1.0.82"
+anyhow = "1.0.86"
markup = "0.15.0"
markdown = "1.0.0-alpha.17"
chrono = "0.4.38"