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

Commit

Permalink
Squashed 'bridges/' changes from e2e9fa7f9..d5f95c14a
Browse files Browse the repository at this point in the history
d5f95c14a use wss to connect to the Rialto node in test deployments (#1809)
722d47b06 fix compilation
a48732676 Bump sysinfo from 0.15.9 to 0.27.7
9a6e8bb1d Bump env_logger from 0.8.4 to 0.10.0
89c5e7981 Bump async-trait from 0.1.61 to 0.1.62
ddd0a5742 Bump fixed-hash from 0.7.0 to 0.8.0
e8b0b8192 Bump impl-serde from 0.3.2 to 0.4.0
c5227460f Bump jsonpath_lib from 0.2.6 to 0.3.0
9f4771d38 Bump parking_lot from 0.11.2 to 0.12.1
dab5d72ae Bump backoff from 0.2.1 to 0.4.0
d7dd3acce Bump strum from 0.21.0 to 0.24.1
c49799017 Bump tokio from 1.24.1 to 1.24.2
db614681e Bump clap from 4.1.0 to 4.1.1
3c155214d update ignored dependencies for dependabot (#1790)
4c791472c No wildcard patterns in Cargo.toml (#1789)
33632313d Remove chain-specific dependencies from crates that will be used in Cumulus (#1783)

git-subtree-dir: bridges
git-subtree-split: d5f95c14a2771d7ad51db95670d08a5d0da526a0
  • Loading branch information
bkontur committed Jan 21, 2023
1 parent 2f1438c commit 791cf61
Show file tree
Hide file tree
Showing 41 changed files with 905 additions and 703 deletions.
37 changes: 27 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,19 @@ updates:
timezone: Europe/Berlin
open-pull-requests-limit: 20
ignore:
# Substrate (+ Polkadot/Cumulus pallets) dependencies
- dependency-name: beefy-*
versions:
- ">= 0"
- dependency-name: frame-*
versions:
- ">= 0"
- dependency-name: fork-tree
versions:
- ">= 0"
- dependency-name: mmr-*
versions:
- ">= 0"
- dependency-name: node-inspect
versions:
- ">= 0"
Expand All @@ -26,17 +36,24 @@ updates:
- dependency-name: substrate-*
versions:
- ">= 0"
- dependency-name: vergen
- dependency-name: try-runtime-cli
versions:
- 4.0.1
- 4.0.2
- 4.1.0
- 4.2.0
- dependency-name: jsonrpc-core
- ">= 0"
# Polkadot dependencies
- dependency-name: kusama-*
versions:
- 17.0.0
- dependency-name: finality-grandpa
- ">= 0"
- dependency-name: polkadot-*
versions:
- 0.13.0
- 0.14.0
- ">= 0"
- dependency-name: xcm-*
versions:
- ">= 0"
# Cumulus dependencies
- dependency-name: cumulus-*
versions:
- ">= 0"
- dependency-name: parachain-info
versions:
- ">= 0"
rebase-strategy: disabled
Loading

0 comments on commit 791cf61

Please sign in to comment.