From fad3c4d38e62165302053be27b45a027106d73d9 Mon Sep 17 00:00:00 2001 From: Vika Date: Mon, 30 Dec 2024 22:50:27 +0300 Subject: microformats: 0.9.1 -> 0.12.0 Change-Id: Ief031acfc014bf3b74874f778600ee214cf61301 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fd6311f..e0047b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ default-run = "kittybox" autobins = false [features] -default = ["rustls", "postgres"] +default = ["rustls", "postgres", "cli"] #util = ["anyhow"] #migration = ["util"] webauthn = ["openssl", "dep:webauthn"] @@ -154,7 +154,7 @@ version = "^0.12.5" default-features = false features = ["gzip", "brotli", "json", "stream"] [dependencies.microformats] -version = "^0.9.1" +version = "^0.12.0" #git = "https://gitlab.com/maxburon/microformats-parser" [dependencies.clap] -- cgit 1.4.1