From 1b9c43ae0dc0de9880a71b2bfa8f420338173ad6 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Wed, 23 Nov 2022 21:24:35 -0500 Subject: Update Maud to 0.24.0 Closes #552 Signed-off-by: Xe --- lib/xesite_markdown/Cargo.toml | 2 +- lib/xesite_templates/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/xesite_markdown/Cargo.toml b/lib/xesite_markdown/Cargo.toml index 08e196f..fd01241 100644 --- a/lib/xesite_markdown/Cargo.toml +++ b/lib/xesite_markdown/Cargo.toml @@ -11,7 +11,7 @@ comrak = "0.14.0" hex = "0.4" lazy_static = "1.4" lol_html = "0.3" -maud = "0.23.0" +maud = "0.24.0" sha2 = "0.10" serde_json = "1" thiserror = "1" diff --git a/lib/xesite_templates/Cargo.toml b/lib/xesite_templates/Cargo.toml index d8a49c0..9aa9fad 100644 --- a/lib/xesite_templates/Cargo.toml +++ b/lib/xesite_templates/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -maud = "0.23.0" +maud = "0.24.0" uuid = { version = "1", features = [ "v4" ] } xesite_types = { path = "../xesite_types" } \ No newline at end of file -- cgit v1.2.3