diff --git a/primitives/beefy/Cargo.toml b/primitives/beefy/Cargo.toml index 0d2b556f920e8..89fe14fa9591f 100644 --- a/primitives/beefy/Cargo.toml +++ b/primitives/beefy/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies] codec = { version = "2.0.0", package = "parity-scale-codec", default-features = false, features = ["derive"] } -scale-info = { version = "0.12.0", default-features = false, features = ["derive"], optional = true } +scale-info = { version = "1.0", default-features = false, features = ["derive"], optional = true } sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } sp-application-crypto = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }