diff options
author | Vika <vika@fireburn.ru> | 2024-12-31 00:49:13 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-12-31 00:57:00 +0300 |
commit | fecd5b75396f02be26d75aa5db48aaef723298c5 (patch) | |
tree | db4c47883cccff7196f320569fea691af0cca49e /Cargo.toml | |
parent | a18eb65b31676a7ee2a952437cc302265e5868da (diff) | |
download | kittybox-fecd5b75396f02be26d75aa5db48aaef723298c5.tar.zst |
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index f072a0b..682e81f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -151,7 +151,7 @@ version = "^0.12.11" default-features = false features = ["gzip", "brotli", "json", "stream"] [dependencies.microformats] -version = "=0.12.0" +version = "0.14.0" #git = "https://gitlab.com/maxburon/microformats-parser" [dependencies.clap] |