summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2019-04-15 10:18:07 +0000
committerPaul Woolcock <paul@woolcock.us>2019-04-15 09:14:06 -0400
commit8780cfc34b4f91801e885c00f13fc6bf462d4d10 (patch)
treef553455f642bcd17cbe23b8f8920801084bf350c
parent84640a6c0475c5c41eb045deb6252f3d0b52bd21 (diff)
Update doc-comment requirement from 0.1 to 0.2
Updates the requirements on [doc-comment](https://github.com/GuillaumeGomez/doc-comment) to permit the latest version. - [Release notes](https://github.com/GuillaumeGomez/doc-comment/releases) - [Commits](https://github.com/GuillaumeGomez/doc-comment/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fa5bf87..51f4325 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ keywords = ["api", "web", "social", "mastodon", "wrapper"]
categories = ["web-programming", "web-programming::http-client", "api-bindings"]
[dependencies]
-doc-comment = "0.1"
+doc-comment = "0.2"
isolang = { version = "1.0", features = ["serde_serialize"] }
reqwest = "0.9"
serde = "1"