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

A0-3951: Bump the all-rust-deps group with 84 updates #32

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2024

Bumps the all-rust-deps group with 84 updates:

Package From To
aleph-bft-rmc 0.11.0 0.11.1
ink 5.0.0-rc.1 5.0.0-rc.2
log 0.4.20 0.4.21
frame-benchmarking 180a545 816d895
frame-benchmarking-cli 180a545 816d895
frame-election-provider-support 180a545 816d895
frame-executive 180a545 816d895
frame-support 180a545 816d895
frame-system 180a545 816d895
frame-system-rpc-runtime-api 180a545 816d895
frame-try-runtime 180a545 816d895
pallet-aura 180a545 816d895
pallet-authorship 180a545 816d895
pallet-balances 180a545 816d895
pallet-contracts 180a545 816d895
pallet-contracts-primitives 180a545 816d895
pallet-identity 180a545 816d895
pallet-multisig 180a545 816d895
pallet-nomination-pools 180a545 816d895
pallet-nomination-pools-runtime-api 180a545 816d895
pallet-insecure-randomness-collective-flip 180a545 816d895
pallet-scheduler 180a545 816d895
pallet-session 180a545 816d895
pallet-staking 180a545 816d895
pallet-sudo 180a545 816d895
pallet-timestamp 180a545 816d895
pallet-transaction-payment 180a545 816d895
pallet-transaction-payment-rpc 180a545 816d895
pallet-transaction-payment-rpc-runtime-api 180a545 816d895
pallet-treasury 180a545 816d895
pallet-utility 180a545 816d895
pallet-vesting 180a545 816d895
pallet-proxy 180a545 816d895
sc-basic-authorship 180a545 816d895
sc-block-builder 180a545 816d895
sc-chain-spec 180a545 816d895
sc-cli 180a545 816d895
sc-client-api 180a545 816d895
sc-consensus 180a545 816d895
sc-consensus-aura 180a545 816d895
sc-consensus-slots 180a545 816d895
sc-executor 180a545 816d895
sc-keystore 180a545 816d895
sc-network 180a545 816d895
sc-network-common 180a545 816d895
sc-network-sync 180a545 816d895
sc-rpc 180a545 816d895
sc-rpc-api 180a545 816d895
sc-service 180a545 816d895
sc-telemetry 180a545 816d895
sc-transaction-pool 180a545 816d895
sc-transaction-pool-api 180a545 816d895
sc-utils 180a545 816d895
sp-api 180a545 816d895
sp-application-crypto 180a545 816d895
sp-arithmetic 180a545 816d895
sp-blockchain 180a545 816d895
sp-block-builder 180a545 816d895
sp-consensus 180a545 816d895
sp-consensus-aura 180a545 816d895
sp-consensus-slots 180a545 816d895
sp-core 180a545 816d895
sp-inherents 180a545 816d895
sp-io 180a545 816d895
sp-keystore 180a545 816d895
sp-offchain 180a545 816d895
sp-runtime 180a545 816d895
sp-runtime-interface 180a545 816d895
sp-session 180a545 816d895
sp-staking 180a545 816d895
sp-state-machine 180a545 816d895
sp-std 180a545 816d895
sp-timestamp 180a545 816d895
sp-transaction-pool 180a545 816d895
sp-trie 180a545 816d895
sp-version 180a545 816d895
substrate-build-script-utils 180a545 816d895
substrate-frame-rpc-system 180a545 816d895
substrate-prometheus-endpoint 180a545 816d895
substrate-test-runtime-client 180a545 816d895
substrate-test-runtime 180a545 816d895
substrate-test-client 180a545 816d895
substrate-wasm-builder 180a545 816d895
try-runtime-cli 180a545 816d895

Updates aleph-bft-rmc from 0.11.0 to 0.11.1

Commits

Updates ink from 5.0.0-rc.1 to 5.0.0-rc.2

Release notes

Sourced from ink's releases.

v5.0.0-rc.2

Added

  • instantiate_v2 with additional limit parameters #2123

Changed

  • Bump metadata version to 5 #2126
  • Use MaxEncodedLen for output buffer size #2128

Fixed

  • Fix alignment in allocator #2100
Changelog

Sourced from ink's changelog.

Version 5.0.0-rc.2

Added

  • instantiate_v2 with additional limit parameters #2123

Changed

  • Bump metadata version to 5 #2126
  • Use MaxEncodedLen for output buffer size #2128

Fixed

  • Fix alignment in allocator #2100
Commits

Updates log from 0.4.20 to 0.4.21

Changelog

Sourced from log's changelog.

[0.4.21] - 2024-02-27

What's Changed

New Contributors

Commits
  • 3ccdc28 Merge pull request #617 from rust-lang/cargo/0.4.21
  • 6153cb2 prepare for 0.4.21 release
  • f0f7494 Merge pull request #613 from rust-lang/feat/kv-cleanup
  • 2b220bf clean up structured logging example
  • 646e9ab use original Visitor name for VisitValue
  • cf85c38 add needed subfeatures to kv_unstable
  • 73e9539 fix up capturing of :err
  • 31bb4b0 move error macros together
  • ad91711 support field shorthand in macros
  • 90a347b restore removed APIs as deprecated
  • Additional commits viewable in compare view

Updates frame-benchmarking from 180a545 to 816d895

Commits

Updates frame-benchmarking-cli from 180a545 to 816d895

Commits

Updates frame-election-provider-support from 180a545 to 816d895

Commits

Updates frame-executive from 180a545 to 816d895

Commits

Updates frame-support from 180a545 to 816d895

Commits

Updates frame-system from 180a545 to 816d895

Commits

Updates frame-system-rpc-runtime-api from 180a545 to 816d895

Commits

Updates frame-try-runtime from 180a545 to 816d895

Commits

Updates pallet-aura from 180a545 to 816d895

Commits

Updates pallet-authorship from 180a545 to 816d895

Commits

Updates pallet-balances from 180a545 to 816d895

Commits

Updates pallet-contracts from 180a545 to 816d895

Commits

Updates pallet-contracts-primitives from 180a545 to 816d895

Commits

Updates pallet-identity from 180a545 to 816d895

Commits

Updates pallet-multisig from 180a545 to 816d895

Commits

Updates pallet-nomination-pools from 180a545 to 816d895

Commits

Updates pallet-nomination-pools-runtime-api from 180a545 to 816d895

Commits

Updates pallet-insecure-randomness-collective-flip from 180a545 to 816d895

Commits

Updates pallet-scheduler from 180a545 to 816d895

Commits

Updates pallet-session from 180a545 to 816d895

Commits

Updates pallet-staking from 180a545 to 816d895

Commits

Updates pallet-sudo from 180a545 to 816d895

Commits

Updates pallet-timestamp from 180a545 to 816d895

Commits

Updates pallet-transaction-payment from 180a545 to 816d895

Commits

Updates pallet-transaction-payment-rpc from 180a545 to 816d895

Commits

Updates pallet-transaction-payment-rpc-runtime-api from 180a545 to 816d895

Commits

Updates pallet-treasury from 180a545 to 816d895

Commits

Updates pallet-utility from 180a545 to 816d895

Commits

Updates pallet-vesting from 180a545 to 816d895

Commits

Updates pallet-proxy from 180a545 to 816d895

Commits

Updates sc-basic-authorship from 180a545 to 816d895

Commits

Updates sc-block-builder from 180a545 to 816d895

Commits

Updates sc-chain-spec from 180a545 to 816d895

Commits

Updates sc-cli from 180a545 to 816d895

Commits

Updates sc-client-api from 180a545 to 816d895

Commits

Updates sc-consensus from 180a545 to 816d895

Commits

Updates sc-consensus-aura from 180a545 to 816d895

Commits

Updates sc-consensus-slots from 180a545 to 816d895

Commits

Updates sc-executor from 180a545 to 816d895

Commits

Updates sc-keystore from 180a545 to 816d895

Commits

Updates sc-network from 180a545 to 816d895

Commits

Updates sc-network-common from 180a545 to 816d895

Commits

Updates sc-network-sync from 180a545 to 816d895

Commits

Updates sc-rpc from 180a545 to 816d895

Commits

Updates sc-rpc-api from 180a545 to 816d895

Commits

Updates sc-service from 180a545 to 816d895

Commits

Updates sc-telemetry from 180a545 to 816d895

Commits

Updates sc-transaction-pool from 180a545 to 816d895

Commits

Updates sc-transaction-pool-api from 180a545 to 816d895

Commits

Updates sc-utils from 180a545 to 816d895

Commits

Updates sp-api from 180a545 to 816d895

Commits

Updates sp-application-crypto from 180a545 to 816d895

Commits

Updates sp-arithmetic from 180a545 to 816d895

Commits

Updates sp-blockchain from 180a545 to 816d895

Commits

Updates sp-block-builder from 180a545 to 816d895

Commits

Updates sp-consensus from 180a545 to 816d895

Commits

Updates sp-consensus-aura from 180a545 to 816d895

Commits

Updates sp-consensus-slots from 180a545 to 816d895

Commits

Updates sp-core from 180a545 to 816d895

Commits

Updates sp-inherents from 180a545 to 816d895

Commits

Updates sp-io from 180a545 to 816d895

Commits

Updates sp-keystore from 180a545 to 816d895

Commits

Updates sp-offchain from 180a545 to 816d895

Commits

Updates sp-runtime from 180a545 to 816d895

Commits

Bumps the all-rust-deps group with 84 updates:

| Package | From | To |
| --- | --- | --- |
| [aleph-bft-rmc](https://github.com/Cardinal-Cryptography/AlephBFT) | `0.11.0` | `0.11.1` |
| [ink](https://github.com/paritytech/ink) | `5.0.0-rc.1` | `5.0.0-rc.2` |
| [log](https://github.com/rust-lang/log) | `0.4.20` | `0.4.21` |
| [frame-benchmarking](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [frame-benchmarking-cli](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [frame-election-provider-support](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [frame-executive](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [frame-support](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [frame-system](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [frame-system-rpc-runtime-api](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [frame-try-runtime](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-aura](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-authorship](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-balances](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-contracts](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-contracts-primitives](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-identity](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-multisig](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-nomination-pools](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-nomination-pools-runtime-api](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-insecure-randomness-collective-flip](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-scheduler](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-session](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-staking](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-sudo](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-timestamp](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-transaction-payment](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-transaction-payment-rpc](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-transaction-payment-rpc-runtime-api](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-treasury](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-utility](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-vesting](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [pallet-proxy](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-basic-authorship](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-block-builder](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-chain-spec](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-cli](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-client-api](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-consensus](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-consensus-aura](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-consensus-slots](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-executor](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-keystore](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-network](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-network-common](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-network-sync](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-rpc](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-rpc-api](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-service](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-telemetry](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-transaction-pool](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-transaction-pool-api](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sc-utils](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-api](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-application-crypto](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-arithmetic](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-blockchain](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-block-builder](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-consensus](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-consensus-aura](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-consensus-slots](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-core](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-inherents](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-io](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-keystore](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-offchain](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-runtime](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-runtime-interface](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-session](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-staking](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-state-machine](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-std](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-timestamp](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-transaction-pool](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-trie](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [sp-version](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [substrate-build-script-utils](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [substrate-frame-rpc-system](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [substrate-prometheus-endpoint](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [substrate-test-runtime-client](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [substrate-test-runtime](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [substrate-test-client](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [substrate-wasm-builder](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |
| [try-runtime-cli](https://github.com/Cardinal-Cryptography/polkadot-sdk) | ``180a545`` | ``816d895`` |


Updates `aleph-bft-rmc` from 0.11.0 to 0.11.1
- [Commits](https://github.com/Cardinal-Cryptography/AlephBFT/commits)

Updates `ink` from 5.0.0-rc.1 to 5.0.0-rc.2
- [Release notes](https://github.com/paritytech/ink/releases)
- [Changelog](https://github.com/paritytech/ink/blob/master/CHANGELOG.md)
- [Commits](use-ink/ink@v5.0.0-rc.1...v5.0.0-rc.2)

Updates `log` from 0.4.20 to 0.4.21
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.20...0.4.21)

Updates `frame-benchmarking` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `frame-benchmarking-cli` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `frame-election-provider-support` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `frame-executive` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `frame-support` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `frame-system` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `frame-system-rpc-runtime-api` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `frame-try-runtime` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-aura` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-authorship` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-balances` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-contracts` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-contracts-primitives` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-identity` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-multisig` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-nomination-pools` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-nomination-pools-runtime-api` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-insecure-randomness-collective-flip` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-scheduler` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-session` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-staking` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-sudo` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-timestamp` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-transaction-payment` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-transaction-payment-rpc` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-transaction-payment-rpc-runtime-api` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-treasury` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-utility` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-vesting` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `pallet-proxy` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-basic-authorship` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-block-builder` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-chain-spec` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-cli` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-client-api` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-consensus` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-consensus-aura` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-consensus-slots` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-executor` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-keystore` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-network` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-network-common` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-network-sync` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-rpc` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-rpc-api` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-service` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-telemetry` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-transaction-pool` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-transaction-pool-api` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sc-utils` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-api` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-application-crypto` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-arithmetic` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-blockchain` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-block-builder` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-consensus` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-consensus-aura` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-consensus-slots` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-core` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-inherents` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-io` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-keystore` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-offchain` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-runtime` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-runtime-interface` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-session` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-staking` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-state-machine` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-std` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-timestamp` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-transaction-pool` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-trie` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `sp-version` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `substrate-build-script-utils` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `substrate-frame-rpc-system` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `substrate-prometheus-endpoint` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `substrate-test-runtime-client` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `substrate-test-runtime` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `substrate-test-client` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `substrate-wasm-builder` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

Updates `try-runtime-cli` from `180a545` to `816d895`
- [Commits](Cardinal-Cryptography/polkadot-sdk@180a545...816d895)

---
updated-dependencies:
- dependency-name: aleph-bft-rmc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: ink
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: frame-benchmarking
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: frame-benchmarking-cli
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: frame-election-provider-support
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: frame-executive
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: frame-support
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: frame-system
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: frame-system-rpc-runtime-api
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: frame-try-runtime
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-aura
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-authorship
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-balances
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-contracts
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-contracts-primitives
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-identity
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-multisig
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-nomination-pools
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-nomination-pools-runtime-api
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-insecure-randomness-collective-flip
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-scheduler
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-session
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-staking
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-sudo
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-timestamp
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-transaction-payment
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-transaction-payment-rpc
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-transaction-payment-rpc-runtime-api
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-treasury
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-utility
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-vesting
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: pallet-proxy
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-basic-authorship
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-block-builder
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-chain-spec
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-cli
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-client-api
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-consensus
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-consensus-aura
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-consensus-slots
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-executor
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-keystore
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-network
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-network-common
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-network-sync
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-rpc
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-rpc-api
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-service
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-telemetry
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-transaction-pool
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-transaction-pool-api
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sc-utils
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-api
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-application-crypto
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-arithmetic
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-blockchain
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-block-builder
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-consensus
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-consensus-aura
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-consensus-slots
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-core
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-inherents
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-io
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-keystore
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-offchain
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-runtime
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-runtime-interface
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-session
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-staking
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-state-machine
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-std
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-timestamp
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-transaction-pool
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-trie
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: sp-version
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: substrate-build-script-utils
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: substrate-frame-rpc-system
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: substrate-prometheus-endpoint
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: substrate-test-runtime-client
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: substrate-test-runtime
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: substrate-test-client
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: substrate-wasm-builder
  dependency-type: direct:production
  dependency-group: all-rust-deps
- dependency-name: try-runtime-cli
  dependency-type: direct:production
  dependency-group: all-rust-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 6, 2024
@dependabot dependabot bot deleted the dependabot-cargo-all-rust-deps-a30d9695d0 branch March 6, 2024 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants