From 15aed9b308a9b825471e6eaf6f6d8cbe60b51e3d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 11:12:56 +0000 Subject: [PATCH] Update toml requirement from 0.4.10 to 0.5.7 in /benchmarks 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.10...0.5.7) Signed-off-by: dependabot-preview[bot] --- benchmarks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 7423141..fd77d5b 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -11,7 +11,7 @@ failure_derive = "" tokio = { version = "0.1.13", features = ["async-await-preview"]} futures = "0.1.25" tokio-async-await = "0.1.4" -toml = "0.4.10" +toml = "0.5.7" futures-await = "0.1" utils_rustfs = { package = "utils", path="../utils"} log = "0.4"