Skip to content

Cargo: 0.17.0 -> 0.18.0, update cc, data-encoding, oid-registry #1804

Cargo: 0.17.0 -> 0.18.0, update cc, data-encoding, oid-registry

Cargo: 0.17.0 -> 0.18.0, update cc, data-encoding, oid-registry #1804

Workflow file for this run

name: Security audit
on:
schedule:
- cron: '0 8 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run security audit
uses: rustsec/audit-check@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}