From f5e797e3aa1c18480cd47e152198ce805ec463b3 Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Thu, 16 Jan 2020 15:08:36 -0800 Subject: [PATCH] cleanup test checks cargo audit (#7849) automerge --- ci/test-checks.sh | 4 ++-- programs/bpf/Cargo.lock | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ci/test-checks.sh b/ci/test-checks.sh index 0abd973860..500ebf82a0 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -19,7 +19,7 @@ _ cargo +"$rust_stable" clippy --all --exclude solana-sdk-c -- --deny=warnings _ cargo +"$rust_stable" clippy --manifest-path sdk-c/Cargo.toml -- --deny=warnings _ cargo +"$rust_stable" audit --version -_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0013 --ignore RUSTSEC-2018-0015 --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2020-0002 +_ cargo +"$rust_stable" audit --ignore RUSTSEC-2020-0002 _ ci/nits.sh _ ci/order-crates-for-publishing.py _ book/build.sh @@ -27,7 +27,7 @@ _ ci/check-ssh-keys.sh { cd programs/bpf - _ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0031 + _ cargo +"$rust_stable" audit for project in rust/*/ ; do echo "+++ do_bpf_checks $project" ( diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 7ab8206649..e273ea4bf7 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -2147,7 +2147,6 @@ dependencies = [ "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",