Skip to content

Commit c844386

Browse files
committed
fix: update deps for CI audit (rustls-webpki, wasm-bindgen) and ignore unused sqlx-mysql rsa advisory
1 parent 50272fa commit c844386

2 files changed

Lines changed: 161 additions & 233 deletions

File tree

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: dtolnay/rust-toolchain@stable
1616
- run: cargo install cargo-audit --locked
17-
- run: cargo audit --deny warnings
17+
- run: cargo audit --deny warnings --ignore RUSTSEC-2023-0071

0 commit comments

Comments
 (0)