From f1404bc46cc10540c6f24a8f818ef7e96727517c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 23:27:19 +0000 Subject: [PATCH] Bump array-bytes from 4.2.0 to 6.0.0 Bumps [array-bytes](https://github.com/hack-ink/array-bytes) from 4.2.0 to 6.0.0. - [Release notes](https://github.com/hack-ink/array-bytes/releases) - [Changelog](https://github.com/hack-ink/array-bytes/blob/main/CHANGELOG) - [Commits](https://github.com/hack-ink/array-bytes/compare/v4.2.0...v6.0.0) --- updated-dependencies: - dependency-name: array-bytes dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 36 +++++++++++++--------- client/relay-chain-minimal-node/Cargo.toml | 2 +- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d252bddb51d..c0d89675126 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,6 +124,12 @@ version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6" +[[package]] +name = "array-bytes" +version = "6.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22f72e9d6fac4bc80778ea470b20197b88d28c292bb7d60c3fb099280003cd19" + [[package]] name = "arrayref" version = "0.3.6" @@ -462,7 +468,7 @@ name = "beefy-gadget" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "async-trait", "beefy-primitives", "fnv", @@ -1989,7 +1995,7 @@ dependencies = [ name = "cumulus-relay-chain-minimal-node" version = "0.1.0" dependencies = [ - "array-bytes", + "array-bytes 6.0.0", "async-trait", "cumulus-primitives-core", "cumulus-relay-chain-interface", @@ -2890,7 +2896,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" dependencies = [ "Inflector", - "array-bytes", + "array-bytes 4.2.0", "chrono", "clap 4.0.29", "comfy-table", @@ -5321,7 +5327,7 @@ name = "pallet-alliance" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "frame-benchmarking", "frame-support", "frame-system", @@ -5496,7 +5502,7 @@ name = "pallet-beefy-mmr" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "beefy-merkle-tree", "beefy-primitives", "frame-support", @@ -9341,7 +9347,7 @@ name = "sc-cli" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "chrono", "clap 4.0.29", "fdlimit", @@ -9665,7 +9671,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" dependencies = [ "ahash", - "array-bytes", + "array-bytes 4.2.0", "async-trait", "dyn-clone", "finality-grandpa", @@ -9743,7 +9749,7 @@ name = "sc-keystore" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "async-trait", "parking_lot 0.12.1", "serde_json", @@ -9758,7 +9764,7 @@ name = "sc-network" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "async-trait", "asynchronous-codec", "bitflags", @@ -9869,7 +9875,7 @@ name = "sc-network-light" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "futures", "libp2p", "log", @@ -9890,7 +9896,7 @@ name = "sc-network-sync" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "async-trait", "fork-tree", "futures", @@ -9921,7 +9927,7 @@ name = "sc-network-transactions" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "futures", "hex", "libp2p", @@ -9940,7 +9946,7 @@ name = "sc-offchain" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "bytes", "fnv", "futures", @@ -11002,7 +11008,7 @@ name = "sp-core" version = "7.0.0" source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "base58", "bitflags", "blake2", @@ -11897,7 +11903,7 @@ name = "substrate-test-client" version = "2.0.1" source = "git+https://github.com/paritytech/substrate?branch=master#982f5998c59bd2bd455808345ae1bd2b1767f353" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "async-trait", "futures", "parity-scale-codec", diff --git a/client/relay-chain-minimal-node/Cargo.toml b/client/relay-chain-minimal-node/Cargo.toml index 826fddb9274..7d865b20e4d 100644 --- a/client/relay-chain-minimal-node/Cargo.toml +++ b/client/relay-chain-minimal-node/Cargo.toml @@ -39,7 +39,7 @@ cumulus-relay-chain-interface = { path = "../relay-chain-interface" } cumulus-relay-chain-rpc-interface = { path = "../relay-chain-rpc-interface" } cumulus-primitives-core = { path = "../../primitives/core" } -array-bytes = "4.2" +array-bytes = "6.0" lru = "0.8" tracing = "0.1.37" async-trait = "0.1.59"