From 9060e35b1975bbc46da44af5e5f0ff14fb59ac40 Mon Sep 17 00:00:00 2001
From: Vika <vika@fireburn.ru>
Date: Sat, 1 Jul 2023 20:36:21 +0300
Subject: microformats: 0.2.5 -> 0.3.0

---
 kittybox-rs/Cargo.lock           | 4 ++--
 kittybox-rs/Cargo.toml           | 2 +-
 kittybox-rs/templates/Cargo.toml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kittybox-rs/Cargo.lock b/kittybox-rs/Cargo.lock
index d989c8d..1934da0 100644
--- a/kittybox-rs/Cargo.lock
+++ b/kittybox-rs/Cargo.lock
@@ -1741,9 +1741,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
 
 [[package]]
 name = "microformats"
-version = "0.2.5"
+version = "0.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d13fadace8a0406f91e49d62dfeed512bac4f1e91c947234740e9851b2eba641"
+checksum = "18e7fccd15cba21880e824d71b8354e9e67561c9cd2bf3ec09b21dba26392ecb"
 dependencies = [
  "chrono",
  "html5ever 0.22.5",
diff --git a/kittybox-rs/Cargo.toml b/kittybox-rs/Cargo.toml
index 8c1497d..c5aedf1 100644
--- a/kittybox-rs/Cargo.toml
+++ b/kittybox-rs/Cargo.toml
@@ -131,7 +131,7 @@ version = "^0.11.10"
 default-features = false
 features = ["gzip", "brotli", "json", "stream"]
 [dependencies.microformats]
-version = "^0.2.0"
+version = "^0.3.0"
 #git = "https://gitlab.com/maxburon/microformats-parser"
 
 [dependencies.clap]
diff --git a/kittybox-rs/templates/Cargo.toml b/kittybox-rs/templates/Cargo.toml
index 7090046..1506636 100644
--- a/kittybox-rs/templates/Cargo.toml
+++ b/kittybox-rs/templates/Cargo.toml
@@ -13,7 +13,7 @@ walkdir = "^2.3.2"
 faker_rand = "^0.1.1"
 rand = "^0.8.5"
 [dev-dependencies.microformats]
-version="^0.2.0"
+version="^0.3.0"
 
 [dependencies]
 ellipse = "^0.2.0"
-- 
cgit 1.4.1