Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade a few deps #4381

Merged
merged 12 commits into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
342 changes: 134 additions & 208 deletions Cargo.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-fea
hex-literal = { version = "0.4.1" }
env_logger = "0.11"
hex = "0.4"
array-bytes = "4.1"
array-bytes = "6.2.2"
sp-crypto-hashing = { path = "../../../../../substrate/primitives/crypto/hashing" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion cumulus/client/relay-chain-minimal-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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 = "6.1"
array-bytes = "6.2.2"
tracing = "0.1.37"
async-trait = "0.1.79"
futures = "0.3.28"
Expand Down
2 changes: 1 addition & 1 deletion cumulus/polkadot-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ substrate-build-script-utils = { path = "../../substrate/utils/build-script-util

[dev-dependencies]
assert_cmd = "2.0"
nix = { version = "0.26.1", features = ["signal"] }
nix = { version = "0.27.1", features = ["signal"] }
tempfile = "3.8.0"
tokio = { version = "1.32.0", features = ["macros", "parking_lot", "time"] }
wait-timeout = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tikv-jemallocator = { version = "0.5.0", features = ["unprefixed_malloc_on_suppo

[dev-dependencies]
assert_cmd = "2.0.4"
nix = { version = "0.26.1", features = ["signal"] }
nix = { version = "0.27.1", features = ["signal"] }
tempfile = "3.2.0"
tokio = "1.37"
substrate-rpc-client = { path = "../substrate/utils/frame/rpc/client" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/erasure-coding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sp-trie = { path = "../../substrate/primitives/trie" }
thiserror = { workspace = true }

[dev-dependencies]
criterion = { version = "0.4.0", default-features = false, features = ["cargo_bench_support"] }
criterion = { version = "0.5.1", default-features = false, features = ["cargo_bench_support"] }

[[bench]]
name = "scaling_with_validators"
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/core/approval-voting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ schnorrkel = "0.11.4"
kvdb = "0.13.0"
derive_more = "0.99.17"
thiserror = { workspace = true }
itertools = "0.10.5"
itertools = "0.11"

polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
Expand Down
4 changes: 2 additions & 2 deletions polkadot/node/core/pvf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
always-assert = "0.1"
array-bytes = "6.1"
array-bytes = "6.2.2"
blake3 = "1.5"
cfg-if = "1.0"
futures = "0.3.30"
Expand Down Expand Up @@ -44,7 +44,7 @@ polkadot-node-core-pvf-execute-worker = { path = "execute-worker", optional = tr

[dev-dependencies]
assert_matches = "1.4.0"
criterion = { version = "0.4.0", default-features = false, features = [
criterion = { version = "0.5.1", default-features = false, features = [
"async_tokio",
"cargo_bench_support",
] }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/core/pvf/prepare-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jemalloc-allocator = [
]

[dev-dependencies]
criterion = { version = "0.4.0", default-features = false, features = ["cargo_bench_support"] }
criterion = { version = "0.5.1", default-features = false, features = ["cargo_bench_support"] }
rococo-runtime = { path = "../../../../runtime/rococo" }
sp-maybe-compressed-blob = { path = "../../../../../substrate/primitives/maybe-compressed-blob" }

Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/network/approval-distribution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ polkadot-node-subsystem-util = { path = "../../subsystem-util" }
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-jaeger = { path = "../../jaeger" }
rand = "0.8"
itertools = "0.10.5"
itertools = "0.11"

futures = "0.3.30"
futures-timer = "3.0.2"
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/subsystem-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sc-network-types = { path = "../../../substrate/client/network/types" }
sc-service = { path = "../../../substrate/client/service" }
sp-consensus = { path = "../../../substrate/primitives/consensus/common" }
polkadot-node-metrics = { path = "../metrics" }
itertools = "0.11.0"
itertools = "0.11"
polkadot-primitives-test-helpers = { path = "../../primitives/test-helpers" }
prometheus_endpoint = { package = "substrate-prometheus-endpoint", path = "../../../substrate/utils/prometheus" }
prometheus = { version = "0.13.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/subsystem-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workspace = true
async-trait = "0.1.79"
futures = "0.3.30"
futures-channel = "0.3.23"
itertools = "0.10"
itertools = "0.11"
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
parking_lot = "0.12.1"
pin-project = "1.0.9"
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/zombienet-backchannel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspace = true
[dependencies]
tokio = { version = "1.24.2", default-features = false, features = ["macros", "net", "rt-multi-thread", "sync"] }
url = "2.3.1"
tokio-tungstenite = "0.17"
tokio-tungstenite = "0.20.1"
futures-util = "0.3.30"
lazy_static = "1.4.0"
parity-scale-codec = { version = "3.6.1", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/xcm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license.workspace = true
workspace = true

[dependencies]
array-bytes = "6.1"
array-bytes = "6.2.2"
bounded-collections = { version = "0.2.0", default-features = false, features = ["serde"] }
derivative = { version = "2.2.0", default-features = false, features = ["use_core"] }
impl-trait-for-tuples = "0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion substrate/bin/node/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
array-bytes = "6.1"
array-bytes = "6.2.2"
clap = { version = "4.5.3", features = ["derive"] }
log = { workspace = true, default-features = true }
node-primitives = { path = "../primitives" }
Expand Down
6 changes: 3 additions & 3 deletions substrate/bin/node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
# third-party dependencies
array-bytes = "6.1"
array-bytes = "6.2.2"
clap = { version = "4.5.3", features = ["derive"], optional = true }
codec = { package = "parity-scale-codec", version = "3.6.1" }
serde = { features = ["derive"], workspace = true, default-features = true }
Expand Down Expand Up @@ -132,11 +132,11 @@ sp-crypto-hashing = { path = "../../../primitives/crypto/hashing" }
futures = "0.3.30"
tempfile = "3.1.0"
assert_cmd = "2.0.2"
nix = { version = "0.26.1", features = ["signal"] }
nix = { version = "0.27.1", features = ["signal"] }
regex = "1.6.0"
platforms = "3.0"
soketto = "0.7.1"
criterion = { version = "0.4.0", features = ["async_tokio"] }
criterion = { version = "0.5.1", features = ["async_tokio"] }
tokio = { version = "1.22.0", features = ["macros", "parking_lot", "time"] }
tokio-util = { version = "0.7.4", features = ["compat"] }
wait-timeout = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions substrate/client/authority-discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[build-dependencies]
prost-build = "0.11"
prost-build = "0.12.4"

[dependencies]
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false }
Expand All @@ -28,7 +28,7 @@ libp2p = { version = "0.51.4", features = ["ed25519", "kad"] }
multihash = { version = "0.17.0", default-features = false, features = ["sha2", "std"] }
linked_hash_set = "0.1.4"
log = { workspace = true, default-features = true }
prost = "0.12"
prost = "0.12.4"
rand = "0.8.5"
thiserror = { workspace = true }
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/chain-spec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sp-runtime = { path = "../../primitives/runtime" }
sp-state-machine = { path = "../../primitives/state-machine" }
log = { workspace = true }
sp-tracing = { path = "../../primitives/tracing" }
array-bytes = { version = "6.1" }
array-bytes = "6.2.2"
docify = "0.2.8"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions substrate/client/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
array-bytes = "6.1"
array-bytes = "6.2.2"
chrono = "0.4.31"
clap = { version = "4.5.3", features = ["derive", "string", "wrap_help"] }
fdlimit = "0.3.0"
futures = "0.3.30"
itertools = "0.10.3"
itertools = "0.11"
libp2p-identity = { version = "0.1.3", features = ["ed25519", "peerid"] }
log = { workspace = true, default-features = true }
names = { version = "0.14.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/consensus/beefy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage = "https://substrate.io"
workspace = true

[dependencies]
array-bytes = "6.1"
array-bytes = "6.2.2"
async-channel = "1.8.0"
async-trait = "0.1.79"
codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/consensus/grandpa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
ahash = "0.8.2"
array-bytes = "6.1"
array-bytes = "6.2.2"
async-trait = "0.1.79"
dyn-clone = "1.0"
finality-grandpa = { version = "0.16.2", features = ["derive-codec"] }
Expand Down
4 changes: 2 additions & 2 deletions substrate/client/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ sp-state-machine = { path = "../../primitives/state-machine" }
sp-trie = { path = "../../primitives/trie" }

[dev-dependencies]
criterion = "0.4.0"
criterion = "0.5.1"
kvdb-rocksdb = "0.19.0"
rand = "0.8.5"
tempfile = "3.1.0"
quickcheck = { version = "1.0.3", default-features = false }
kitchensink-runtime = { path = "../../bin/node/runtime" }
sp-tracing = { path = "../../primitives/tracing" }
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }
array-bytes = "6.1"
array-bytes = "6.2.2"

[features]
default = []
Expand Down
4 changes: 2 additions & 2 deletions substrate/client/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sp-version = { path = "../../primitives/version" }
sp-wasm-interface = { path = "../../primitives/wasm-interface" }

[dev-dependencies]
array-bytes = "6.1"
array-bytes = "6.2.2"
assert_matches = "1.3.0"
wat = "1.0"
sc-runtime-test = { path = "runtime-test" }
Expand All @@ -50,7 +50,7 @@ sp-tracing = { path = "../../primitives/tracing" }
tracing-subscriber = { workspace = true }
paste = "1.0"
regex = "1.6.0"
criterion = "0.4.0"
criterion = "0.5.1"
env_logger = "0.11"
num_cpus = "1.13.1"
tempfile = "3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/keystore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
array-bytes = "6.1"
array-bytes = "6.2.2"
parking_lot = "0.12.1"
serde_json = { workspace = true, default-features = true }
thiserror = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/mixnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
array-bytes = "4.1"
array-bytes = "6.2.2"
arrayvec = "0.7.2"
blake2 = "0.10.4"
bytes = "1"
Expand Down
6 changes: 3 additions & 3 deletions substrate/client/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[build-dependencies]
prost-build = "0.11"
prost-build = "0.12.4"

[dependencies]
array-bytes = "6.1"
array-bytes = "6.2.2"
async-channel = "1.8.0"
async-trait = "0.1.79"
asynchronous-codec = "0.6"
Expand Down Expand Up @@ -49,7 +49,7 @@ tokio-stream = "0.1.7"
unsigned-varint = { version = "0.7.2", features = ["asynchronous_codec", "futures"] }
zeroize = "1.4.3"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" }
prost = "0.11"
prost = "0.12.4"
sc-client-api = { path = "../api" }
sc-network-common = { path = "common" }
sc-network-types = { path = "types" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/network/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[build-dependencies]
prost-build = "0.11"
prost-build = "0.12.4"

[dependencies]
async-trait = "0.1.79"
Expand Down
6 changes: 3 additions & 3 deletions substrate/client/network/light/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[build-dependencies]
prost-build = "0.11"
prost-build = "0.12.4"

[dependencies]
async-channel = "1.8.0"
array-bytes = "6.1"
array-bytes = "6.2.2"
codec = { package = "parity-scale-codec", version = "3.6.1", features = [
"derive",
] }
futures = "0.3.30"
log = { workspace = true, default-features = true }
prost = "0.12"
prost = "0.12.4"
sp-blockchain = { path = "../../../primitives/blockchain" }
sc-client-api = { path = "../../api" }
sc-network-types = { path = "../types" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/network/statement/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
array-bytes = "6.1"
array-bytes = "6.2.2"
async-channel = "1.8.0"
codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] }
futures = "0.3.30"
Expand Down
6 changes: 3 additions & 3 deletions substrate/client/network/sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[build-dependencies]
prost-build = "0.11"
prost-build = "0.12.4"

[dependencies]
array-bytes = "6.1"
array-bytes = "6.2.2"
async-channel = "1.8.0"
async-trait = "0.1.79"
codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] }
Expand All @@ -28,7 +28,7 @@ futures-timer = "3.0.2"
libp2p = "0.51.4"
log = { workspace = true, default-features = true }
mockall = "0.11.3"
prost = "0.12"
prost = "0.12.4"
schnellru = "0.2.1"
smallvec = "1.11.0"
thiserror = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/network/transactions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
array-bytes = "6.1"
array-bytes = "6.2.2"
codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] }
futures = "0.3.30"
libp2p = "0.51.4"
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/network/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true
documentation = "https://docs.rs/sc-network-types"

[dependencies]
bs58 = "0.4.0"
bs58 = "0.5.0"
libp2p-identity = { version = "0.1.3", features = ["ed25519", "peerid"] }
litep2p = { git = "https://github.com/paritytech/litep2p", rev = "e03a6023882db111beeb24d8c0ceaac0721d3f0f" }
multiaddr = "0.17.0"
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/offchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
array-bytes = "6.1"
array-bytes = "6.2.2"
bytes = "1.1"
codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] }
fnv = "1.0.6"
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/rpc-spec-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ futures = "0.3.30"
parking_lot = "0.12.1"
tokio-stream = { version = "0.1.14", features = ["sync"] }
tokio = { version = "1.22.0", features = ["sync"] }
array-bytes = "6.1"
array-bytes = "6.2.2"
log = { workspace = true, default-features = true }
futures-util = { version = "0.3.30", default-features = false }
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/service/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
async-channel = "1.8.0"
array-bytes = "6.1"
array-bytes = "6.2.2"
fdlimit = "0.3.0"
futures = "0.3.30"
log = { workspace = true, default-features = true }
Expand Down
Loading
Loading