aboutsummaryrefslogtreecommitdiff
path: root/lib/xesite_markdown
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-12-28 12:14:08 -0500
committerXe Iaso <me@christine.website>2022-12-28 12:14:08 -0500
commitb292f3830e43830308ebd8e8d17ab38e9ed2461b (patch)
tree951d70bbdbc1592d1984d322bec9cdbaaf558d59 /lib/xesite_markdown
parent3299a4fa2a58ba07b182b9f169493ba33dfbd6bb (diff)
downloadxesite-b292f3830e43830308ebd8e8d17ab38e9ed2461b.tar.xz
xesite-b292f3830e43830308ebd8e8d17ab38e9ed2461b.zip
Update to axum 0.6
Closes #579 Closes #580 Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'lib/xesite_markdown')
-rw-r--r--lib/xesite_markdown/Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/xesite_markdown/Cargo.toml b/lib/xesite_markdown/Cargo.toml
index 8d82a73..0494f16 100644
--- a/lib/xesite_markdown/Cargo.toml
+++ b/lib/xesite_markdown/Cargo.toml
@@ -11,7 +11,6 @@ comrak = "0.15.0"
hex = "0.4"
lazy_static = "1.4"
lol_html = "0.3"
-maud = "0.24.0"
sha2 = "0.10"
serde_json = "1"
thiserror = "1"
@@ -20,4 +19,9 @@ url = "2"
# local deps
xesite_templates = { path = "../xesite_templates" }
-xesite_types = { path = "../xesite_types" } \ No newline at end of file
+xesite_types = { path = "../xesite_types" }
+
+[dependencies.maud]
+git = "https://github.com/Xe/maud"
+rev = "a40596c42c7603cc4610bbeddea04c4bd8b312d9"
+features = ["axum"]