diff --git a/metrics-util/Cargo.toml b/metrics-util/Cargo.toml index 1a507d1c..74193b58 100644 --- a/metrics-util/Cargo.toml +++ b/metrics-util/Cargo.toml @@ -44,7 +44,7 @@ harness = false [dependencies] metrics = { version = "^0.16", path = "../metrics", features = ["std"] } -crossbeam-epoch = { version = "0.9", optional = true } +crossbeam-epoch = { version = "0.9.2", optional = true } crossbeam-utils = { version = "0.8", default-features = false, optional = true } atomic-shim = { version = "0.1", optional = true } aho-corasick = { version = "0.7", optional = true }