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
+25 -26
View File
@@ -292,7 +292,7 @@ dependencies = [
"async-io", "async-io",
"async-lock", "async-lock",
"async-process", "async-process",
"crossbeam-utils 0.8.3", "crossbeam-utils 0.8.5",
"futures-channel", "futures-channel",
"futures-core", "futures-core",
"futures-io", "futures-io",
@@ -1260,28 +1260,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775" checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"crossbeam-utils 0.8.3", "crossbeam-utils 0.8.5",
] ]
[[package]] [[package]]
name = "crossbeam-deque" name = "crossbeam-deque"
version = "0.8.0" version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"crossbeam-epoch", "crossbeam-epoch",
"crossbeam-utils 0.8.3", "crossbeam-utils 0.8.5",
] ]
[[package]] [[package]]
name = "crossbeam-epoch" name = "crossbeam-epoch"
version = "0.9.3" version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2584f639eb95fea8c798496315b297cf81b9b58b6d30ab066a75455333cf4b12" checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"crossbeam-utils 0.8.3", "crossbeam-utils 0.8.5",
"lazy_static", "lazy_static",
"memoffset", "memoffset",
"scopeguard", "scopeguard",
@@ -1300,11 +1300,10 @@ dependencies = [
[[package]] [[package]]
name = "crossbeam-utils" name = "crossbeam-utils"
version = "0.8.3" version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49" checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
dependencies = [ dependencies = [
"autocfg 1.0.1",
"cfg-if 1.0.0", "cfg-if 1.0.0",
"lazy_static", "lazy_static",
] ]
@@ -2422,8 +2421,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"js-sys",
"libc", "libc",
"wasi 0.9.0+wasi-snapshot-preview1", "wasi 0.9.0+wasi-snapshot-preview1",
"wasm-bindgen",
] ]
[[package]] [[package]]
@@ -4998,12 +4999,9 @@ dependencies = [
[[package]] [[package]]
name = "once_cell" name = "once_cell"
version = "1.7.2" version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
dependencies = [
"parking_lot 0.11.1",
]
[[package]] [[package]]
name = "oorandom" name = "oorandom"
@@ -7161,7 +7159,7 @@ checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
dependencies = [ dependencies = [
"crossbeam-channel", "crossbeam-channel",
"crossbeam-deque", "crossbeam-deque",
"crossbeam-utils 0.8.3", "crossbeam-utils 0.8.5",
"lazy_static", "lazy_static",
"num_cpus", "num_cpus",
] ]
@@ -10434,9 +10432,9 @@ dependencies = [
[[package]] [[package]]
name = "tiny-bip39" name = "tiny-bip39"
version = "0.8.0" version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9e44c4759bae7f1032e286a7ef990bd9ed23fe831b7eeba0beb97484c2e59b8" checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"hmac 0.8.1", "hmac 0.8.1",
@@ -10447,6 +10445,7 @@ dependencies = [
"sha2 0.9.3", "sha2 0.9.3",
"thiserror", "thiserror",
"unicode-normalization", "unicode-normalization",
"wasm-bindgen",
"zeroize", "zeroize",
] ]
@@ -10897,11 +10896,11 @@ dependencies = [
[[package]] [[package]]
name = "twox-hash" name = "twox-hash"
version = "1.6.0" version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59" checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e"
dependencies = [ dependencies = [
"cfg-if 0.1.10", "cfg-if 1.0.0",
"rand 0.7.3", "rand 0.7.3",
"static_assertions", "static_assertions",
] ]
@@ -11875,18 +11874,18 @@ dependencies = [
[[package]] [[package]]
name = "zeroize" name = "zeroize"
version = "1.4.1" version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "377db0846015f7ae377174787dd452e1c5f5a9050bc6f954911d01f116daa0cd" checksum = "bf68b08513768deaa790264a7fac27a58cbf2705cfcdc9448362229217d7e970"
dependencies = [ dependencies = [
"zeroize_derive", "zeroize_derive",
] ]
[[package]] [[package]]
name = "zeroize_derive" name = "zeroize_derive"
version = "1.0.1" version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3f369ddb18862aba61aa49bf31e74d29f0f162dec753063200e1dc084345d16" checksum = "bdff2024a851a322b08f179173ae2ba620445aef1e838f0c196820eade4ae0c7"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
+1 -1
View File
@@ -22,7 +22,7 @@ libp2p = "0.39.1"
parity-scale-codec = "2.0.0" parity-scale-codec = "2.0.0"
hex = "0.4.2" hex = "0.4.2"
rand = "0.7.3" rand = "0.7.3"
tiny-bip39 = "0.8.0" tiny-bip39 = "0.8.2"
serde_json = "1.0.68" serde_json = "1.0.68"
sc-keystore = { version = "4.0.0-dev", path = "../keystore" } sc-keystore = { version = "4.0.0-dev", path = "../keystore" }
sp-panic-handler = { version = "3.0.0", path = "../../primitives/panic-handler" } 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", "asynchronous_codec",
] } ] }
void = "1.0.2" void = "1.0.2"
zeroize = "1.4.1" zeroize = "1.4.2"
libp2p = "0.39.1" libp2p = "0.39.1"
[dev-dependencies] [dev-dependencies]
+1 -1
View File
@@ -18,7 +18,7 @@ atty = "0.2.13"
chrono = "0.4.19" chrono = "0.4.19"
lazy_static = "1.4.0" lazy_static = "1.4.0"
log = { version = "0.4.8" } log = { version = "0.4.8" }
once_cell = "1.4.1" once_cell = "1.8.0"
parking_lot = "0.11.1" parking_lot = "0.11.1"
regex = "1.4.2" regex = "1.4.2"
rustc-hash = "1.1.0" rustc-hash = "1.1.0"
+3 -3
View File
@@ -33,10 +33,10 @@ hash256-std-hasher = { version = "0.15.2", default-features = false }
base58 = { version = "0.1.0", optional = true } base58 = { version = "0.1.0", optional = true }
rand = { version = "0.7.3", optional = true, features = ["small_rng"] } rand = { version = "0.7.3", optional = true, features = ["small_rng"] }
substrate-bip39 = { version = "0.4.2", optional = true } substrate-bip39 = { version = "0.4.2", optional = true }
tiny-bip39 = { version = "0.8", optional = true } tiny-bip39 = { version = "0.8.2", optional = true }
regex = { version = "1.4.2", optional = true } regex = { version = "1.4.2", optional = true }
num-traits = { version = "0.2.8", default-features = false } num-traits = { version = "0.2.8", default-features = false }
zeroize = { version = "1.4.1", default-features = false } zeroize = { version = "1.4.2", default-features = false }
secrecy = { version = "0.7.0", default-features = false } secrecy = { version = "0.7.0", default-features = false }
lazy_static = { version = "1.4.0", default-features = false, optional = true } lazy_static = { version = "1.4.0", default-features = false, optional = true }
parking_lot = { version = "0.11.1", optional = true } parking_lot = { version = "0.11.1", optional = true }
@@ -63,7 +63,7 @@ schnorrkel = { version = "0.9.1", features = [
], default-features = false, optional = true } ], default-features = false, optional = true }
sha2 = { version = "0.9.2", default-features = false, optional = true } sha2 = { version = "0.9.2", default-features = false, optional = true }
hex = { version = "0.4", default-features = false, optional = true } hex = { version = "0.4", default-features = false, optional = true }
twox-hash = { version = "1.5.0", default-features = false, optional = true } twox-hash = { version = "1.6.1", default-features = false, optional = true }
libsecp256k1 = { version = "0.6", default-features = false, features = ["hmac", "static-context"], optional = true } libsecp256k1 = { version = "0.6", default-features = false, features = ["hmac", "static-context"], optional = true }
merlin = { version = "2.0", default-features = false, optional = true } merlin = { version = "2.0", default-features = false, optional = true }