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] <support@dependabot.com>
master
dependabot[bot] 5 years ago committed by Paul Woolcock
parent e18433be61
commit 4a1451265a
  1. 2
      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"

Loading…
Cancel
Save