Skip to content

Bump env_logger from 0.10.0 to 0.10.1 #3

Bump env_logger from 0.10.0 to 0.10.1

Bump env_logger from 0.10.0 to 0.10.1 #3

Workflow file for this run

---
name: rust-audit
on:
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
push:
branches:
- main
- wip/next
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
cargo-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
...