From 4a1451265a6169989985adff41382a24bacf4ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 29 Nov 2018 10:15:10 +0000 Subject: [PATCH] Update try_from requirement from 0.2.2 to 0.3.2 Updates the requirements on [try_from](https://github.com/derekjw/try_from) to permit the latest version. - [Release notes](https://github.com/derekjw/try_from/releases) - [Commits](https://github.com/derekjw/try_from/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 71be28a..1d990ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "1" serde_urlencoded = "0.5.3" url = "1" tap-reader = "1" -try_from = "0.2.2" +try_from = "0.3.2" toml = { version = "0.4.6", optional = true } hyper-old-types = "0.11.0"