update crate names and rand deps (#9762)

This commit is contained in:
Chevdor
2021-09-13 10:52:41 +02:00
committed by GitHub
parent f9699db41c
commit 0d30893840
2 changed files with 6 additions and 29 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ sp-keystore = { version = "0.10.0-dev", path = "../../primitives/keystore" }
sc-service = { version = "0.10.0-dev", default-features = false, path = "../service" }
sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" }
sp-keyring = { version = "4.0.0-dev", path = "../../primitives/keyring" }
names = "0.11.0"
names = { version = "0.12.0", default-features = false }
structopt = "0.3.8"
sc-tracing = { version = "4.0.0-dev", path = "../tracing" }
chrono = "0.4.10"