diff options
| author | Xe Iaso <me@christine.website> | 2022-11-23 21:24:35 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-11-23 21:24:35 -0500 |
| commit | 1b9c43ae0dc0de9880a71b2bfa8f420338173ad6 (patch) | |
| tree | b00a5f97e8e40818d576140d58c63e9306fe14ff /lib | |
| parent | 816d65f07889fef1b3b789fc033e440c16c7a6ad (diff) | |
| download | xesite-1b9c43ae0dc0de9880a71b2bfa8f420338173ad6.tar.xz xesite-1b9c43ae0dc0de9880a71b2bfa8f420338173ad6.zip | |
Update Maud to 0.24.0
Closes #552
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/xesite_markdown/Cargo.toml | 2 | ||||
| -rw-r--r-- | lib/xesite_templates/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
