From addf2940f825915c76d978c8c5c6735e69c79767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 10:02:08 +0000 Subject: [PATCH] Update crossbeam-utils requirement from 0.6 to 0.8 Updates the requirements on [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) to permit the latest version. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.6.0...crossbeam-utils-0.8.3) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f1e6e9..7abb237 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ hexplay = "*" hex = "0.3.2" structopt = "0.2" regex = "1.1.7" -crossbeam-utils = "0.6" +crossbeam-utils = "0.8" log = { version = "0.4.6", features = ["max_level_trace", "release_max_level_debug"] } env_logger = "0.6.1" pbr = "1.0.1"