Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
remove useless package rename caused by bug in cargo-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Nov 11, 2020
1 parent 7e8a442 commit 3d16db4
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "README.md"
cli = { package = "polkadot-cli", path = "cli" }
color-eyre = "0.5.7"
thiserror = "1.0.22"
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
service = { package = "polkadot-service", path = "node/service" }
parity-util-mem = { version = "0.7.0", default-features = false, features = ["jemalloc-global"] }

Expand Down
2 changes: 1 addition & 1 deletion node/collation-generation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
log = "0.4.11"
polkadot-erasure-coding = { path = "../../erasure-coding" }
polkadot-node-primitives = { path = "../primitives" }
Expand Down
2 changes: 1 addition & 1 deletion node/core/av-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
futures-timer = "3.0.2"
kvdb = "0.7.0"
kvdb-rocksdb = "0.9.1"
Expand Down
2 changes: 1 addition & 1 deletion node/core/backing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-primitives = { path = "../../primitives" }
Expand Down
2 changes: 1 addition & 1 deletion node/core/bitfield-signing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
log = "0.4.11"
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
Expand Down
2 changes: 1 addition & 1 deletion node/core/candidate-selection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
log = "0.4.11"
thiserror = "1.0.22"
polkadot-primitives = { path = "../../../primitives" }
Expand Down
2 changes: 1 addition & 1 deletion node/core/candidate-validation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
log = "0.4.11"

sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master" }
Expand Down
2 changes: 1 addition & 1 deletion node/core/chain-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
polkadot-primitives = { path = "../../../primitives" }
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
Expand Down
2 changes: 1 addition & 1 deletion node/core/proposer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
futures-timer = "3.0.2"
log = "0.4.11"
polkadot-node-subsystem = { path = "../../subsystem" }
Expand Down
2 changes: 1 addition & 1 deletion node/core/provisioner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] }
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
log = "0.4.11"
thiserror = "1.0.22"
polkadot-primitives = { path = "../../../primitives" }
Expand Down
2 changes: 1 addition & 1 deletion node/core/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }

polkadot-primitives = { path = "../../../primitives" }
Expand Down
2 changes: 1 addition & 1 deletion node/network/availability-distribution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
log = "0.4.11"
codec = { package = "parity-scale-codec", version = "1.3.5", features = ["std"] }
polkadot-primitives = { path = "../../../primitives" }
Expand Down
2 changes: 1 addition & 1 deletion node/network/bitfield-distribution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
log = "0.4.11"
codec = { package = "parity-scale-codec", version = "1.3.5" }
polkadot-primitives = { path = "../../../primitives" }
Expand Down
2 changes: 1 addition & 1 deletion node/network/bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
async-trait = "0.1.41"
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
log = "0.4.11"
polkadot-primitives = { path = "../../../primitives" }
parity-scale-codec = { version = "1.3.5", package = "parity-scale-codec" }
Expand Down
2 changes: 1 addition & 1 deletion node/network/collator-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
log = "0.4.11"
thiserror = "1.0.22"

Expand Down
2 changes: 1 addition & 1 deletion node/network/pov-distribution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
log = "0.4.11"
polkadot-primitives = { path = "../../../primitives" }
polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" }
Expand Down
2 changes: 1 addition & 1 deletion node/network/statement-distribution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Statement Distribution Subsystem"
edition = "2018"

[dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
log = "0.4.11"
polkadot-primitives = { path = "../../../primitives" }
node-primitives = { package = "polkadot-node-primitives", path = "../../primitives" }
Expand Down
2 changes: 1 addition & 1 deletion node/overseer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
log = "0.4.11"
futures-timer = "3.0.2"
streamunordered = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion node/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
description = "Primitives types for the Node-side"

[dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
polkadot-primitives = { path = "../../primitives" }
polkadot-statement-table = { path = "../../statement-table" }
parity-scale-codec = { version = "1.3.5", default-features = false, features = ["derive"], package = "parity-scale-codec" }
Expand Down
2 changes: 1 addition & 1 deletion node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https:

# External Crates
codec = { package = "parity-scale-codec", version = "1.3.5" }
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
hex-literal = "0.3.1"
lazy_static = "1.4.0"
log = "0.4.11"
Expand Down
2 changes: 1 addition & 1 deletion node/subsystem-test-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Subsystem traits and message definitions"

[dependencies]
async-trait = "0.1.41"
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
futures-timer = "3.0.2"
log = "0.4.11"
parity-scale-codec = { version = "1.3.5", package = "parity-scale-codec" }
Expand Down
2 changes: 1 addition & 1 deletion node/subsystem-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Subsystem traits and message definitions"

[dependencies]
async-trait = "0.1.41"
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
futures-timer = "3.0.2"
log = "0.4.11"
thiserror = "1.0.22"
Expand Down
2 changes: 1 addition & 1 deletion node/subsystem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Subsystem traits and message definitions"
[dependencies]
async-trait = "0.1.41"
derive_more = "0.99.11"
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
futures-timer = "3.0.2"
log = "0.4.11"
parity-scale-codec = { version = "1.3.5", package = "parity-scale-codec" }
Expand Down
2 changes: 1 addition & 1 deletion node/test/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

[dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
futures01 = { package = "futures", version = "0.1.29" }
hex = "0.4.2"
log = "0.4.11"
Expand Down
2 changes: 1 addition & 1 deletion parachain/test-parachains/adder/collator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "src/main.rs"

[dependencies]
codec = { package = "parity-scale-codec", version = "1.3.5", default-features = false, features = ["derive"] }
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
futures-timer = "3.0.2"
log = "0.4.11"
structopt = "0.3.20"
Expand Down
2 changes: 1 addition & 1 deletion runtime/parachains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rand = { version = "0.7.3", default-features = false }
rand_chacha = { version = "0.2.2", default-features = false }

[dev-dependencies]
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
hex-literal = "0.3.1"
keyring = { package = "sp-keyring", git = "https://github.com/paritytech/substrate", branch = "master" }
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
Expand Down
2 changes: 1 addition & 1 deletion validation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
consensus = { package = "sp-consensus", git = "https://github.com/paritytech/substrate", branch = "master" }
runtime_primitives = { package = "sp-runtime", git = "https://github.com/paritytech/substrate", branch = "master" }
futures = { version = "0.3.8", package = "futures" }
futures = "0.3.8"
log = "0.4.11"
codec = { package = "parity-scale-codec", version = "1.3.5", default-features = false, features = ["derive"] }
grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "master" }
Expand Down

0 comments on commit 3d16db4

Please sign in to comment.