Skip to content

Commit 9b3e945

Browse files
committed
Revert generic-array update.
1 parent af5d05a commit 9b3e945

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ rust-version = "1.85.0"
2929
aes-gcm = { version = "0.10.3" }
3030
alloy = { version = "1.0", features = ["default", "arbitrary", "k256", "serde", "rlp"] }
3131
alloy-chains = "0.2"
32+
# derive feature is not exposed via `alloy`, thus has to explicitly declare here
3233
alloy-rlp = { version = "0.3.12", features = ["derive"] }
3334
anyhow = "1.0.89"
3435
arbitrary = "1.4.1"
@@ -64,7 +65,7 @@ ed25519-compact = "2.1.1"
6465
either = "1.13.0"
6566
ethereum_ssz = "0.9.0"
6667
futures = { version = "0.3", default-features = false, features = ["alloc"] }
67-
generic-array = { version = "1.2.0", features = ["serde", "zeroize"] }
68+
generic-array = { version = "0.14.7", features = ["serde", "zeroize"] }
6869
multiaddr = "0.18.2"
6970
nohash-hasher = "0.2"
7071
parking_lot = "0.12.3"

0 commit comments

Comments
 (0)