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>
Showing
- cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml 1 addition, 1 deletion...achains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml
- cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml 1 addition, 1 deletion...chains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml
- cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml 1 addition, 1 deletion...s/parachains/runtimes/coretime/coretime-rococo/Cargo.toml
- cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml 1 addition, 1 deletion.../parachains/runtimes/coretime/coretime-westend/Cargo.toml
- cumulus/parachains/runtimes/people/people-rococo/Cargo.toml 1 addition, 1 deletioncumulus/parachains/runtimes/people/people-rococo/Cargo.toml
- cumulus/parachains/runtimes/people/people-westend/Cargo.toml 1 addition, 1 deletioncumulus/parachains/runtimes/people/people-westend/Cargo.toml
- cumulus/polkadot-parachain/Cargo.toml 2 additions, 2 deletionscumulus/polkadot-parachain/Cargo.toml
- cumulus/test/service/Cargo.toml 2 additions, 2 deletionscumulus/test/service/Cargo.toml
- polkadot/cli/Cargo.toml 1 addition, 1 deletionpolkadot/cli/Cargo.toml
- polkadot/erasure-coding/Cargo.toml 1 addition, 1 deletionpolkadot/erasure-coding/Cargo.toml
- polkadot/node/collation-generation/Cargo.toml 1 addition, 1 deletionpolkadot/node/collation-generation/Cargo.toml
- polkadot/node/core/approval-voting/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/approval-voting/Cargo.toml
- polkadot/node/core/av-store/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/av-store/Cargo.toml
- polkadot/node/core/backing/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/backing/Cargo.toml
- polkadot/node/core/bitfield-signing/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/bitfield-signing/Cargo.toml
- polkadot/node/core/chain-selection/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/chain-selection/Cargo.toml
- polkadot/node/core/dispute-coordinator/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/dispute-coordinator/Cargo.toml
- polkadot/node/core/parachains-inherent/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/parachains-inherent/Cargo.toml
- polkadot/node/core/prospective-parachains/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/prospective-parachains/Cargo.toml
- polkadot/node/core/provisioner/Cargo.toml 1 addition, 1 deletionpolkadot/node/core/provisioner/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