From 286924fc2b104ab2225f87ffefa9f8276e4c58e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 12:28:40 +0100 Subject: [PATCH] Bump smallvec from 1.5.0 to 1.5.1 (#2076) Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.5.0...v1.5.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- polkadot/Cargo.lock | 80 +++++++++---------- polkadot/node/core/av-store/Cargo.toml | 2 +- .../availability-distribution/Cargo.toml | 2 +- .../node/network/collator-protocol/Cargo.toml | 2 +- .../node/network/pov-distribution/Cargo.toml | 2 +- .../node/subsystem-test-helpers/Cargo.toml | 2 +- polkadot/node/subsystem/Cargo.toml | 2 +- polkadot/runtime/kusama/Cargo.toml | 2 +- polkadot/runtime/polkadot/Cargo.toml | 2 +- polkadot/runtime/rococo/Cargo.toml | 2 +- polkadot/runtime/test-runtime/Cargo.toml | 2 +- polkadot/runtime/westend/Cargo.toml | 2 +- 12 files changed, 51 insertions(+), 51 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 2b75d9ca45..31ba6efd82 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -854,7 +854,7 @@ dependencies = [ "log", "regalloc", "serde", - "smallvec 1.5.0", + "smallvec 1.5.1", "target-lexicon", "thiserror", ] @@ -892,7 +892,7 @@ checksum = "2ef419efb4f94ecc02e5d9fbcc910d2bb7f0040e2de570e63a454f883bc891d6" dependencies = [ "cranelift-codegen", "log", - "smallvec 1.5.0", + "smallvec 1.5.1", "target-lexicon", ] @@ -1548,7 +1548,7 @@ dependencies = [ "parity-scale-codec", "paste", "serde", - "smallvec 1.5.0", + "smallvec 1.5.1", "sp-arithmetic", "sp-core", "sp-inherents", @@ -2646,7 +2646,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "smallvec 1.5.0", + "smallvec 1.5.1", "sp-api", "sp-authority-discovery", "sp-block-builder", @@ -2684,7 +2684,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0315ef2f688e33844400b31f11c263f2b3dc21d8b9355c6891c5f185fae43f9a" dependencies = [ "parity-util-mem", - "smallvec 1.5.0", + "smallvec 1.5.1", ] [[package]] @@ -2713,7 +2713,7 @@ dependencies = [ "parking_lot 0.10.2", "regex", "rocksdb", - "smallvec 1.5.0", + "smallvec 1.5.1", ] [[package]] @@ -2807,7 +2807,7 @@ dependencies = [ "parity-multiaddr", "parking_lot 0.11.1", "pin-project 1.0.2", - "smallvec 1.5.0", + "smallvec 1.5.1", "wasm-timer", ] @@ -2839,7 +2839,7 @@ dependencies = [ "ring", "rw-stream-sink", "sha2 0.9.1", - "smallvec 1.5.0", + "smallvec 1.5.1", "thiserror", "unsigned-varint", "void", @@ -2893,7 +2893,7 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "smallvec 1.5.0", + "smallvec 1.5.1", ] [[package]] @@ -2917,7 +2917,7 @@ dependencies = [ "prost-build", "rand 0.7.3", "sha2 0.9.1", - "smallvec 1.5.0", + "smallvec 1.5.1", "unsigned-varint", "wasm-timer", ] @@ -2934,7 +2934,7 @@ dependencies = [ "log", "prost", "prost-build", - "smallvec 1.5.0", + "smallvec 1.5.1", "wasm-timer", ] @@ -2957,7 +2957,7 @@ dependencies = [ "prost-build", "rand 0.7.3", "sha2 0.9.1", - "smallvec 1.5.0", + "smallvec 1.5.1", "uint", "unsigned-varint", "void", @@ -2981,7 +2981,7 @@ dependencies = [ "log", "net2", "rand 0.7.3", - "smallvec 1.5.0", + "smallvec 1.5.1", "void", "wasm-timer", ] @@ -3000,7 +3000,7 @@ dependencies = [ "nohash-hasher", "parking_lot 0.11.1", "rand 0.7.3", - "smallvec 1.5.0", + "smallvec 1.5.1", "unsigned-varint", ] @@ -3087,7 +3087,7 @@ dependencies = [ "lru", "minicbor", "rand 0.7.3", - "smallvec 1.5.0", + "smallvec 1.5.1", "unsigned-varint", "wasm-timer", ] @@ -3103,7 +3103,7 @@ dependencies = [ "libp2p-core", "log", "rand 0.7.3", - "smallvec 1.5.0", + "smallvec 1.5.1", "void", "wasm-timer", ] @@ -3565,7 +3565,7 @@ dependencies = [ "futures 0.3.8", "log", "pin-project 1.0.2", - "smallvec 1.5.0", + "smallvec 1.5.1", "unsigned-varint", ] @@ -4249,7 +4249,7 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", "serde", - "smallvec 1.5.0", + "smallvec 1.5.1", "sp-core", "sp-io", "sp-runtime", @@ -4428,7 +4428,7 @@ dependencies = [ "parity-util-mem-derive", "parking_lot 0.10.2", "primitive-types", - "smallvec 1.5.0", + "smallvec 1.5.1", "winapi 0.3.9", ] @@ -4539,7 +4539,7 @@ dependencies = [ "cloudabi 0.0.3", "libc", "redox_syscall", - "smallvec 1.5.0", + "smallvec 1.5.1", "winapi 0.3.9", ] @@ -4554,7 +4554,7 @@ dependencies = [ "instant", "libc", "redox_syscall", - "smallvec 1.5.0", + "smallvec 1.5.1", "winapi 0.3.9", ] @@ -4798,7 +4798,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-keystore", - "smallvec 1.5.0", + "smallvec 1.5.1", "sp-application-crypto", "sp-core", "sp-keyring", @@ -4844,7 +4844,7 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "smallvec 1.5.0", + "smallvec 1.5.1", "sp-core", "sp-keyring", "thiserror", @@ -4932,7 +4932,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sc-service", - "smallvec 1.5.0", + "smallvec 1.5.1", "sp-core", "thiserror", "tracing", @@ -5123,7 +5123,7 @@ dependencies = [ "polkadot-primitives", "polkadot-statement-table", "sc-network", - "smallvec 1.5.0", + "smallvec 1.5.1", "sp-core", "substrate-prometheus-endpoint", "thiserror", @@ -5148,7 +5148,7 @@ dependencies = [ "polkadot-primitives", "polkadot-statement-table", "sc-network", - "smallvec 1.5.0", + "smallvec 1.5.1", "sp-core", "tracing", "tracing-futures", @@ -5238,7 +5238,7 @@ dependencies = [ "polkadot-node-subsystem-test-helpers", "polkadot-node-subsystem-util", "polkadot-primitives", - "smallvec 1.5.0", + "smallvec 1.5.1", "sp-core", "sp-keyring", "thiserror", @@ -5351,7 +5351,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "smallvec 1.5.0", + "smallvec 1.5.1", "sp-api", "sp-authority-discovery", "sp-block-builder", @@ -5641,7 +5641,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "smallvec 1.5.0", + "smallvec 1.5.1", "sp-api", "sp-authority-discovery", "sp-block-builder", @@ -6282,7 +6282,7 @@ version = "4.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a415a013dd7c5d4221382329a5a3482566da675737494935cbbbcdec04662f9d" dependencies = [ - "smallvec 1.5.0", + "smallvec 1.5.1", ] [[package]] @@ -6313,7 +6313,7 @@ checksum = "b9ba8aaf5fe7cf307c6dbdaeed85478961d29e25e3bee5169e11b92fa9f027a8" dependencies = [ "log", "rustc-hash", - "smallvec 1.5.0", + "smallvec 1.5.1", ] [[package]] @@ -6426,7 +6426,7 @@ dependencies = [ "polkadot-runtime-parachains", "serde", "serde_derive", - "smallvec 1.5.0", + "smallvec 1.5.1", "sp-api", "sp-authority-discovery", "sp-block-builder", @@ -7154,7 +7154,7 @@ dependencies = [ "serde_json", "slog", "slog_derive", - "smallvec 1.5.0", + "smallvec 1.5.1", "sp-arithmetic", "sp-blockchain", "sp-consensus", @@ -7880,9 +7880,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7acad6f34eb9e8a259d3283d1e8c1d34d7415943d4895f65cc73813c7396fc85" +checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75" [[package]] name = "snow" @@ -8420,7 +8420,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.10.2", "rand 0.7.3", - "smallvec 1.5.0", + "smallvec 1.5.1", "sp-core", "sp-externalities", "sp-panic-handler", @@ -9436,7 +9436,7 @@ dependencies = [ "serde", "serde_json", "sharded-slab", - "smallvec 1.5.0", + "smallvec 1.5.1", "thread_local", "tracing", "tracing-core", @@ -9460,7 +9460,7 @@ dependencies = [ "hashbrown 0.8.0", "log", "rustc-hex", - "smallvec 1.5.0", + "smallvec 1.5.1", ] [[package]] @@ -9838,7 +9838,7 @@ dependencies = [ "log", "region", "rustc-demangle", - "smallvec 1.5.0", + "smallvec 1.5.1", "target-lexicon", "wasmparser 0.59.0", "wasmtime-environ", @@ -10098,7 +10098,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "smallvec 1.5.0", + "smallvec 1.5.1", "sp-api", "sp-authority-discovery", "sp-block-builder", diff --git a/polkadot/node/core/av-store/Cargo.toml b/polkadot/node/core/av-store/Cargo.toml index 210d3f8d88..21c2601453 100644 --- a/polkadot/node/core/av-store/Cargo.toml +++ b/polkadot/node/core/av-store/Cargo.toml @@ -26,7 +26,7 @@ sc-service = { git = "https://github.com/paritytech/substrate", branch = "master log = "0.4.11" env_logger = "0.8.2" assert_matches = "1.4.0" -smallvec = "1.5.0" +smallvec = "1.5.1" kvdb-memorydb = "0.7.0" sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/polkadot/node/network/availability-distribution/Cargo.toml b/polkadot/node/network/availability-distribution/Cargo.toml index 0a6bc26564..dd1c6f61c3 100644 --- a/polkadot/node/network/availability-distribution/Cargo.toml +++ b/polkadot/node/network/availability-distribution/Cargo.toml @@ -27,5 +27,5 @@ sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste futures-timer = "3.0.2" env_logger = "0.8.2" assert_matches = "1.4.0" -smallvec = "1.5.0" +smallvec = "1.5.1" log = "0.4.11" diff --git a/polkadot/node/network/collator-protocol/Cargo.toml b/polkadot/node/network/collator-protocol/Cargo.toml index 6d390fb1db..337dc6e1e8 100644 --- a/polkadot/node/network/collator-protocol/Cargo.toml +++ b/polkadot/node/network/collator-protocol/Cargo.toml @@ -20,7 +20,7 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys log = "0.4.11" env_logger = "0.8.2" assert_matches = "1.4.0" -smallvec = "1.5.0" +smallvec = "1.5.1" futures-timer = "3.0.2" sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] } diff --git a/polkadot/node/network/pov-distribution/Cargo.toml b/polkadot/node/network/pov-distribution/Cargo.toml index 6f2bc640b0..2482758a69 100644 --- a/polkadot/node/network/pov-distribution/Cargo.toml +++ b/polkadot/node/network/pov-distribution/Cargo.toml @@ -19,7 +19,7 @@ polkadot-node-network-protocol = { path = "../../network/protocol" } assert_matches = "1.4.0" env_logger = "0.8.1" log = "0.4.11" -smallvec = "1.4.2" +smallvec = "1.5.1" sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/polkadot/node/subsystem-test-helpers/Cargo.toml b/polkadot/node/subsystem-test-helpers/Cargo.toml index 6f3db3acd8..8ccc0d39f8 100644 --- a/polkadot/node/subsystem-test-helpers/Cargo.toml +++ b/polkadot/node/subsystem-test-helpers/Cargo.toml @@ -20,7 +20,7 @@ polkadot-node-subsystem-util = { path = "../subsystem-util" } polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -smallvec = "1.5.0" +smallvec = "1.5.1" sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } [dev-dependencies] diff --git a/polkadot/node/subsystem/Cargo.toml b/polkadot/node/subsystem/Cargo.toml index aedbe9dd71..e70e2171ec 100644 --- a/polkadot/node/subsystem/Cargo.toml +++ b/polkadot/node/subsystem/Cargo.toml @@ -20,7 +20,7 @@ polkadot-node-network-protocol = { path = "../network/protocol" } polkadot-primitives = { path = "../../primitives" } polkadot-statement-table = { path = "../../statement-table" } sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -smallvec = "1.5.0" +smallvec = "1.5.1" sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" } thiserror = "1.0.22" diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml index 7db1568bed..206ea2b68d 100644 --- a/polkadot/runtime/kusama/Cargo.toml +++ b/polkadot/runtime/kusama/Cargo.toml @@ -13,7 +13,7 @@ rustc-hex = { version = "2.1.0", default-features = false } serde = { version = "1.0.117", default-features = false } serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" -smallvec = "1.5.0" +smallvec = "1.5.1" 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 } diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml index 01e359f81c..d0ef5253b8 100644 --- a/polkadot/runtime/polkadot/Cargo.toml +++ b/polkadot/runtime/polkadot/Cargo.toml @@ -13,7 +13,7 @@ rustc-hex = { version = "2.1.0", default-features = false } serde = { version = "1.0.117", default-features = false } serde_derive = { version = "1.0.117", optional = true } static_assertions = "1.1.0" -smallvec = "1.5.0" +smallvec = "1.5.1" 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 } diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index c1f72cf24b..de27085764 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -9,7 +9,7 @@ build = "build.rs" parity-scale-codec = { version = "1.3.5", default-features = false, features = ["derive"] } serde = { version = "1.0.117", default-features = false } serde_derive = { version = "1.0.117", optional = true } -smallvec = "1.5.0" +smallvec = "1.5.1" frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index e1844baa3a..3715c403d3 100644 --- a/polkadot/runtime/test-runtime/Cargo.toml +++ b/polkadot/runtime/test-runtime/Cargo.toml @@ -12,7 +12,7 @@ log = { version = "0.4.11", optional = true } rustc-hex = { version = "2.1.0", default-features = false } serde = { version = "1.0.117", default-features = false } serde_derive = { version = "1.0.117", optional = true } -smallvec = "1.5.0" +smallvec = "1.5.1" 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 } diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index 8a3dd580ba..23a792d614 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -12,7 +12,7 @@ log = { version = "0.4.11", optional = true } rustc-hex = { version = "2.1.0", default-features = false } serde = { version = "1.0.117", default-features = false } serde_derive = { version = "1.0.117", optional = true } -smallvec = "1.5.0" +smallvec = "1.5.1" static_assertions = "1.1.0" authority-discovery-primitives = { package = "sp-authority-discovery", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }