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

build(deps): bump path-to-regexp and express in /ts-tests #1

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
d21ddc2
Support external account provider (#1329)
dmitrylavrenov Sep 11, 2024
1b066e5
build(deps): bump tokio from 1.38.0 to 1.40.0 (#1498)
dependabot[bot] Sep 18, 2024
4bc0ce7
build(deps): bump serde from 1.0.203 to 1.0.210 (#1502)
dependabot[bot] Sep 18, 2024
ac65395
build(deps): bump send and express in /ts-tests (#1506)
dependabot[bot] Sep 18, 2024
b8277bb
build(deps): bump serve-static and express in /ts-tests (#1505)
dependabot[bot] Sep 18, 2024
9cc4eb5
build(deps): bump async-trait from 0.1.80 to 0.1.82 (#1499)
dependabot[bot] Sep 18, 2024
71c7957
build(deps): bump macrotest from 1.0.12 to 1.0.13 (#1482)
dependabot[bot] Sep 18, 2024
f35b0c7
build(deps): bump log from 0.4.21 to 0.4.22 (#1461)
dependabot[bot] Sep 18, 2024
aacf5a4
Upgrade `polkadot-sdk` to stable2409 (#1504)
keithtensor Oct 8, 2024
5643375
Fix wrong indent in template runtime (#1525)
conr2d Oct 21, 2024
0344be7
build(deps): bump cookie and express in /ts-tests (#1521)
dependabot[bot] Oct 21, 2024
46a9ce9
build(deps): bump clap from 4.5.11 to 4.5.13 (#1508)
dependabot[bot] Oct 21, 2024
14359d7
build(deps): bump similar-asserts from 1.5.0 to 1.6.0 (#1512)
dependabot[bot] Oct 21, 2024
28c5eb5
build(deps): bump trybuild from 1.0.97 to 1.0.101 (#1527)
dependabot[bot] Oct 21, 2024
679be8e
build(deps): bump prettyplease from 0.2.20 to 0.2.24 (#1526)
dependabot[bot] Oct 21, 2024
5a24856
build(deps): bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6 …
dependabot[bot] Oct 21, 2024
18aa99b
Add TestDefaultConfig to pallet-evm & pallet-ethereum (#1524)
conr2d Oct 22, 2024
66ba153
build(deps): bump path-to-regexp and express in /ts-tests
dependabot[bot] Dec 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
${{ runner.os }}-cargo-

- name: Run sccache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- name: Install Rust toolchain
run: make setup
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
${{ runner.os }}-cargo-

- name: Run sccache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- name: Install Rust toolchain
run: make setup
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
${{ runner.os }}-cargo-

- name: Run sccache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- name: Install Rust toolchain
run: make setup
Expand Down
Loading