diff options
author | Vika <vika@fireburn.ru> | 2023-07-01 20:36:21 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2023-07-01 20:36:21 +0300 |
commit | 9060e35b1975bbc46da44af5e5f0ff14fb59ac40 (patch) | |
tree | f65d2dbdb116c861e00189b4e7efac491e095e0b /kittybox-rs/templates | |
parent | 51c1b32ce14a2ad7615b45609924b40a5eb92fe9 (diff) | |
download | kittybox-9060e35b1975bbc46da44af5e5f0ff14fb59ac40.tar.zst |
microformats: 0.2.5 -> 0.3.0
Diffstat (limited to 'kittybox-rs/templates')
-rw-r--r-- | kittybox-rs/templates/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kittybox-rs/templates/Cargo.toml b/kittybox-rs/templates/Cargo.toml index 7090046..1506636 100644 --- a/kittybox-rs/templates/Cargo.toml +++ b/kittybox-rs/templates/Cargo.toml @@ -13,7 +13,7 @@ walkdir = "^2.3.2" faker_rand = "^0.1.1" rand = "^0.8.5" [dev-dependencies.microformats] -version="^0.2.0" +version="^0.3.0" [dependencies] ellipse = "^0.2.0" |