Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit c16356e

Browse files
mergify[bot]solana-grimes
authored andcommitted
Update http crate to fix security vulnerability (bp #7725) (#7728)
automerge
1 parent f0bbec7 commit c16356e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ci/test-checks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _ cargo +"$rust_stable" clippy --all --exclude solana-sdk-c -- --deny=warnings
1919
_ cargo +"$rust_stable" clippy --manifest-path sdk-c/Cargo.toml -- --deny=warnings
2020

2121
_ cargo +"$rust_stable" audit --version
22-
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0013 --ignore RUSTSEC-2018-0015
22+
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0013 --ignore RUSTSEC-2018-0015 --ignore RUSTSEC-2019-0033 --ignore RUSTSEC-2019-0034
2323
_ ci/nits.sh
2424
_ ci/order-crates-for-publishing.py
2525
_ book/build.sh
@@ -28,7 +28,7 @@ _ ci/check-ssh-keys.sh
2828

2929
{
3030
cd programs/bpf
31-
_ cargo +"$rust_stable" audit
31+
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0033 --ignore RUSTSEC-2019-0034
3232
for project in rust/*/ ; do
3333
echo "+++ do_bpf_checks $project"
3434
(

0 commit comments

Comments
 (0)