Lift dependencies to the workspace (Part 2/x) (#3366)
Lifting some more dependencies to the workspace. Just using the
most-often updated ones for now.
It can be reproduced locally.
```sh
# First you can check if there would be semver incompatible bumps (looks good in this case):
$ zepter transpose dependency lift-to-workspace --ignore-errors syn quote thiserror "regex:^serde.*"
# Then apply the changes:
$ zepter transpose dependency lift-to-workspace --version-resolver=highest syn quote thiserror "regex:^serde.*" --fix
# And format the changes:
$ taplo format --config .config/taplo.toml
```
---------
Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
parent
ef6ac94f
Pipeline
#447203
failed
with stages
in
1 hour, 5 minutes, and 51 seconds
Stage:
Stage:
Stage:
Stage:
Stage:
Stage:
Showing
- .config/taplo.toml 1 addition, 0 deletions.config/taplo.toml
- Cargo.toml 8 additions, 0 deletionsCargo.toml
- bridges/primitives/header-chain/Cargo.toml 1 addition, 1 deletionbridges/primitives/header-chain/Cargo.toml
- bridges/primitives/messages/Cargo.toml 1 addition, 1 deletionbridges/primitives/messages/Cargo.toml
- bridges/primitives/polkadot-core/Cargo.toml 1 addition, 1 deletionbridges/primitives/polkadot-core/Cargo.toml
- bridges/primitives/runtime/Cargo.toml 1 addition, 1 deletionbridges/primitives/runtime/Cargo.toml
- bridges/snowbridge/pallets/ethereum-client/Cargo.toml 4 additions, 4 deletionsbridges/snowbridge/pallets/ethereum-client/Cargo.toml
- bridges/snowbridge/pallets/inbound-queue/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/pallets/inbound-queue/Cargo.toml
- bridges/snowbridge/pallets/outbound-queue/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/pallets/outbound-queue/Cargo.toml
- bridges/snowbridge/primitives/beacon/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/primitives/beacon/Cargo.toml
- bridges/snowbridge/primitives/core/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/primitives/core/Cargo.toml
- bridges/snowbridge/primitives/ethereum/Cargo.toml 3 additions, 3 deletionsbridges/snowbridge/primitives/ethereum/Cargo.toml
- bridges/snowbridge/primitives/router/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/primitives/router/Cargo.toml
- bridges/snowbridge/runtime/test-common/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/runtime/test-common/Cargo.toml
- cumulus/client/consensus/proposer/Cargo.toml 1 addition, 1 deletioncumulus/client/consensus/proposer/Cargo.toml
- cumulus/client/relay-chain-interface/Cargo.toml 1 addition, 1 deletioncumulus/client/relay-chain-interface/Cargo.toml
- cumulus/client/relay-chain-rpc-interface/Cargo.toml 3 additions, 3 deletionscumulus/client/relay-chain-rpc-interface/Cargo.toml
- cumulus/pallets/parachain-system/proc-macro/Cargo.toml 2 additions, 2 deletionscumulus/pallets/parachain-system/proc-macro/Cargo.toml
- cumulus/parachain-template/node/Cargo.toml 2 additions, 2 deletionscumulus/parachain-template/node/Cargo.toml
- cumulus/parachain-template/pallets/template/Cargo.toml 1 addition, 1 deletioncumulus/parachain-template/pallets/template/Cargo.toml
-
mentioned in commit ae23c1d0
-
mentioned in commit cbcfae56
-
mentioned in commit 029e1c18
-
mentioned in commit ce6f226b
-
mentioned in commit bd037d3a
-
mentioned in commit cff7ed35
-
mentioned in commit 68d3c1a8
-
mentioned in commit 7136dd90
-
mentioned in commit 4bcef1b5
-
mentioned in commit f378c40e
-
mentioned in commit e2ac539e
-
mentioned in commit 79d9164f
Please register or sign in to comment