Skip to content

Commit cfd4795

Browse files
committed
Ignore rustls vulnerability
1 parent e773f3f commit cfd4795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
run: cargo install cargo-audit
248248

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

252252
# runs cargo test --workspace
253253
cargo-test:

0 commit comments

Comments
 (0)