From 0a5f96ec94024d232a56c339a8c81ce4019fa376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 04:40:20 +0000 Subject: [PATCH] Bump bitvec from 0.20.1 to 0.21.0 Bumps [bitvec](https://github.com/myrrlyn/bitvec) from 0.20.1 to 0.21.0. - [Release notes](https://github.com/myrrlyn/bitvec/releases) - [Changelog](https://github.com/bitvecto-rs/bitvec/blob/develop/CHANGELOG.md) - [Commits](https://github.com/myrrlyn/bitvec/commits) --- updated-dependencies: - dependency-name: bitvec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 50 ++++++++++++------- node/core/approval-voting/Cargo.toml | 2 +- node/core/av-store/Cargo.toml | 2 +- node/core/backing/Cargo.toml | 2 +- node/core/dispute-coordinator/Cargo.toml | 2 +- node/core/provisioner/Cargo.toml | 2 +- node/network/bitfield-distribution/Cargo.toml | 2 +- primitives/Cargo.toml | 2 +- runtime/common/Cargo.toml | 2 +- runtime/kusama/Cargo.toml | 2 +- runtime/parachains/Cargo.toml | 2 +- runtime/polkadot/Cargo.toml | 2 +- runtime/test-runtime/Cargo.toml | 2 +- runtime/westend/Cargo.toml | 2 +- 14 files changed, 44 insertions(+), 32 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba64b224a..f3257b489 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -584,9 +584,21 @@ dependencies = [ [[package]] name = "bitvec" -version = "0.20.1" +version = "0.20.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848" +dependencies = [ + "funty", + "radium 0.6.2", + "tap", + "wyz", +] + +[[package]] +name = "bitvec" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5011ffc90248764d7005b0e10c7294f5aa1bd87d9dd7248f4ad475b347c294d" +checksum = "35a2e31dce162f8f238c3c35a6600f1df4cb30f8929a6c464b0a8118d17c2502" dependencies = [ "funty", "radium 0.6.2", @@ -744,7 +756,7 @@ dependencies = [ name = "bp-messages" version = "0.1.0" dependencies = [ - "bitvec 0.20.1", + "bitvec 0.20.4", "bp-runtime", "frame-support", "frame-system", @@ -3235,7 +3247,7 @@ name = "kusama-runtime" version = "0.9.9" dependencies = [ "beefy-primitives", - "bitvec 0.20.1", + "bitvec 0.21.0", "frame-benchmarking", "frame-election-provider-support", "frame-executive", @@ -4792,7 +4804,7 @@ dependencies = [ name = "pallet-bridge-messages" version = "0.1.0" dependencies = [ - "bitvec 0.20.1", + "bitvec 0.20.4", "bp-message-dispatch", "bp-messages", "bp-rialto", @@ -5414,7 +5426,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8975095a2a03bbbdc70a74ab11a4f76a6d0b84680d87c68d722531b0ac28e8a9" dependencies = [ "arrayvec 0.7.0", - "bitvec 0.20.1", + "bitvec 0.20.4", "byte-slice-cast", "impl-trait-for-tuples", "parity-scale-codec-derive", @@ -5794,7 +5806,7 @@ name = "polkadot-availability-bitfield-distribution" version = "0.9.9" dependencies = [ "assert_matches", - "bitvec 0.20.1", + "bitvec 0.21.0", "env_logger 0.9.0", "futures 0.3.16", "log", @@ -6070,7 +6082,7 @@ name = "polkadot-node-core-approval-voting" version = "0.9.9" dependencies = [ "assert_matches", - "bitvec 0.20.1", + "bitvec 0.21.0", "derive_more", "futures 0.3.16", "futures-timer 3.0.2", @@ -6110,7 +6122,7 @@ name = "polkadot-node-core-av-store" version = "0.9.9" dependencies = [ "assert_matches", - "bitvec 0.20.1", + "bitvec 0.21.0", "env_logger 0.9.0", "futures 0.3.16", "futures-timer 3.0.2", @@ -6137,7 +6149,7 @@ name = "polkadot-node-core-backing" version = "0.9.9" dependencies = [ "assert_matches", - "bitvec 0.20.1", + "bitvec 0.21.0", "futures 0.3.16", "polkadot-erasure-coding", "polkadot-node-primitives", @@ -6237,7 +6249,7 @@ name = "polkadot-node-core-dispute-coordinator" version = "0.9.9" dependencies = [ "assert_matches", - "bitvec 0.20.1", + "bitvec 0.21.0", "derive_more", "futures 0.3.16", "kvdb", @@ -6293,7 +6305,7 @@ dependencies = [ name = "polkadot-node-core-provisioner" version = "0.9.9" dependencies = [ - "bitvec 0.20.1", + "bitvec 0.21.0", "futures 0.3.16", "futures-timer 3.0.2", "polkadot-node-subsystem", @@ -6618,7 +6630,7 @@ dependencies = [ name = "polkadot-primitives" version = "0.9.9" dependencies = [ - "bitvec 0.20.1", + "bitvec 0.21.0", "frame-system", "hex-literal", "parity-scale-codec", @@ -6682,7 +6694,7 @@ name = "polkadot-runtime" version = "0.9.9" dependencies = [ "beefy-primitives", - "bitvec 0.20.1", + "bitvec 0.21.0", "frame-benchmarking", "frame-election-provider-support", "frame-executive", @@ -6761,7 +6773,7 @@ dependencies = [ name = "polkadot-runtime-common" version = "0.9.9" dependencies = [ - "bitvec 0.20.1", + "bitvec 0.21.0", "frame-benchmarking", "frame-support", "frame-support-test", @@ -6813,7 +6825,7 @@ name = "polkadot-runtime-parachains" version = "0.9.9" dependencies = [ "bitflags", - "bitvec 0.20.1", + "bitvec 0.21.0", "derive_more", "frame-benchmarking", "frame-support", @@ -7102,7 +7114,7 @@ name = "polkadot-test-runtime" version = "0.9.9" dependencies = [ "beefy-primitives", - "bitvec 0.20.1", + "bitvec 0.21.0", "frame-election-provider-support", "frame-executive", "frame-support", @@ -9104,7 +9116,7 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2e62ff266e136db561a007c84569985805f84a1d5a08278e52c36aacb6e061b" dependencies = [ - "bitvec 0.20.1", + "bitvec 0.20.4", "cfg-if 1.0.0", "derive_more", "parity-scale-codec", @@ -11632,7 +11644,7 @@ name = "westend-runtime" version = "0.9.9" dependencies = [ "beefy-primitives", - "bitvec 0.20.1", + "bitvec 0.21.0", "frame-benchmarking", "frame-election-provider-support", "frame-executive", diff --git a/node/core/approval-voting/Cargo.toml b/node/core/approval-voting/Cargo.toml index fe9013bb5..1e88a6078 100644 --- a/node/core/approval-voting/Cargo.toml +++ b/node/core/approval-voting/Cargo.toml @@ -9,7 +9,7 @@ futures = "0.3.15" futures-timer = "3.0.2" parity-scale-codec = { version = "2.0.0", default-features = false, features = ["bit-vec", "derive"] } tracing = "0.1.26" -bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } +bitvec = { version = "0.21.0", default-features = false, features = ["alloc"] } lru = "0.6" merlin = "2.0" schnorrkel = "0.9.1" diff --git a/node/core/av-store/Cargo.toml b/node/core/av-store/Cargo.toml index 8e46ef403..b4a442654 100644 --- a/node/core/av-store/Cargo.toml +++ b/node/core/av-store/Cargo.toml @@ -10,7 +10,7 @@ futures-timer = "3.0.2" kvdb = "0.10.0" thiserror = "1.0.26" tracing = "0.1.26" -bitvec = "0.20.1" +bitvec = "0.21.0" parity-scale-codec = { version = "2.0.0", features = ["derive"] } erasure = { package = "polkadot-erasure-coding", path = "../../../erasure-coding" } diff --git a/node/core/backing/Cargo.toml b/node/core/backing/Cargo.toml index 1dc190fa5..c922e9cc2 100644 --- a/node/core/backing/Cargo.toml +++ b/node/core/backing/Cargo.toml @@ -13,7 +13,7 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys polkadot-node-subsystem-util = { path = "../../subsystem-util" } erasure-coding = { package = "polkadot-erasure-coding", path = "../../../erasure-coding" } statement-table = { package = "polkadot-statement-table", path = "../../../statement-table" } -bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } +bitvec = { version = "0.21.0", default-features = false, features = ["alloc"] } tracing = "0.1.26" thiserror = "1.0.26" diff --git a/node/core/dispute-coordinator/Cargo.toml b/node/core/dispute-coordinator/Cargo.toml index c60888e40..2c811ad31 100644 --- a/node/core/dispute-coordinator/Cargo.toml +++ b/node/core/dispute-coordinator/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } +bitvec = { version = "0.21.0", default-features = false, features = ["alloc"] } futures = "0.3.12" tracing = "0.1.26" parity-scale-codec = "2" diff --git a/node/core/provisioner/Cargo.toml b/node/core/provisioner/Cargo.toml index 8e49ba2b4..02c42168e 100644 --- a/node/core/provisioner/Cargo.toml +++ b/node/core/provisioner/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } +bitvec = { version = "0.21.0", default-features = false, features = ["alloc"] } futures = "0.3.15" tracing = "0.1.26" thiserror = "1.0.26" diff --git a/node/network/bitfield-distribution/Cargo.toml b/node/network/bitfield-distribution/Cargo.toml index 7a0579b28..c3c93b5ff 100644 --- a/node/network/bitfield-distribution/Cargo.toml +++ b/node/network/bitfield-distribution/Cargo.toml @@ -14,7 +14,7 @@ polkadot-node-network-protocol = { path = "../../network/protocol" } [dev-dependencies] polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" } -bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } +bitvec = { version = "0.21.0", default-features = false, features = ["alloc"] } sp-core = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } sp-application-crypto = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } sp-keystore = { git = "https://github.com/compound-finance/substrate", branch = "gateway" } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index fbef8b320..99ed9bd47 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -23,7 +23,7 @@ runtime_primitives = { package = "sp-runtime", git = "https://github.com/compoun polkadot-parachain = { path = "../parachain", default-features = false } polkadot-core-primitives = { path = "../core-primitives", default-features = false } trie = { package = "sp-trie", git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } -bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } +bitvec = { version = "0.21.0", default-features = false, features = ["alloc"] } frame-system = { git = "https://github.com/compound-finance/substrate", branch = "gateway", default-features = false } hex-literal = "0.3.3" parity-util-mem = { version = "0.10.0", default-features = false, optional = true } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index ea4acce8a..8d41bde9a 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] impl-trait-for-tuples = "0.2.0" -bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } +bitvec = { version = "0.21.0", default-features = false, features = ["alloc"] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.13", default-features = false } rustc-hex = { version = "2.1.0", default-features = false } diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 2edd70bb8..0272f1b01 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" build = "build.rs" [dependencies] -bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } +bitvec = { version = "0.21.0", default-features = false, features = ["alloc"] } parity-scale-codec = { version = "2.2.0", default-features = false, features = ["derive", "max-encoded-len"] } log = { version = "0.4.14", default-features = false } rustc-hex = { version = "2.1.0", default-features = false } diff --git a/runtime/parachains/Cargo.toml b/runtime/parachains/Cargo.toml index 9e814f825..df5e73c42 100644 --- a/runtime/parachains/Cargo.toml +++ b/runtime/parachains/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } +bitvec = { version = "0.21.0", default-features = false, features = ["alloc"] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.14", default-features = false } rustc-hex = { version = "2.1.0", default-features = false } diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index cff11012f..6685301e5 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" build = "build.rs" [dependencies] -bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } +bitvec = { version = "0.21.0", default-features = false, features = ["alloc"] } parity-scale-codec = { version = "2.2.0", default-features = false, features = ["derive", "max-encoded-len"] } log = { version = "0.4.14", default-features = false } rustc-hex = { version = "2.1.0", default-features = false } diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index fce4c15af..4f164e923 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" build = "build.rs" [dependencies] -bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } +bitvec = { version = "0.21.0", default-features = false, features = ["alloc"] } parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.14", default-features = false } rustc-hex = { version = "2.1.0", default-features = false } diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 60e197621..66980c35d 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" build = "build.rs" [dependencies] -bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] } +bitvec = { version = "0.21.0", default-features = false, features = ["alloc"] } parity-scale-codec = { version = "2.2.0", default-features = false, features = ["derive", "max-encoded-len"] } log = { version = "0.4.14", default-features = false } rustc-hex = { version = "2.1.0", default-features = false }