From 93a6f4bf5762b08b914d43c3d7f8f489a2bc9106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 17:11:34 +0000 Subject: [PATCH] Update crossbeam-epoch requirement from 0.8 to 0.9 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.8.0...crossbeam-epoch-0.9.3) Signed-off-by: dependabot[bot] --- artemis-normalized-cache/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artemis-normalized-cache/Cargo.toml b/artemis-normalized-cache/Cargo.toml index 86838a2e..4b8fb560 100644 --- a/artemis-normalized-cache/Cargo.toml +++ b/artemis-normalized-cache/Cargo.toml @@ -23,7 +23,7 @@ serde_json = "1" async-trait = "0.1" parking_lot = "0.10" flurry = "0.3" -crossbeam-epoch = "0.8" +crossbeam-epoch = "0.9" fnv = "1" [dev-dependencies] @@ -31,7 +31,7 @@ artemis-test = { path = "../artemis-test" } racetrack = "0.0.2" tokio = { version = "0.2", features = ["full"] } futures = "0.3" -type-map = "0.3" +type-map = "0.5" lazy_static = "1.4" criterion = "0.3" chrono = "0.4"