Skip to content

Commit

Permalink
Merge pull request #2868 from subspace/update-substrate
Browse files Browse the repository at this point in the history
Update Substrate to 1.13.0
  • Loading branch information
nazar-pc committed Jun 21, 2024
2 parents 02bbb2a + 09c552f commit ea685dd
Show file tree
Hide file tree
Showing 117 changed files with 2,621 additions and 2,410 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rustsec-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- uses: rustsec/audit-check@dd51754d4e59da7395a4cd9b593f0ff2d61a9b95 #v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# TODO: Remove once Substrate upgrades libp2p and we no longer have rustls 0.20.9 and curve25519-dalek 3.2.0
# TODO: Remove first two Substrate upgrades libp2p and we no longer have rustls 0.20.9 and curve25519-dalek 3.2.0
# in our dependencies: https://github.com/paritytech/polkadot-sdk/pull/1631
ignore: RUSTSEC-2024-0336,RUSTSEC-2024-0344
# TODO: Remove third once https://github.com/paritytech/polkadot-sdk/pull/4799 is used to remove old and
# vulnerable ed25519-dalek (we are not using litep2p anyway)
ignore: RUSTSEC-2024-0336,RUSTSEC-2024-0344,RUSTSEC-2022-0093
Loading

0 comments on commit ea685dd

Please sign in to comment.