aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-04-02 16:24:39 +0000
committerXe Iaso <me@christine.website>2022-04-02 16:24:39 +0000
commit7c90296bf0a4da70c59e29cc022bcaaf09caa64c (patch)
tree7bb6dc2157ccffde46061d42008d3fe97487be84 /Cargo.toml
parent1c8c3396a735bd373be417df2138607f0206b736 (diff)
downloadxesite-7c90296bf0a4da70c59e29cc022bcaaf09caa64c.tar.xz
xesite-7c90296bf0a4da70c59e29cc022bcaaf09caa64c.zip
Update to Axum 0.5
Closes #446 Closes #447 Closes #448 Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 74a7af7..78ce032 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,9 +9,9 @@ repository = "https://github.com/Xe/site"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-axum = "0.4"
-axum-macros = "0.1"
-axum-extra = "0.1"
+axum = "0.5"
+axum-macros = "0.2"
+axum-extra = "0.2"
color-eyre = "0.6"
chrono = "0.4"
comrak = "0.12.1"