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 /templates | |
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 'templates')
-rw-r--r-- | templates/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |