Skip to content

Update MSRV to 1.70.0, as google-cloud-storage indirectly requires it #77

Update MSRV to 1.70.0, as google-cloud-storage indirectly requires it

Update MSRV to 1.70.0, as google-cloud-storage indirectly requires it #77

Workflow file for this run

name: security
on:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
audit:
runs-on: ubuntu-latest
permissions: write-all
name: "Audit Rust Dependencies"
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}