From 107642be1c1fa4f1bef234d28a657bf4cfb21a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 13 Dec 2018 10:32:28 +0000 Subject: [PATCH] Update isolang requirement from 0.2 to 1.0 Updates the requirements on [isolang](https://github.com/humenda/isolang-rs) to permit the latest version. - [Release notes](https://github.com/humenda/isolang-rs/releases) - [Commits](https://github.com/humenda/isolang-rs/commits/1.0.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 566b3dd..775c5ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ categories = ["web-programming", "web-programming::http-client", "api-bindings"] [dependencies] doc-comment = "0.1" -isolang = { version = "0.2", features = ["serde_serialize"] } +isolang = { version = "1.0", features = ["serde_serialize"] } reqwest = "0.9" serde = "1" serde_derive = "1"