From fecd5b75396f02be26d75aa5db48aaef723298c5 Mon Sep 17 00:00:00 2001
From: Vika <vika@fireburn.ru>
Date: Tue, 31 Dec 2024 00:49:13 +0300
Subject: microformats: 0.12.0 -> 0.14.0

Even though there is no corresponding source published to GitLab, it
seems the package is fine and is still maintained.

I also had to manually fix a versioning glitch because the required
microformats-types version was not bumped.

Change-Id: I6c052fac465f7e8c3d8cbb785f73e750c546d7a3
---
 templates/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'templates')

diff --git a/templates/Cargo.toml b/templates/Cargo.toml
index 5f3106b..b85a254 100644
--- a/templates/Cargo.toml
+++ b/templates/Cargo.toml
@@ -16,7 +16,7 @@ rand = "^0.8.5"
 version = "^0.3.37"
 features = ["parsing", "formatting"]
 [dev-dependencies.microformats]
-version="=0.12.0"
+version="0.14.0"
 
 [dependencies]
 ellipse = "^0.2.0"
-- 
cgit 1.4.1