summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2019-03-18 10:15:48 +0000
committerPaul Woolcock <paul@woolcock.us>2019-03-18 09:17:17 -0400
commit6c3180195c1aa8f337dd7233ec62a523e7cc3c75 (patch)
tree5efdd69656deb8e3e3a4422cc7656388fdc923cf /Cargo.toml
parent45a95e5048f645caae8d175f5de31a937a5907aa (diff)
Update toml requirement from 0.4.6 to 0.5.0
Updates the requirements on [toml](https://github.com/alexcrichton/toml-rs) to permit the latest version. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.4.6...0.5.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 23942b3..fa5bf87 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ serde_qs = "0.4.5"
url = "1"
tap-reader = "1"
try_from = "0.3.2"
-toml = { version = "0.4.6", optional = true }
+toml = { version = "0.5.0", optional = true }
hyper-old-types = "0.11.0"
envy = { version = "0.4.0", optional = true }