From 8780cfc34b4f91801e885c00f13fc6bf462d4d10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 15 Apr 2019 10:18:07 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"