about summary refs log tree commit diff
path: root/kittybox-rs/Cargo.toml
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2023-07-01 20:36:21 +0300
committerVika <vika@fireburn.ru>2023-07-01 20:36:21 +0300
commit9060e35b1975bbc46da44af5e5f0ff14fb59ac40 (patch)
treef65d2dbdb116c861e00189b4e7efac491e095e0b /kittybox-rs/Cargo.toml
parent51c1b32ce14a2ad7615b45609924b40a5eb92fe9 (diff)
microformats: 0.2.5 -> 0.3.0
Diffstat (limited to 'kittybox-rs/Cargo.toml')
-rw-r--r--kittybox-rs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]