From 227aa851f63a2d4f7b829acafcbad25ef1527090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Mar 2019 05:35:49 +0000 Subject: [PATCH] Update toml requirement from 0.4.2 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.2...0.5.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 66d767d467f..d8d8bf5c8b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ shell-escape = "0.1.4" tar = { version = "0.4.18", default-features = false } tempfile = "3.0" termcolor = "1.0" -toml = "0.4.2" +toml = "0.5.0" url = "1.1" url_serde = "0.2.0" walkdir = "2.2"