From f2c94cdf4dbde2241a4e5f51ee174ffbb4386d11 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Thu, 25 Jan 2024 20:08:32 +0100 Subject: [PATCH] chore(cargo): bump maud to v0.26 (#935) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec9e5dc..f3e0f03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ walkdir = "2" tokio1_crate = { package = "tokio", version = "1", features = ["macros", "rt-multi-thread"] } async-std = { version = "1.8", features = ["attributes"] } serde_json = "1" -maud = "0.25" +maud = "0.26" [[bench]] harness = false