diff options
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" |