From ab493da06c390ad1abf04815b20941b3c1aadf2c Mon Sep 17 00:00:00 2001 From: Igor Aleksanov Date: Tue, 27 Aug 2024 09:10:19 +0400 Subject: [PATCH] fix(bellman): Bump crossbeam to 0.8 --- crates/bellman/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bellman/Cargo.toml b/crates/bellman/Cargo.toml index e7d5bf4..072178c 100644 --- a/crates/bellman/Cargo.toml +++ b/crates/bellman/Cargo.toml @@ -24,7 +24,7 @@ byteorder = "1" num_cpus = "1" serde = { version = "1", features = ["derive", "rc"] } futures = { version = "0.3", default-features = false, features = ["executor"] } -crossbeam = { version = "0.7", optional = true } +crossbeam = { version = "0.8", optional = true } prefetch = { version = "0.2", optional = true } web-sys = { version = "0.3", optional = true, features = ["console", "Performance", "Window"] } tiny-keccak = { version = "1.5", optional = true }