Companion for #6589 (#1367)

https://github.com/paritytech/substrate/pull/6589
This commit is contained in:
Bastian Köcher
2020-07-07 12:06:57 +02:00
committed by GitHub
parent f3c2db1a28
commit 37da08a764
5 changed files with 31 additions and 31 deletions
+27 -27
View File
@@ -718,7 +718,7 @@ dependencies = [
"log 0.4.8", "log 0.4.8",
"regalloc", "regalloc",
"serde", "serde",
"smallvec 1.4.0", "smallvec 1.4.1",
"target-lexicon", "target-lexicon",
"thiserror", "thiserror",
] ]
@@ -756,7 +756,7 @@ checksum = "e45f82e3446dd1ebb8c2c2f6a6b0e6cd6cd52965c7e5f7b1b35e9a9ace31ccde"
dependencies = [ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"log 0.4.8", "log 0.4.8",
"smallvec 1.4.0", "smallvec 1.4.1",
"target-lexicon", "target-lexicon",
] ]
@@ -1342,7 +1342,7 @@ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"paste", "paste",
"serde", "serde",
"smallvec 1.4.0", "smallvec 1.4.1",
"sp-arithmetic", "sp-arithmetic",
"sp-core", "sp-core",
"sp-inherents", "sp-inherents",
@@ -1729,7 +1729,7 @@ dependencies = [
"byteorder", "byteorder",
"fallible-iterator", "fallible-iterator",
"indexmap", "indexmap",
"smallvec 1.4.0", "smallvec 1.4.1",
"stable_deref_trait", "stable_deref_trait",
] ]
@@ -2399,7 +2399,7 @@ dependencies = [
"serde", "serde",
"serde_derive", "serde_derive",
"serde_json", "serde_json",
"smallvec 1.4.0", "smallvec 1.4.1",
"sp-api", "sp-api",
"sp-authority-discovery", "sp-authority-discovery",
"sp-block-builder", "sp-block-builder",
@@ -2437,7 +2437,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e763b2a9b500ba47948061d1e8bc3b5f03a8a1f067dbcf822a4d2c84d2b54a3a" checksum = "e763b2a9b500ba47948061d1e8bc3b5f03a8a1f067dbcf822a4d2c84d2b54a3a"
dependencies = [ dependencies = [
"parity-util-mem", "parity-util-mem",
"smallvec 1.4.0", "smallvec 1.4.1",
] ]
[[package]] [[package]]
@@ -2466,7 +2466,7 @@ dependencies = [
"parking_lot 0.10.2", "parking_lot 0.10.2",
"regex", "regex",
"rocksdb", "rocksdb",
"smallvec 1.4.0", "smallvec 1.4.1",
] ]
[[package]] [[package]]
@@ -2571,7 +2571,7 @@ dependencies = [
"parity-multiaddr 0.9.1", "parity-multiaddr 0.9.1",
"parking_lot 0.10.2", "parking_lot 0.10.2",
"pin-project", "pin-project",
"smallvec 1.4.0", "smallvec 1.4.1",
"wasm-timer", "wasm-timer",
] ]
@@ -2602,7 +2602,7 @@ dependencies = [
"ring", "ring",
"rw-stream-sink", "rw-stream-sink",
"sha2", "sha2",
"smallvec 1.4.0", "smallvec 1.4.1",
"thiserror", "thiserror",
"unsigned-varint 0.4.0", "unsigned-varint 0.4.0",
"void", "void",
@@ -2642,7 +2642,7 @@ dependencies = [
"log 0.4.8", "log 0.4.8",
"prost", "prost",
"prost-build", "prost-build",
"smallvec 1.4.0", "smallvec 1.4.1",
"wasm-timer", "wasm-timer",
] ]
@@ -2666,7 +2666,7 @@ dependencies = [
"prost-build", "prost-build",
"rand 0.7.3", "rand 0.7.3",
"sha2", "sha2",
"smallvec 1.4.0", "smallvec 1.4.1",
"uint", "uint",
"unsigned-varint 0.4.0", "unsigned-varint 0.4.0",
"void", "void",
@@ -2690,7 +2690,7 @@ dependencies = [
"log 0.4.8", "log 0.4.8",
"net2", "net2",
"rand 0.7.3", "rand 0.7.3",
"smallvec 1.4.0", "smallvec 1.4.1",
"void", "void",
"wasm-timer", "wasm-timer",
] ]
@@ -2757,7 +2757,7 @@ dependencies = [
"libp2p-core", "libp2p-core",
"log 0.4.8", "log 0.4.8",
"rand 0.7.3", "rand 0.7.3",
"smallvec 1.4.0", "smallvec 1.4.1",
"void", "void",
"wasm-timer", "wasm-timer",
] ]
@@ -3143,7 +3143,7 @@ dependencies = [
"futures 0.3.5", "futures 0.3.5",
"log 0.4.8", "log 0.4.8",
"pin-project", "pin-project",
"smallvec 1.4.0", "smallvec 1.4.1",
"unsigned-varint 0.4.0", "unsigned-varint 0.4.0",
] ]
@@ -3839,7 +3839,7 @@ dependencies = [
"pallet-transaction-payment-rpc-runtime-api", "pallet-transaction-payment-rpc-runtime-api",
"parity-scale-codec", "parity-scale-codec",
"serde", "serde",
"smallvec 1.4.0", "smallvec 1.4.1",
"sp-runtime", "sp-runtime",
"sp-std", "sp-std",
] ]
@@ -4048,7 +4048,7 @@ dependencies = [
"parity-util-mem-derive", "parity-util-mem-derive",
"parking_lot 0.10.2", "parking_lot 0.10.2",
"primitive-types", "primitive-types",
"smallvec 1.4.0", "smallvec 1.4.1",
"winapi 0.3.8", "winapi 0.3.8",
] ]
@@ -4115,7 +4115,7 @@ dependencies = [
"cloudabi", "cloudabi",
"libc", "libc",
"redox_syscall", "redox_syscall",
"smallvec 1.4.0", "smallvec 1.4.1",
"winapi 0.3.8", "winapi 0.3.8",
] ]
@@ -4601,7 +4601,7 @@ dependencies = [
"serde", "serde",
"serde_derive", "serde_derive",
"serde_json", "serde_json",
"smallvec 1.4.0", "smallvec 1.4.1",
"sp-api", "sp-api",
"sp-authority-discovery", "sp-authority-discovery",
"sp-block-builder", "sp-block-builder",
@@ -4908,7 +4908,7 @@ dependencies = [
"serde", "serde",
"serde_derive", "serde_derive",
"serde_json", "serde_json",
"smallvec 1.4.0", "smallvec 1.4.1",
"sp-api", "sp-api",
"sp-block-builder", "sp-block-builder",
"sp-consensus-babe", "sp-consensus-babe",
@@ -5527,7 +5527,7 @@ version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a415a013dd7c5d4221382329a5a3482566da675737494935cbbbcdec04662f9d" checksum = "a415a013dd7c5d4221382329a5a3482566da675737494935cbbbcdec04662f9d"
dependencies = [ dependencies = [
"smallvec 1.4.0", "smallvec 1.4.1",
] ]
[[package]] [[package]]
@@ -5558,7 +5558,7 @@ checksum = "b27b256b41986ac5141b37b8bbba85d314fbf546c182eb255af6720e07e4f804"
dependencies = [ dependencies = [
"log 0.4.8", "log 0.4.8",
"rustc-hash", "rustc-hash",
"smallvec 1.4.0", "smallvec 1.4.1",
] ]
[[package]] [[package]]
@@ -6962,9 +6962,9 @@ dependencies = [
[[package]] [[package]]
name = "smallvec" name = "smallvec"
version = "1.4.0" version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4" checksum = "3757cb9d89161a2f24e1cf78efa0c1fcff485d18e3f55e0aa3480824ddaa0f3f"
[[package]] [[package]]
name = "snow" name = "snow"
@@ -7501,7 +7501,7 @@ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"parking_lot 0.10.2", "parking_lot 0.10.2",
"rand 0.7.3", "rand 0.7.3",
"smallvec 1.4.0", "smallvec 1.4.1",
"sp-core", "sp-core",
"sp-externalities", "sp-externalities",
"sp-panic-handler", "sp-panic-handler",
@@ -8644,7 +8644,7 @@ dependencies = [
"hashbrown", "hashbrown",
"log 0.4.8", "log 0.4.8",
"rustc-hex", "rustc-hex",
"smallvec 1.4.0", "smallvec 1.4.1",
] ]
[[package]] [[package]]
@@ -8657,7 +8657,7 @@ dependencies = [
"hashbrown", "hashbrown",
"log 0.4.8", "log 0.4.8",
"rustc-hex", "rustc-hex",
"smallvec 1.4.0", "smallvec 1.4.1",
] ]
[[package]] [[package]]
@@ -9154,7 +9154,7 @@ dependencies = [
"serde", "serde",
"serde_derive", "serde_derive",
"serde_json", "serde_json",
"smallvec 1.4.0", "smallvec 1.4.1",
"sp-api", "sp-api",
"sp-authority-discovery", "sp-authority-discovery",
"sp-block-builder", "sp-block-builder",
+1 -1
View File
@@ -13,7 +13,7 @@ rustc-hex = { version = "2.0.1", default-features = false }
serde = { version = "1.0.102", default-features = false } serde = { version = "1.0.102", default-features = false }
serde_derive = { version = "1.0.102", optional = true } serde_derive = { version = "1.0.102", optional = true }
static_assertions = "1.1.0" static_assertions = "1.1.0"
smallvec = "1.4.0" smallvec = "1.4.1"
authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
+1 -1
View File
@@ -13,7 +13,7 @@ rustc-hex = { version = "2.0.1", default-features = false }
serde = { version = "1.0.102", default-features = false } serde = { version = "1.0.102", default-features = false }
serde_derive = { version = "1.0.102", optional = true } serde_derive = { version = "1.0.102", optional = true }
static_assertions = "1.1.0" static_assertions = "1.1.0"
smallvec = "1.4.0" smallvec = "1.4.1"
authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
+1 -1
View File
@@ -12,7 +12,7 @@ log = { version = "0.3.9", optional = true }
rustc-hex = { version = "2.0.1", default-features = false } rustc-hex = { version = "2.0.1", default-features = false }
serde = { version = "1.0.102", default-features = false } serde = { version = "1.0.102", default-features = false }
serde_derive = { version = "1.0.102", optional = true } serde_derive = { version = "1.0.102", optional = true }
smallvec = "1.4.0" smallvec = "1.4.1"
babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } babe-primitives = { package = "sp-consensus-babe", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
+1 -1
View File
@@ -12,7 +12,7 @@ log = { version = "0.3.9", optional = true }
rustc-hex = { version = "2.0.1", default-features = false } rustc-hex = { version = "2.0.1", default-features = false }
serde = { version = "1.0.102", default-features = false } serde = { version = "1.0.102", default-features = false }
serde_derive = { version = "1.0.102", optional = true } serde_derive = { version = "1.0.102", optional = true }
smallvec = "1.4.0" smallvec = "1.4.1"
static_assertions = "1.1.0" static_assertions = "1.1.0"
authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }