Skip to content

Commit 08b69b6

Browse files
fix(deps): bump tree-sitter to 0.26 and set sqlx default-features=false to fix RUSTSEC advisories (aaif-goose#7031)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
1 parent 1b9a278 commit 08b69b6

9 files changed

Lines changed: 240 additions & 260 deletions

File tree

.github/workflows/cargo-audit.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
# https://github.com/marketplace/actions/cargo-audit-your-rust-dependencies
2727
- uses: actions-rust-lang/audit@72c09e02f132669d52284a3323acdb503cfc1a24
2828
name: Audit Rust Dependencies
29-
# with:
30-
# Comma separated list of issues to ignore
31-
# ignore: RUSTSEC-2020-0036
29+
with:
30+
# sqlx-mysql pulls in rsa, but goose only uses sqlite. cargo-audit
31+
# can't distinguish used from unused deps (rustsec/rustsec#1119).
32+
ignore: RUSTSEC-2023-0071

0 commit comments

Comments
 (0)