From 836a3203eb370dadace628c6cb973ccbe52b72f5 Mon Sep 17 00:00:00 2001 From: HackFisher Date: Wed, 13 Jan 2021 12:36:34 +0800 Subject: [PATCH] update darwinia common dependency --- Cargo.lock | 202 +++++++++++++++++++++++++--------------- Cargo.toml | 2 +- node/service/Cargo.toml | 2 +- 3 files changed, 127 insertions(+), 79 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a69d22fcd..04bfb7b68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,9 +140,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.37" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86" +checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1" [[package]] name = "approx" @@ -155,9 +155,9 @@ dependencies = [ [[package]] name = "arc-swap" -version = "0.4.8" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dabe5a181f83789739c194cbe5a897dde195078fac08568d09221fd6137a7ba8" +checksum = "d4d7d63395147b81a9e570bcc6243aaf71c017bd666d4909cfef0085bdda8d73" [[package]] name = "array-bytes" @@ -168,7 +168,7 @@ checksum = "43759f68cc29a37659a6b7a48a49674e03a888b6d41f36f4204c36d0d09a51de" [[package]] name = "array-bytes" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "sp-std 2.0.0", ] @@ -319,7 +319,7 @@ dependencies = [ "memchr", "num_cpus", "once_cell 1.5.2", - "pin-project-lite 0.2.2", + "pin-project-lite 0.2.4", "pin-utils", "slab", "wasm-bindgen-futures", @@ -671,9 +671,9 @@ checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" [[package]] name = "bytes" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad1f8e949d755f9d79112b5bb46938e0ef9d3804a0b16dfab13aafcaa5f0fa72" +checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" [[package]] name = "c_linked_list" @@ -1240,7 +1240,7 @@ dependencies = [ [[package]] name = "darwinia-balances" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "darwinia-balances-rpc-runtime-api", "darwinia-support", @@ -1255,7 +1255,7 @@ dependencies = [ [[package]] name = "darwinia-balances-rpc" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "darwinia-balances-rpc-runtime-api", "jsonrpc-core", @@ -1270,7 +1270,7 @@ dependencies = [ [[package]] name = "darwinia-balances-rpc-runtime-api" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "darwinia-support", "parity-scale-codec", @@ -1282,7 +1282,7 @@ dependencies = [ [[package]] name = "darwinia-claims" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "array-bytes 1.2.3", "darwinia-support", @@ -1323,7 +1323,7 @@ dependencies = [ [[package]] name = "darwinia-cli" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "sc-cli", "sc-client-api", @@ -1336,7 +1336,7 @@ dependencies = [ [[package]] name = "darwinia-crab-backing" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "frame-support", "frame-system", @@ -1348,7 +1348,7 @@ dependencies = [ [[package]] name = "darwinia-crab-issuing" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "frame-support", "frame-system", @@ -1360,7 +1360,7 @@ dependencies = [ [[package]] name = "darwinia-democracy" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "darwinia-support", "frame-support", @@ -1375,7 +1375,7 @@ dependencies = [ [[package]] name = "darwinia-elections-phragmen" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "darwinia-support", "frame-support", @@ -1390,7 +1390,7 @@ dependencies = [ [[package]] name = "darwinia-ethereum-backing" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "array-bytes 1.2.3", "darwinia-relay-primitives", @@ -1410,7 +1410,7 @@ dependencies = [ [[package]] name = "darwinia-ethereum-relay" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "array-bytes 1.2.3", "blake2-rfc", @@ -1434,7 +1434,7 @@ dependencies = [ [[package]] name = "darwinia-header-mmr" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "ckb-merkle-mountain-range", "darwinia-header-mmr-rpc-runtime-api", @@ -1451,7 +1451,7 @@ dependencies = [ [[package]] name = "darwinia-header-mmr-rpc" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "darwinia-header-mmr-rpc-runtime-api", "jsonrpc-core", @@ -1466,7 +1466,7 @@ dependencies = [ [[package]] name = "darwinia-header-mmr-rpc-runtime-api" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "darwinia-support", "parity-scale-codec", @@ -1490,7 +1490,7 @@ dependencies = [ [[package]] name = "darwinia-relay-authorities" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "darwinia-relay-primitives", "darwinia-support", @@ -1505,7 +1505,7 @@ dependencies = [ [[package]] name = "darwinia-relay-primitives" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "frame-support", "parity-scale-codec", @@ -1516,7 +1516,7 @@ dependencies = [ [[package]] name = "darwinia-relayer-game" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "darwinia-relay-primitives", "darwinia-support", @@ -1701,7 +1701,7 @@ dependencies = [ [[package]] name = "darwinia-staking" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "darwinia-staking-rpc-runtime-api", "darwinia-support", @@ -1725,7 +1725,7 @@ dependencies = [ [[package]] name = "darwinia-staking-rpc" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "darwinia-staking-rpc-runtime-api", "jsonrpc-core", @@ -1740,7 +1740,7 @@ dependencies = [ [[package]] name = "darwinia-staking-rpc-runtime-api" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "darwinia-support", "parity-scale-codec", @@ -1752,7 +1752,7 @@ dependencies = [ [[package]] name = "darwinia-support" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "ethereum-primitives", "frame-support", @@ -1766,7 +1766,7 @@ dependencies = [ [[package]] name = "darwinia-treasury" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "darwinia-support", "frame-support", @@ -1780,7 +1780,7 @@ dependencies = [ [[package]] name = "darwinia-tron-backing" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "frame-support", "frame-system", @@ -1792,7 +1792,7 @@ dependencies = [ [[package]] name = "darwinia-vesting" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "darwinia-support", "enumflags2", @@ -2037,7 +2037,7 @@ dependencies = [ [[package]] name = "ethereum-primitives" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "array-bytes 1.2.3", "ethash", @@ -2421,9 +2421,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b7109687aa4e177ef6fe84553af6280ef2778bdb7783ba44c9dc3399110fe64" +checksum = "f01c61843314e95f96cc9245702248733a3a3d744e43e2e755e3c7af8348a0a9" dependencies = [ "futures-core", "futures-sink", @@ -2440,9 +2440,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "847ce131b72ffb13b6109a221da9ad97a64cbe48feb1028356b836b47b8f1748" +checksum = "db8d3b0917ff63a2a96173133c02818fac4a746b0a57569d3baca9ec0e945e08" [[package]] name = "futures-core-preview" @@ -2490,9 +2490,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "611834ce18aaa1bd13c4b374f5d653e1027cf99b6b502584ff8c9a64413b30bb" +checksum = "e37c1a51b037b80922864b8eed90692c5cd8abd4c71ce49b77146caa47f3253b" [[package]] name = "futures-lite" @@ -2505,7 +2505,7 @@ dependencies = [ "futures-io", "memchr", "parking", - "pin-project-lite 0.2.2", + "pin-project-lite 0.2.4", "waker-fn", ] @@ -2523,15 +2523,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f878195a49cee50e006b02b93cf7e0a95a38ac7b776b4c4d9cc1207cd20fcb3d" +checksum = "f6adabac1290109cfa089f79192fb6244ad2c3f1cc2281f3e1dd987592b71feb" [[package]] name = "futures-task" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c554eb5bf48b2426c4771ab68c6b14468b6e76cc90996f528c3338d761a4d0d" +checksum = "a92a0843a2ff66823a8f7c77bffe9a09be2b64e533562c412d63075643ec0038" dependencies = [ "once_cell 1.5.2", ] @@ -2566,7 +2566,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project 1.0.3", + "pin-project 1.0.4", "pin-utils", "proc-macro-hack", "proc-macro-nested", @@ -2665,7 +2665,7 @@ checksum = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6" dependencies = [ "cfg-if 1.0.0", "libc", - "wasi 0.10.0+wasi-snapshot-preview1", + "wasi 0.10.1+wasi-snapshot-preview1", ] [[package]] @@ -2893,7 +2893,7 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747" dependencies = [ - "bytes 1.0.0", + "bytes 1.0.1", "fnv", "itoa", ] @@ -2987,7 +2987,7 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project 1.0.3", + "pin-project 1.0.4", "socket2", "tokio 0.2.24", "tower-service", @@ -4101,7 +4101,7 @@ checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" [[package]] name = "merkle-patricia-trie" version = "1.2.3" -source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#20577ac863e585ad182cb7d7e4ed37684470ded0" +source = "git+https://github.com/darwinia-network/darwinia-common.git?branch=master#5bafe86a232b2a1d00400ed57299c40ffbe04bd0" dependencies = [ "hashbrown 0.9.1", "keccak-hash", @@ -4263,7 +4263,7 @@ dependencies = [ "bytes 0.5.6", "futures 0.3.8", "log", - "pin-project 1.0.3", + "pin-project 1.0.4", "smallvec 1.6.1", "unsigned-varint 0.5.1", ] @@ -4917,9 +4917,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "1.3.5" +version = "1.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c740e5fbcb6847058b40ac7e5574766c6388f585e184d769910fe0d3a2ca861" +checksum = "79602888a81ace83e3d1d4b2873286c1f5f906c84db667594e8db8da3506c383" dependencies = [ "arrayvec 0.5.2", "bitvec", @@ -5087,7 +5087,7 @@ dependencies = [ "cfg-if 0.1.10", "cloudabi", "libc", - "redox_syscall", + "redox_syscall 0.1.57", "rustc_version", "smallvec 0.6.14", "winapi 0.3.9", @@ -5102,7 +5102,7 @@ dependencies = [ "cfg-if 0.1.10", "cloudabi", "libc", - "redox_syscall", + "redox_syscall 0.1.57", "smallvec 1.6.1", "winapi 0.3.9", ] @@ -5116,7 +5116,7 @@ dependencies = [ "cfg-if 1.0.0", "instant", "libc", - "redox_syscall", + "redox_syscall 0.1.57", "smallvec 1.6.1", "winapi 0.3.9", ] @@ -5196,11 +5196,11 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a83804639aad6ba65345661744708855f9fbcb71176ea8d28d05aeb11d975e7" +checksum = "95b70b68509f17aa2857863b6fa00bf21fc93674c7a8893de2f469f6aa7ca2f2" dependencies = [ - "pin-project-internal 1.0.3", + "pin-project-internal 1.0.4", ] [[package]] @@ -5216,9 +5216,9 @@ dependencies = [ [[package]] name = "pin-project-internal" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7bcc46b8f73443d15bc1c5fecbb315718491fa9187fa483f0e359323cde8b3a" +checksum = "caa25a6393f22ce819b0f50e0be89287292fda8d425be38ee0ca14c4931d9e71" dependencies = [ "proc-macro2", "quote", @@ -5233,9 +5233,9 @@ checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b" [[package]] name = "pin-project-lite" -version = "0.2.2" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6196deb704a4cebec440b7a50d05d55410be7c923caf0447f9d052508b8dca3c" +checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827" [[package]] name = "pin-utils" @@ -5550,6 +5550,18 @@ dependencies = [ "rand_pcg 0.2.1", ] +[[package]] +name = "rand" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c24fcd450d3fa2b592732565aa4f17a27a61c65ece4726353e000939b0edee34" +dependencies = [ + "libc", + "rand_chacha 0.3.0", + "rand_core 0.6.1", + "rand_hc 0.3.0", +] + [[package]] name = "rand_chacha" version = "0.1.1" @@ -5570,6 +5582,16 @@ dependencies = [ "rand_core 0.5.1", ] +[[package]] +name = "rand_chacha" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" +dependencies = [ + "ppv-lite86", + "rand_core 0.6.1", +] + [[package]] name = "rand_core" version = "0.3.1" @@ -5594,6 +5616,15 @@ dependencies = [ "getrandom 0.1.16", ] +[[package]] +name = "rand_core" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5" +dependencies = [ + "getrandom 0.2.1", +] + [[package]] name = "rand_hc" version = "0.1.0" @@ -5612,6 +5643,15 @@ dependencies = [ "rand_core 0.5.1", ] +[[package]] +name = "rand_hc" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" +dependencies = [ + "rand_core 0.6.1", +] + [[package]] name = "rand_isaac" version = "0.1.1" @@ -5732,6 +5772,15 @@ version = "0.1.57" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" +[[package]] +name = "redox_syscall" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570" +dependencies = [ + "bitflags", +] + [[package]] name = "redox_users" version = "0.3.5" @@ -5739,7 +5788,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d" dependencies = [ "getrandom 0.1.16", - "redox_syscall", + "redox_syscall 0.1.57", "rust-argon2", ] @@ -7189,9 +7238,9 @@ dependencies = [ [[package]] name = "slog-scope" -version = "4.3.0" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c44c89dd8b0ae4537d1ae318353eaf7840b4869c536e31c41e963d1ea523ee6" +checksum = "2f95a4b4c3274cd2869549da82b57ccc930859bdbf5bcea0424bc5f140b3c786" dependencies = [ "arc-swap", "lazy_static", @@ -8118,14 +8167,14 @@ checksum = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d" [[package]] name = "tempfile" -version = "3.1.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" +checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "libc", - "rand 0.7.3", - "redox_syscall", + "rand 0.8.1", + "redox_syscall 0.2.4", "remove_dir_all", "winapi 0.3.9", ] @@ -8188,12 +8237,11 @@ dependencies = [ [[package]] name = "time" -version = "0.1.44" +version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" +checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" dependencies = [ "libc", - "wasi 0.10.0+wasi-snapshot-preview1", "winapi 0.3.9", ] @@ -8300,7 +8348,7 @@ checksum = "720ba21c25078711bf456d607987d95bce90f7c3bea5abe1db587862e7a1e87c" dependencies = [ "autocfg 1.0.1", "num_cpus", - "pin-project-lite 0.2.2", + "pin-project-lite 0.2.4", "slab", ] @@ -8566,7 +8614,7 @@ checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3" dependencies = [ "cfg-if 1.0.0", "log", - "pin-project-lite 0.2.2", + "pin-project-lite 0.2.4", "tracing-attributes", "tracing-core", ] @@ -8883,9 +8931,9 @@ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" [[package]] name = "wasi" -version = "0.10.0+wasi-snapshot-preview1" +version = "0.10.1+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" +checksum = "93c6c3420963c5c64bca373b25e77acb562081b9bb4dd5bb864187742186cea9" [[package]] name = "wasm-bindgen" diff --git a/Cargo.toml b/Cargo.toml index 21702b20d..e16b87862 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" } [dependencies] # crates -futures = { version = "0.3.8" } +futures = { version = "=0.3.8" } parity-util-mem = { version = "*", default-features = false, features = ["jemalloc-global"] } # darwinia darwinia-cli = { path = "cli" } diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index dff80b24f..5b473db7d 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -12,7 +12,7 @@ version = "0.8.8" # crates array-bytes = { version = "0.3.0" } codec = { package = "parity-scale-codec", version = "1.3.5", features = ["derive"] } -futures = { version = "0.3.8" } +futures = { version = "=0.3.8" } log = { version = "0.4.13" } serde = { version = "1.0.118", features = ["derive"] } serde_json = { version = "1.0.61" }