Update multiple dependencies (#9936)

This commit is contained in:
Koute
2021-10-05 23:22:28 +09:00
committed by GitHub
parent 400f3e6579
commit dbc97029b6
5 changed files with 31 additions and 32 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ libp2p = "0.39.1"
parity-scale-codec = "2.0.0"
hex = "0.4.2"
rand = "0.7.3"
tiny-bip39 = "0.8.0"
tiny-bip39 = "0.8.2"
serde_json = "1.0.68"
sc-keystore = { version = "4.0.0-dev", path = "../keystore" }
sp-panic-handler = { version = "3.0.0", path = "../../primitives/panic-handler" }
+1 -1
View File
@@ -63,7 +63,7 @@ unsigned-varint = { version = "0.6.0", features = [
"asynchronous_codec",
] }
void = "1.0.2"
zeroize = "1.4.1"
zeroize = "1.4.2"
libp2p = "0.39.1"
[dev-dependencies]
+1 -1
View File
@@ -18,7 +18,7 @@ atty = "0.2.13"
chrono = "0.4.19"
lazy_static = "1.4.0"
log = { version = "0.4.8" }
once_cell = "1.4.1"
once_cell = "1.8.0"
parking_lot = "0.11.1"
regex = "1.4.2"
rustc-hash = "1.1.0"