From 8585f070eede92306c02ea1e1857a619ccd67946 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 11:13:00 +0000 Subject: [PATCH] Update colored requirement from 1.7 to 2.0 in /benchmarks Updates the requirements on [colored](https://github.com/mackwic/colored) to permit the latest version. - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/mackwic/colored/blob/master/CHANGELOG.md) - [Commits](https://github.com/mackwic/colored/compare/v1.7.0...v2.0.0) 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..7a5b6c5 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -17,6 +17,6 @@ utils_rustfs = { package = "utils", path="../utils"} log = "0.4" env_logger = "0.6.0" libc = "0.2" -colored = "1.7" +colored = "2.0" sha2 = "0.8.0" rand = "0.6" \ No newline at end of file