From 29e4f0c313580689e832c6d4dba4137f5435dad0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2019 05:20:53 +0000 Subject: [PATCH] Update crossbeam-epoch requirement from 0.7.0 to 0.8.0 Updates the requirements on [crossbeam-epoch](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-epoch-0.7.0...crossbeam-epoch-0.8.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 009d0fe..40c57a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ version = "2.0.1" repository = "bossmc/pinboard" [dependencies] -crossbeam-epoch = "0.7.0" +crossbeam-epoch = "0.8.0" [dev-dependencies] crossbeam = "0.7.1"