Skip to content

Commit 0037086

Browse files
authored
Merge branch 'main' into sqlparser-upgrade
2 parents 563e8da + 3a0ca4e commit 0037086

File tree

16 files changed

+1251
-451
lines changed

16 files changed

+1251
-451
lines changed

.github/workflows/audit.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
with:
4747
tool: cargo-audit
4848
- name: Run audit check
49-
# RUSTSEC-2026-0001: https://rustsec.org/advisories/RUSTSEC-2026-0001.html
50-
# underlying rkyv is patched, but rustsec database not yet updated
51-
# Can remove when this is merged: https://github.com/rustsec/advisory-db/pull/2565
52-
run: cargo audit --ignore RUSTSEC-2026-0001
49+
# Note: you can ignore specific RUSTSEC issues using the `--ignore` flag ,for example:
50+
# run: cargo audit --ignore RUSTSEC-2026-0001
51+
run: cargo audit

0 commit comments

Comments
 (0)