From f31c83b6f2912e4459c0b2cee876625f1a4a3ae9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 22:41:54 -0500 Subject: [PATCH] Update crossbeam requirement from 0.7 to 0.8 (#12) Updates the requirements on [crossbeam](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-0.7.0...crossbeam-0.8.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b920ab9..4ee5635 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ subtle = "2.1" x25519-dalek = "1.1" [dev-dependencies] -crossbeam = "0.7" +crossbeam = "0.8" hex = "0.4" quickcheck = "1.0" quickcheck_macros = "1.0"