Skip to content

test: update electrsd to 0.29 to fix RUSTSEC-2024-0384 warning #817

test: update electrsd to 0.29 to fix RUSTSEC-2024-0384 warning

test: update electrsd to 0.29 to fix RUSTSEC-2024-0384 warning #817

Workflow file for this run

name: Audit
on:
push:
branches:
- 'master'
- 'release/*'
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * 0' # Once per week
jobs:
security_audit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}