Use a single version of once_cell (#4966)

This commit is contained in:
Igor Matuszewski
2020-02-18 15:27:17 +01:00
committed by GitHub
parent 7f43796efc
commit aa4123039f
4 changed files with 23 additions and 77 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ hash256-std-hasher = { version = "0.15.2", default-features = false }
base58 = { version = "0.1.0", optional = true }
rand = { version = "0.7.2", optional = true }
substrate-bip39 = { version = "0.3.1", optional = true }
tiny-bip39 = { version = "0.6.2", optional = true }
tiny-bip39 = { version = "0.7", optional = true }
regex = { version = "1.3.1", optional = true }
num-traits = { version = "0.2.8", default-features = false }
zeroize = { version = "1.0.0", default-features = false }