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

feat: update substrate dependency (#3994) #4004

Merged
merged 2 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ tree --no-default-features --depth 1 --edges=features,normal
# - RUSTSEC-2022-0093: This advisory is related to ed25519-dalek's public api design, which we don't expose.
# - RUSTSEC-2023-0052: This advisory comes from webpki, a dependency of ethers-rs. CPU denial of service in certificate path building.
# - RUSTSEC-2023-0053: This advisory comes from rustls-webpki, a dependency of ethers-rs. CPU denial of service in certificate path building.
# - RUSTSEC-2021-0060: This is a transitive dependency of libp2p and will be fixed in an upcoming release.
# - RUSTSEC-2021-0059: This is a transitive dependency of libp2p and will be fixed in an upcoming release.
cf-audit = '''
audit --ignore RUSTSEC-2022-0061
--ignore RUSTSEC-2020-0071
Expand All @@ -43,4 +45,6 @@ audit --ignore RUSTSEC-2022-0061
--ignore RUSTSEC-2022-0093
--ignore RUSTSEC-2023-0052
--ignore RUSTSEC-2023-0053
--ignore RUSTSEC-2021-0060
--ignore RUSTSEC-2021-0059
'''
Loading