diff options
author | Vika <vika@fireburn.ru> | 2024-12-30 22:50:27 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-12-30 22:50:27 +0300 |
commit | fad3c4d38e62165302053be27b45a027106d73d9 (patch) | |
tree | a15c35e2cab19e3b20ba7ef20f568ea73c5f0386 /templates/Cargo.toml | |
parent | 69868df82e6f7633e5b61268e3a3994b5a124adc (diff) | |
download | kittybox-fad3c4d38e62165302053be27b45a027106d73d9.tar.zst |
microformats: 0.9.1 -> 0.12.0
Change-Id: Ief031acfc014bf3b74874f778600ee214cf61301
Diffstat (limited to 'templates/Cargo.toml')
-rw-r--r-- | templates/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/Cargo.toml b/templates/Cargo.toml index 607f29e..cdfdf62 100644 --- a/templates/Cargo.toml +++ b/templates/Cargo.toml @@ -16,7 +16,7 @@ rand = "^0.8.5" version = "^0.3.34" features = ["parsing", "formatting"] [dev-dependencies.microformats] -version="^0.9.1" +version="^0.12.0" [dependencies] ellipse = "^0.2.0" @@ -33,4 +33,4 @@ version = "0.3.0" path = "../util" [dependencies.kittybox-indieauth] version = "0.2.0" -path = "../indieauth" \ No newline at end of file +path = "../indieauth" |