Skip to content

Commit

Permalink
Ignore rustls vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
keithtensor committed Sep 4, 2024
1 parent e773f3f commit cfd4795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jobs:
run: cargo install cargo-audit

- name: cargo audit
run: cargo audit
run: cargo audit --ignore RUSTSEC-2024-0336 # rustls issue; wait for upstream to resolve this

# runs cargo test --workspace
cargo-test:
Expand Down

0 comments on commit cfd4795

Please sign in to comment.