Skip to content

Bump tempfile from 3.15.0 to 3.16.0 #344

Bump tempfile from 3.15.0 to 3.16.0

Bump tempfile from 3.15.0 to 3.16.0 #344

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/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}