Remove duplicated dependencies (#6930)

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2020-08-21 22:25:58 +08:00
committed by GitHub
parent 69e349bd51
commit 8ae1695526
20 changed files with 81 additions and 194 deletions
+54 -167
View File
@@ -963,33 +963,6 @@ dependencies = [
"cfg-if", "cfg-if",
] ]
[[package]]
name = "criterion"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0363053954f3e679645fc443321ca128b7b950a6fe288cf5f9335cc22ee58394"
dependencies = [
"atty",
"cast",
"clap",
"criterion-plot 0.3.1",
"csv",
"itertools 0.8.2",
"lazy_static",
"libc",
"num-traits",
"rand_core 0.3.1",
"rand_os",
"rand_xoshiro",
"rayon",
"rayon-core",
"serde",
"serde_derive",
"serde_json",
"tinytemplate",
"walkdir",
]
[[package]] [[package]]
name = "criterion" name = "criterion"
version = "0.3.3" version = "0.3.3"
@@ -999,7 +972,7 @@ dependencies = [
"atty", "atty",
"cast", "cast",
"clap", "clap",
"criterion-plot 0.4.3", "criterion-plot",
"csv", "csv",
"itertools 0.9.0", "itertools 0.9.0",
"lazy_static", "lazy_static",
@@ -1016,17 +989,6 @@ dependencies = [
"walkdir", "walkdir",
] ]
[[package]]
name = "criterion-plot"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76f9212ddf2f4a9eb2d401635190600656a1f88a932ef53d06e7fa4c7e02fb8e"
dependencies = [
"byteorder 1.3.4",
"cast",
"itertools 0.8.2",
]
[[package]] [[package]]
name = "criterion-plot" name = "criterion-plot"
version = "0.4.3" version = "0.4.3"
@@ -1403,8 +1365,8 @@ dependencies = [
"crunchy", "crunchy",
"fixed-hash", "fixed-hash",
"impl-rlp", "impl-rlp",
"impl-serde 0.3.1", "impl-serde",
"tiny-keccak 2.0.2", "tiny-keccak",
] ]
[[package]] [[package]]
@@ -1416,7 +1378,7 @@ dependencies = [
"ethbloom", "ethbloom",
"fixed-hash", "fixed-hash",
"impl-rlp", "impl-rlp",
"impl-serde 0.3.1", "impl-serde",
"primitive-types", "primitive-types",
"uint", "uint",
] ]
@@ -1678,7 +1640,7 @@ dependencies = [
"log", "log",
"once_cell 1.4.0", "once_cell 1.4.0",
"parity-scale-codec", "parity-scale-codec",
"parity-util-mem 0.7.0", "parity-util-mem",
"paste", "paste",
"pretty_assertions", "pretty_assertions",
"serde", "serde",
@@ -1745,7 +1707,7 @@ dependencies = [
name = "frame-system" name = "frame-system"
version = "2.0.0-rc6" version = "2.0.0-rc6"
dependencies = [ dependencies = [
"criterion 0.2.11", "criterion",
"frame-support", "frame-support",
"impl-trait-for-tuples", "impl-trait-for-tuples",
"parity-scale-codec", "parity-scale-codec",
@@ -2268,22 +2230,9 @@ checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
[[package]] [[package]]
name = "hex-literal" name = "hex-literal"
version = "0.2.1" version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "961de220ec9a91af2e1e5bd80d02109155695e516771762381ef8581317066e0" checksum = "5af1f635ef1bc545d78392b136bfe1c9809e029023c84a3638a864a10b8819c8"
dependencies = [
"hex-literal-impl",
"proc-macro-hack",
]
[[package]]
name = "hex-literal-impl"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "853f769599eb31de176303197b7ba4973299c38c7a7604a6bc88c3eef05b9b46"
dependencies = [
"proc-macro-hack",
]
[[package]] [[package]]
name = "hex_fmt" name = "hex_fmt"
@@ -2494,15 +2443,6 @@ dependencies = [
"rlp", "rlp",
] ]
[[package]]
name = "impl-serde"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58e3cae7e99c7ff5a995da2cf78dd0a5383740eda71d98cf7b1910c301ac69b8"
dependencies = [
"serde",
]
[[package]] [[package]]
name = "impl-serde" name = "impl-serde"
version = "0.3.1" version = "0.3.1"
@@ -2744,13 +2684,13 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
[[package]] [[package]]
name = "keccak-hasher" name = "keccak-hasher"
version = "0.15.2" version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3468207deea1359a0e921591ae9b4c928733d94eb9d6a2eeda994cfd59f42cf8" checksum = "711adba9940a039f4374fc5724c0a5eaca84a2d558cce62256bfe26f0dbef05e"
dependencies = [ dependencies = [
"hash-db", "hash-db",
"hash256-std-hasher", "hash256-std-hasher",
"tiny-keccak 1.5.0", "tiny-keccak",
] ]
[[package]] [[package]]
@@ -2772,45 +2712,24 @@ dependencies = [
"log", "log",
] ]
[[package]]
name = "kvdb"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e763b2a9b500ba47948061d1e8bc3b5f03a8a1f067dbcf822a4d2c84d2b54a3a"
dependencies = [
"parity-util-mem 0.6.0",
"smallvec 1.4.1",
]
[[package]] [[package]]
name = "kvdb" name = "kvdb"
version = "0.7.0" version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0315ef2f688e33844400b31f11c263f2b3dc21d8b9355c6891c5f185fae43f9a" checksum = "0315ef2f688e33844400b31f11c263f2b3dc21d8b9355c6891c5f185fae43f9a"
dependencies = [ dependencies = [
"parity-util-mem 0.7.0", "parity-util-mem",
"smallvec 1.4.1", "smallvec 1.4.1",
] ]
[[package]]
name = "kvdb-memorydb"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73027d5e228de6f503b5b7335d530404fc26230a6ae3e09b33ec6e45408509a4"
dependencies = [
"kvdb 0.6.0",
"parity-util-mem 0.6.0",
"parking_lot 0.10.2",
]
[[package]] [[package]]
name = "kvdb-memorydb" name = "kvdb-memorydb"
version = "0.7.0" version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73de822b260a3bdfb889dbbb65bb2d473eee2253973d6fa4a5d149a2a4a7c66e" checksum = "73de822b260a3bdfb889dbbb65bb2d473eee2253973d6fa4a5d149a2a4a7c66e"
dependencies = [ dependencies = [
"kvdb 0.7.0", "kvdb",
"parity-util-mem 0.7.0", "parity-util-mem",
"parking_lot 0.10.2", "parking_lot 0.10.2",
] ]
@@ -2821,11 +2740,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c341ef15cfb1f923fa3b5138bfbd2d4813a2c1640b473727a53351c7f0b0fa2" checksum = "7c341ef15cfb1f923fa3b5138bfbd2d4813a2c1640b473727a53351c7f0b0fa2"
dependencies = [ dependencies = [
"fs-swap", "fs-swap",
"kvdb 0.7.0", "kvdb",
"log", "log",
"num_cpus", "num_cpus",
"owning_ref", "owning_ref",
"parity-util-mem 0.7.0", "parity-util-mem",
"parking_lot 0.10.2", "parking_lot 0.10.2",
"regex", "regex",
"rocksdb", "rocksdb",
@@ -2840,10 +2759,10 @@ checksum = "2701a1369d6ea4f1b9f606db46e5e2a4a8e47f22530a07823d653f85ab1f6c34"
dependencies = [ dependencies = [
"futures 0.3.5", "futures 0.3.5",
"js-sys", "js-sys",
"kvdb 0.7.0", "kvdb",
"kvdb-memorydb 0.7.0", "kvdb-memorydb",
"log", "log",
"parity-util-mem 0.7.0", "parity-util-mem",
"send_wrapper 0.3.0", "send_wrapper 0.3.0",
"wasm-bindgen", "wasm-bindgen",
"web-sys", "web-sys",
@@ -3541,7 +3460,7 @@ checksum = "36f36ddb0b2cdc25d38babba472108798e3477f02be5165f038c5e393e50c57a"
dependencies = [ dependencies = [
"hash-db", "hash-db",
"hashbrown 0.8.1", "hashbrown 0.8.1",
"parity-util-mem 0.7.0", "parity-util-mem",
] ]
[[package]] [[package]]
@@ -3747,7 +3666,7 @@ dependencies = [
"futures 0.3.5", "futures 0.3.5",
"hash-db", "hash-db",
"hex", "hex",
"kvdb 0.7.0", "kvdb",
"kvdb-rocksdb", "kvdb-rocksdb",
"lazy_static", "lazy_static",
"log", "log",
@@ -3755,7 +3674,7 @@ dependencies = [
"node-runtime", "node-runtime",
"node-testing", "node-testing",
"parity-db", "parity-db",
"parity-util-mem 0.7.0", "parity-util-mem",
"rand 0.7.3", "rand 0.7.3",
"sc-basic-authorship", "sc-basic-authorship",
"sc-cli", "sc-cli",
@@ -3874,7 +3793,7 @@ dependencies = [
name = "node-executor" name = "node-executor"
version = "2.0.0-rc6" version = "2.0.0-rc6"
dependencies = [ dependencies = [
"criterion 0.3.3", "criterion",
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -4113,7 +4032,7 @@ dependencies = [
name = "node-testing" name = "node-testing"
version = "2.0.0-rc6" version = "2.0.0-rc6"
dependencies = [ dependencies = [
"criterion 0.3.3", "criterion",
"frame-support", "frame-support",
"frame-system", "frame-system",
"fs_extra", "fs_extra",
@@ -5277,19 +5196,6 @@ dependencies = [
"winapi 0.3.9", "winapi 0.3.9",
] ]
[[package]]
name = "parity-util-mem"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e42755f26e5ea21a6a819d9e63cbd70713e9867a2b767ec2cc65ca7659532c5"
dependencies = [
"cfg-if",
"impl-trait-for-tuples",
"parity-util-mem-derive",
"parking_lot 0.10.2",
"winapi 0.3.9",
]
[[package]] [[package]]
name = "parity-util-mem" name = "parity-util-mem"
version = "0.7.0" version = "0.7.0"
@@ -5605,7 +5511,7 @@ dependencies = [
"fixed-hash", "fixed-hash",
"impl-codec", "impl-codec",
"impl-rlp", "impl-rlp",
"impl-serde 0.3.1", "impl-serde",
"uint", "uint",
] ]
@@ -5978,16 +5884,6 @@ dependencies = [
"rand_core 0.3.1", "rand_core 0.3.1",
] ]
[[package]]
name = "rand_xoshiro"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b418169fb9c46533f326efd6eed2576699c44ca92d3052a066214a8d828929"
dependencies = [
"byteorder 1.3.4",
"rand_core 0.3.1",
]
[[package]] [[package]]
name = "raw-cpuid" name = "raw-cpuid"
version = "7.0.3" version = "7.0.3"
@@ -6466,7 +6362,7 @@ dependencies = [
"names", "names",
"nix", "nix",
"parity-scale-codec", "parity-scale-codec",
"parity-util-mem 0.7.0", "parity-util-mem",
"rand 0.7.3", "rand 0.7.3",
"regex", "regex",
"rpassword", "rpassword",
@@ -6505,8 +6401,8 @@ dependencies = [
"futures 0.3.5", "futures 0.3.5",
"hash-db", "hash-db",
"hex-literal", "hex-literal",
"kvdb 0.7.0", "kvdb",
"kvdb-memorydb 0.6.0", "kvdb-memorydb",
"lazy_static", "lazy_static",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
@@ -6541,14 +6437,14 @@ dependencies = [
"blake2-rfc", "blake2-rfc",
"env_logger", "env_logger",
"hash-db", "hash-db",
"kvdb 0.7.0", "kvdb",
"kvdb-memorydb 0.7.0", "kvdb-memorydb",
"kvdb-rocksdb", "kvdb-rocksdb",
"linked-hash-map", "linked-hash-map",
"log", "log",
"parity-db", "parity-db",
"parity-scale-codec", "parity-scale-codec",
"parity-util-mem 0.7.0", "parity-util-mem",
"parking_lot 0.10.2", "parking_lot 0.10.2",
"quickcheck", "quickcheck",
"sc-client-api", "sc-client-api",
@@ -6963,7 +6859,7 @@ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"futures 0.3.5", "futures 0.3.5",
"log", "log",
"parity-util-mem 0.7.0", "parity-util-mem",
"sc-client-api", "sc-client-api",
"sc-network", "sc-network",
"sp-blockchain", "sp-blockchain",
@@ -7272,7 +7168,7 @@ dependencies = [
"lazy_static", "lazy_static",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
"parity-util-mem 0.7.0", "parity-util-mem",
"parking_lot 0.10.2", "parking_lot 0.10.2",
"pin-project", "pin-project",
"rand 0.7.3", "rand 0.7.3",
@@ -7364,7 +7260,7 @@ dependencies = [
"env_logger", "env_logger",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
"parity-util-mem 0.7.0", "parity-util-mem",
"parity-util-mem-derive", "parity-util-mem-derive",
"parking_lot 0.10.2", "parking_lot 0.10.2",
"sc-client-api", "sc-client-api",
@@ -7413,13 +7309,13 @@ name = "sc-transaction-graph"
version = "2.0.0-rc6" version = "2.0.0-rc6"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"criterion 0.3.3", "criterion",
"derive_more", "derive_more",
"futures 0.3.5", "futures 0.3.5",
"linked-hash-map", "linked-hash-map",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
"parity-util-mem 0.7.0", "parity-util-mem",
"parking_lot 0.10.2", "parking_lot 0.10.2",
"retain_mut", "retain_mut",
"serde", "serde",
@@ -7444,7 +7340,7 @@ dependencies = [
"intervalier", "intervalier",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
"parity-util-mem 0.7.0", "parity-util-mem",
"parking_lot 0.10.2", "parking_lot 0.10.2",
"sc-block-builder", "sc-block-builder",
"sc-client-api", "sc-client-api",
@@ -7919,7 +7815,7 @@ dependencies = [
name = "sp-api-test" name = "sp-api-test"
version = "2.0.0-rc6" version = "2.0.0-rc6"
dependencies = [ dependencies = [
"criterion 0.3.3", "criterion",
"parity-scale-codec", "parity-scale-codec",
"rustversion", "rustversion",
"sc-block-builder", "sc-block-builder",
@@ -7960,7 +7856,7 @@ dependencies = [
name = "sp-arithmetic" name = "sp-arithmetic"
version = "2.0.0-rc6" version = "2.0.0-rc6"
dependencies = [ dependencies = [
"criterion 0.3.3", "criterion",
"integer-sqrt", "integer-sqrt",
"num-traits", "num-traits",
"parity-scale-codec", "parity-scale-codec",
@@ -8133,7 +8029,7 @@ dependencies = [
"base58", "base58",
"blake2-rfc", "blake2-rfc",
"byteorder 1.3.4", "byteorder 1.3.4",
"criterion 0.2.11", "criterion",
"derive_more", "derive_more",
"dyn-clonable", "dyn-clonable",
"ed25519-dalek", "ed25519-dalek",
@@ -8142,14 +8038,14 @@ dependencies = [
"hash256-std-hasher", "hash256-std-hasher",
"hex", "hex",
"hex-literal", "hex-literal",
"impl-serde 0.3.1", "impl-serde",
"lazy_static", "lazy_static",
"libsecp256k1", "libsecp256k1",
"log", "log",
"merlin", "merlin",
"num-traits", "num-traits",
"parity-scale-codec", "parity-scale-codec",
"parity-util-mem 0.7.0", "parity-util-mem",
"parking_lot 0.10.2", "parking_lot 0.10.2",
"pretty_assertions", "pretty_assertions",
"primitive-types", "primitive-types",
@@ -8169,7 +8065,7 @@ dependencies = [
"sp-storage", "sp-storage",
"substrate-bip39", "substrate-bip39",
"tiny-bip39", "tiny-bip39",
"tiny-keccak 2.0.2", "tiny-keccak",
"twox-hash", "twox-hash",
"wasmi", "wasmi",
"zeroize", "zeroize",
@@ -8179,7 +8075,7 @@ dependencies = [
name = "sp-database" name = "sp-database"
version = "2.0.0-rc6" version = "2.0.0-rc6"
dependencies = [ dependencies = [
"kvdb 0.7.0", "kvdb",
"parking_lot 0.10.2", "parking_lot 0.10.2",
] ]
@@ -8338,7 +8234,7 @@ dependencies = [
"impl-trait-for-tuples", "impl-trait-for-tuples",
"log", "log",
"parity-scale-codec", "parity-scale-codec",
"parity-util-mem 0.7.0", "parity-util-mem",
"paste", "paste",
"rand 0.7.3", "rand 0.7.3",
"serde", "serde",
@@ -8495,7 +8391,7 @@ version = "2.0.0-rc6"
name = "sp-storage" name = "sp-storage"
version = "2.0.0-rc6" version = "2.0.0-rc6"
dependencies = [ dependencies = [
"impl-serde 0.2.3", "impl-serde",
"parity-scale-codec", "parity-scale-codec",
"ref-cast", "ref-cast",
"serde", "serde",
@@ -8508,7 +8404,7 @@ name = "sp-test-primitives"
version = "2.0.0-rc6" version = "2.0.0-rc6"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"parity-util-mem 0.7.0", "parity-util-mem",
"serde", "serde",
"sp-application-crypto", "sp-application-crypto",
"sp-core", "sp-core",
@@ -8555,7 +8451,7 @@ dependencies = [
name = "sp-trie" name = "sp-trie"
version = "2.0.0-rc6" version = "2.0.0-rc6"
dependencies = [ dependencies = [
"criterion 0.2.11", "criterion",
"hash-db", "hash-db",
"hex-literal", "hex-literal",
"memory-db", "memory-db",
@@ -8584,7 +8480,7 @@ dependencies = [
name = "sp-version" name = "sp-version"
version = "2.0.0-rc6" version = "2.0.0-rc6"
dependencies = [ dependencies = [
"impl-serde 0.2.3", "impl-serde",
"parity-scale-codec", "parity-scale-codec",
"serde", "serde",
"sp-runtime", "sp-runtime",
@@ -8867,7 +8763,7 @@ dependencies = [
"pallet-babe", "pallet-babe",
"pallet-timestamp", "pallet-timestamp",
"parity-scale-codec", "parity-scale-codec",
"parity-util-mem 0.7.0", "parity-util-mem",
"sc-block-builder", "sc-block-builder",
"sc-executor", "sc-executor",
"sc-service", "sc-service",
@@ -9146,15 +9042,6 @@ dependencies = [
"unicode-normalization", "unicode-normalization",
] ]
[[package]]
name = "tiny-keccak"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d8a021c69bb74a44ccedb824a046447e2c84a01df9e5c20779750acb38e11b2"
dependencies = [
"crunchy",
]
[[package]] [[package]]
name = "tiny-keccak" name = "tiny-keccak"
version = "2.0.2" version = "2.0.2"
@@ -9573,11 +9460,11 @@ checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
[[package]] [[package]]
name = "trie-bench" name = "trie-bench"
version = "0.24.0" version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24987a413863acfa081fb75051d0c2824cd4c450e2f0a7e03dca93ac989775fc" checksum = "af2cc37cac8cc158119982c920cbb9b8243d8540c1d13b8aca84484bfc83a426"
dependencies = [ dependencies = [
"criterion 0.2.11", "criterion",
"hash-db", "hash-db",
"keccak-hasher", "keccak-hasher",
"memory-db", "memory-db",
@@ -9657,7 +9544,7 @@ version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56" checksum = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56"
dependencies = [ dependencies = [
"rand 0.7.3", "rand 0.5.6",
] ]
[[package]] [[package]]
+1 -1
View File
@@ -37,7 +37,7 @@ crate-type = ["cdylib", "rlib"]
codec = { package = "parity-scale-codec", version = "1.3.4" } codec = { package = "parity-scale-codec", version = "1.3.4" }
serde = { version = "1.0.102", features = ["derive"] } serde = { version = "1.0.102", features = ["derive"] }
futures = { version = "0.3.1", features = ["compat"] } futures = { version = "0.3.1", features = ["compat"] }
hex-literal = "0.2.1" hex-literal = "0.3.1"
jsonrpc-core = "14.2.0" jsonrpc-core = "14.2.0"
jsonrpc-pubsub = "14.2.0" jsonrpc-pubsub = "14.2.0"
log = "0.4.8" log = "0.4.8"
+1 -1
View File
@@ -18,7 +18,7 @@ codec = { package = "parity-scale-codec", version = "1.3.4", default-features =
integer-sqrt = { version = "0.1.2" } integer-sqrt = { version = "0.1.2" }
serde = { version = "1.0.102", optional = true } serde = { version = "1.0.102", optional = true }
static_assertions = "1.1.0" static_assertions = "1.1.0"
hex-literal = { version = "0.2.1", optional = true } hex-literal = { version = "0.3.1", optional = true }
# primitives # primitives
sp-authority-discovery = { version = "2.0.0-rc6", default-features = false, path = "../../../primitives/authority-discovery" } sp-authority-discovery = { version = "2.0.0-rc6", default-features = false, path = "../../../primitives/authority-discovery" }
+6 -6
View File
@@ -15,18 +15,18 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] }
sp-consensus = { version = "0.8.0-rc6", path = "../../primitives/consensus/common" } sp-consensus = { version = "0.8.0-rc6", path = "../../primitives/consensus/common" }
derive_more = { version = "0.99.2" } derive_more = "0.99.2"
sc-executor = { version = "0.8.0-rc6", path = "../executor" } sc-executor = { version = "0.8.0-rc6", path = "../executor" }
sp-externalities = { version = "0.8.0-rc6", path = "../../primitives/externalities" } sp-externalities = { version = "0.8.0-rc6", path = "../../primitives/externalities" }
fnv = { version = "1.0.6" } fnv = "1.0.6"
futures = { version = "0.3.1" } futures = "0.3.1"
hash-db = { version = "0.15.2", default-features = false } hash-db = { version = "0.15.2", default-features = false }
sp-blockchain = { version = "2.0.0-rc6", path = "../../primitives/blockchain" } sp-blockchain = { version = "2.0.0-rc6", path = "../../primitives/blockchain" }
hex-literal = { version = "0.2.1" } hex-literal = "0.3.1"
sp-inherents = { version = "2.0.0-rc6", default-features = false, path = "../../primitives/inherents" } sp-inherents = { version = "2.0.0-rc6", default-features = false, path = "../../primitives/inherents" }
sp-keyring = { version = "2.0.0-rc6", path = "../../primitives/keyring" } sp-keyring = { version = "2.0.0-rc6", path = "../../primitives/keyring" }
kvdb = "0.7.0" kvdb = "0.7.0"
log = { version = "0.4.8" } log = "0.4.8"
parking_lot = "0.10.0" parking_lot = "0.10.0"
lazy_static = "1.4.0" lazy_static = "1.4.0"
sp-database = { version = "2.0.0-rc6", path = "../../primitives/database" } sp-database = { version = "2.0.0-rc6", path = "../../primitives/database" }
@@ -44,6 +44,6 @@ sp-transaction-pool = { version = "2.0.0-rc6", path = "../../primitives/transact
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.8.0-rc6", path = "../../utils/prometheus" } prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.8.0-rc6", path = "../../utils/prometheus" }
[dev-dependencies] [dev-dependencies]
kvdb-memorydb = "0.6.0" kvdb-memorydb = "0.7.0"
sp-test-primitives = { version = "2.0.0-rc6", path = "../../primitives/test-primitives" } sp-test-primitives = { version = "2.0.0-rc6", path = "../../primitives/test-primitives" }
substrate-test-runtime = { version = "2.0.0-rc6", path = "../../test-utils/runtime" } substrate-test-runtime = { version = "2.0.0-rc6", path = "../../test-utils/runtime" }
+1 -1
View File
@@ -38,7 +38,7 @@ libsecp256k1 = "0.3.4"
[dev-dependencies] [dev-dependencies]
assert_matches = "1.3.0" assert_matches = "1.3.0"
wabt = "0.9.2" wabt = "0.9.2"
hex-literal = "0.2.1" hex-literal = "0.3.1"
sc-runtime-test = { version = "2.0.0-rc6", path = "runtime-test" } sc-runtime-test = { version = "2.0.0-rc6", path = "runtime-test" }
substrate-test-runtime = { version = "2.0.0-rc6", path = "../../test-utils/runtime" } substrate-test-runtime = { version = "2.0.0-rc6", path = "../../test-utils/runtime" }
sp-state-machine = { version = "0.8.0-rc6", path = "../../primitives/state-machine" } sp-state-machine = { version = "0.8.0-rc6", path = "../../primitives/state-machine" }
+1 -1
View File
@@ -12,7 +12,7 @@ repository = "https://github.com/paritytech/substrate/"
targets = ["x86_64-unknown-linux-gnu"] targets = ["x86_64-unknown-linux-gnu"]
[dependencies] [dependencies]
hex-literal = "0.2.1" hex-literal = "0.3.1"
tempfile = "3.1.0" tempfile = "3.1.0"
tokio = "0.1.22" tokio = "0.1.22"
futures01 = { package = "futures", version = "0.1.29" } futures01 = { package = "futures", version = "0.1.29" }
+1 -1
View File
@@ -25,7 +25,7 @@ frame-support = { version = "2.0.0-rc6", default-features = false, path = "../su
frame-system = { version = "2.0.0-rc6", default-features = false, path = "../system" } frame-system = { version = "2.0.0-rc6", default-features = false, path = "../system" }
[dev-dependencies] [dev-dependencies]
hex-literal = "0.2.1" hex-literal = "0.3.1"
[features] [features]
default = [ "std" ] default = [ "std" ]
+1 -1
View File
@@ -23,7 +23,7 @@ frame-support = { version = "2.0.0-rc6", default-features = false, path = "../su
frame-system = { version = "2.0.0-rc6", default-features = false, path = "../system" } frame-system = { version = "2.0.0-rc6", default-features = false, path = "../system" }
[dev-dependencies] [dev-dependencies]
hex-literal = "0.2.1" hex-literal = "0.3.1"
pallet-balances = { version = "2.0.0-rc6", path = "../balances" } pallet-balances = { version = "2.0.0-rc6", path = "../balances" }
[features] [features]
+1 -1
View File
@@ -31,7 +31,7 @@ wat = { version = "1.0", optional = true, default-features = false }
[dev-dependencies] [dev-dependencies]
assert_matches = "1.3.0" assert_matches = "1.3.0"
hex-literal = "0.2.1" hex-literal = "0.3.1"
pallet-balances = { version = "2.0.0-rc6", path = "../balances" } pallet-balances = { version = "2.0.0-rc6", path = "../balances" }
pallet-timestamp = { version = "2.0.0-rc6", path = "../timestamp" } pallet-timestamp = { version = "2.0.0-rc6", path = "../timestamp" }
pallet-randomness-collective-flip = { version = "2.0.0-rc6", path = "../randomness-collective-flip" } pallet-randomness-collective-flip = { version = "2.0.0-rc6", path = "../randomness-collective-flip" }
+1 -1
View File
@@ -27,7 +27,7 @@ pallet-balances = { version = "2.0.0-rc6", path = "../balances" }
pallet-scheduler = { version = "2.0.0-rc6", path = "../scheduler" } pallet-scheduler = { version = "2.0.0-rc6", path = "../scheduler" }
sp-storage = { version = "2.0.0-rc6", path = "../../primitives/storage" } sp-storage = { version = "2.0.0-rc6", path = "../../primitives/storage" }
substrate-test-utils = { version = "2.0.0-rc6", path = "../../test-utils" } substrate-test-utils = { version = "2.0.0-rc6", path = "../../test-utils" }
hex-literal = "0.2.1" hex-literal = "0.3.1"
[features] [features]
default = ["std"] default = ["std"]
@@ -23,7 +23,7 @@ frame-benchmarking = { version = "2.0.0-rc6", default-features = false, path = "
[dev-dependencies] [dev-dependencies]
sp-io = { version = "2.0.0-rc6", path = "../../primitives/io" } sp-io = { version = "2.0.0-rc6", path = "../../primitives/io" }
hex-literal = "0.2.1" hex-literal = "0.3.1"
pallet-balances = { version = "2.0.0-rc6", path = "../balances" } pallet-balances = { version = "2.0.0-rc6", path = "../balances" }
sp-core = { version = "2.0.0-rc6", path = "../../primitives/core" } sp-core = { version = "2.0.0-rc6", path = "../../primitives/core" }
substrate-test-utils = { version = "2.0.0-rc6", path = "../../test-utils" } substrate-test-utils = { version = "2.0.0-rc6", path = "../../test-utils" }
+1 -1
View File
@@ -22,7 +22,7 @@ frame-support = { version = "2.0.0-rc6", default-features = false, path = "../su
frame-system = { version = "2.0.0-rc6", default-features = false, path = "../system" } frame-system = { version = "2.0.0-rc6", default-features = false, path = "../system" }
[dev-dependencies] [dev-dependencies]
hex-literal = "0.2.1" hex-literal = "0.3.1"
pallet-balances = { version = "2.0.0-rc6", path = "../balances" } pallet-balances = { version = "2.0.0-rc6", path = "../balances" }
[features] [features]
+1 -1
View File
@@ -22,7 +22,7 @@ sp-std = { version = "2.0.0-rc6", default-features = false, path = "../../primit
sp-io = { version = "2.0.0-rc6", default-features = false, path = "../../primitives/io" } sp-io = { version = "2.0.0-rc6", default-features = false, path = "../../primitives/io" }
[dev-dependencies] [dev-dependencies]
hex-literal = "0.2.1" hex-literal = "0.3.1"
sp-core = { version = "2.0.0-rc6", path = "../../primitives/core" } sp-core = { version = "2.0.0-rc6", path = "../../primitives/core" }
sp-io ={ version = "2.0.0-rc6", path = "../../primitives/io" } sp-io ={ version = "2.0.0-rc6", path = "../../primitives/io" }
pallet-indices = { version = "2.0.0-rc6", path = "../indices" } pallet-indices = { version = "2.0.0-rc6", path = "../indices" }
+1 -1
View File
@@ -23,7 +23,7 @@ frame-support = { version = "2.0.0-rc6", default-features = false, path = "../su
impl-trait-for-tuples = "0.1.3" impl-trait-for-tuples = "0.1.3"
[dev-dependencies] [dev-dependencies]
criterion = "0.2.11" criterion = "0.3.3"
sp-externalities = { version = "0.8.0-rc6", path = "../../primitives/externalities" } sp-externalities = { version = "0.8.0-rc6", path = "../../primitives/externalities" }
substrate-test-runtime-client = { version = "2.0.0-rc6", path = "../../test-utils/runtime/client" } substrate-test-runtime-client = { version = "2.0.0-rc6", path = "../../test-utils/runtime/client" }
+1 -1
View File
@@ -26,7 +26,7 @@ sp-io = { version = "2.0.0-rc6", path = "../../primitives/io" }
sp-core = { version = "2.0.0-rc6", path = "../../primitives/core" } sp-core = { version = "2.0.0-rc6", path = "../../primitives/core" }
pallet-balances = { version = "2.0.0-rc6", path = "../balances" } pallet-balances = { version = "2.0.0-rc6", path = "../balances" }
sp-storage = { version = "2.0.0-rc6", path = "../../primitives/storage" } sp-storage = { version = "2.0.0-rc6", path = "../../primitives/storage" }
hex-literal = "0.2.1" hex-literal = "0.3.1"
[features] [features]
default = ["std"] default = ["std"]
+2 -2
View File
@@ -57,9 +57,9 @@ sp-runtime-interface = { version = "2.0.0-rc6", default-features = false, path =
[dev-dependencies] [dev-dependencies]
sp-serializer = { version = "2.0.0-rc6", path = "../serializer" } sp-serializer = { version = "2.0.0-rc6", path = "../serializer" }
pretty_assertions = "0.6.1" pretty_assertions = "0.6.1"
hex-literal = "0.2.1" hex-literal = "0.3.1"
rand = "0.7.2" rand = "0.7.2"
criterion = "0.2.11" criterion = "0.3.3"
serde_json = "1.0" serde_json = "1.0"
rand_chacha = "0.2.2" rand_chacha = "0.2.2"
@@ -29,7 +29,7 @@ itertools = "0.9"
smallvec = "1.4.1" smallvec = "1.4.1"
[dev-dependencies] [dev-dependencies]
hex-literal = "0.2.1" hex-literal = "0.3.1"
sp-runtime = { version = "2.0.0-rc6", path = "../runtime" } sp-runtime = { version = "2.0.0-rc6", path = "../runtime" }
pretty_assertions = "0.6.1" pretty_assertions = "0.6.1"
+1 -1
View File
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies] [dependencies]
sp-std = { version = "2.0.0-rc6", default-features = false, path = "../std" } sp-std = { version = "2.0.0-rc6", default-features = false, path = "../std" }
serde = { version = "1.0.101", optional = true, features = ["derive"] } serde = { version = "1.0.101", optional = true, features = ["derive"] }
impl-serde = { version = "0.2.3", optional = true } impl-serde = { version = "0.3.1", optional = true }
ref-cast = "1.0.0" ref-cast = "1.0.0"
sp-debug-derive = { version = "2.0.0-rc6", path = "../debug-derive" } sp-debug-derive = { version = "2.0.0-rc6", path = "../debug-derive" }
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] }
+3 -3
View File
@@ -26,10 +26,10 @@ memory-db = { version = "0.24.0", default-features = false }
sp-core = { version = "2.0.0-rc6", default-features = false, path = "../core" } sp-core = { version = "2.0.0-rc6", default-features = false, path = "../core" }
[dev-dependencies] [dev-dependencies]
trie-bench = "0.24.0" trie-bench = "0.25.0"
trie-standardmap = "0.15.2" trie-standardmap = "0.15.2"
criterion = "0.2.11" criterion = "0.3.3"
hex-literal = "0.2.1" hex-literal = "0.3.1"
sp-runtime = { version = "2.0.0-rc6", path = "../runtime" } sp-runtime = { version = "2.0.0-rc6", path = "../runtime" }
[features] [features]
+1 -1
View File
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies] [dependencies]
impl-serde = { version = "0.2.3", optional = true } impl-serde = { version = "0.3.1", optional = true }
serde = { version = "1.0.101", optional = true, features = ["derive"] } serde = { version = "1.0.101", optional = true, features = ["derive"] }
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] }
sp-std = { version = "2.0.0-rc6", default-features = false, path = "../std" } sp-std = { version = "2.0.0-rc6", default-features = false, path = "../std" }