From c005f2bf6b274b07aba4a9ab55511a4f1b8a9832 Mon Sep 17 00:00:00 2001 From: john xu Date: Tue, 17 Oct 2023 12:46:09 +0000 Subject: [PATCH] fix: deps --- crates/primitives/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index ebcab88f62..20a11c2eae 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -20,7 +20,7 @@ alloy-rlp = { version = "0.3", default-features = false, features = ["derive"] } hashbrown = "0.14" auto_impl = "1.1" bitvec = { version = "1", default-features = false, features = ["alloc"] } -bitflags = { version = "2.4.1", default-features = false } +bitflags = { version = "2.4.0", default-features = false } # For setting the CfgEnv KZGSettings. Enabled by c-kzg flag. c-kzg = { version = "0.1.1", default-features = false, optional = true }