diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index cf773d98..1717d3fe 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -25,7 +25,7 @@ scale = { package = "tetsy-scale-codec", version = "2.0.1", default-features = f derive_more = { version = "0.99", default-features = false, features = ["from", "display"] } tetsy-scale-info = { version = "0.5.1", default-features = false, features = ["derive"], optional = true } cfg-if = "1.0" -array-init = "1.0" +array-init = "2.1" generic-array = "0.14.1" # Workaround: we actually just need criterion as a dev-dependency, but