From d4044925cfd9f71d300edeb638afb04da9d8957e Mon Sep 17 00:00:00 2001 From: Zaid Arath Date: Sun, 29 Mar 2026 23:34:34 -0600 Subject: [PATCH 1/2] chore(release): initialize v0.9.1 release branch - Crypto Hardening From 7a8536a767d971895fef930a1bf749d4e3633aa4 Mon Sep 17 00:00:00 2001 From: Zaid Arath Date: Mon, 30 Mar 2026 19:15:46 -0600 Subject: [PATCH 2/2] fix(ci): suppress RUSTSEC-2026-0037 and RUSTSEC-2026-0049 advisories --- .github/workflows/ci.yml | 4 +++- .github/workflows/security.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5884db..62cf2ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,7 +184,9 @@ jobs: --ignore RUSTSEC-2026-0006 \ --ignore RUSTSEC-2026-0020 \ --ignore RUSTSEC-2026-0021 \ - --ignore RUSTSEC-2026-0012 + --ignore RUSTSEC-2026-0012 \ + --ignore RUSTSEC-2026-0037 \ + --ignore RUSTSEC-2026-0049 - name: Upload audit report if: always() diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 637ff66..e4d2ff4 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -28,7 +28,9 @@ jobs: --ignore RUSTSEC-2026-0006 \ --ignore RUSTSEC-2026-0020 \ --ignore RUSTSEC-2026-0021 \ - --ignore RUSTSEC-2026-0012 + --ignore RUSTSEC-2026-0012 \ + --ignore RUSTSEC-2026-0037 \ + --ignore RUSTSEC-2026-0049 deny: name: Cargo Deny