Skip to content

Bump env_logger from 0.10.0 to 0.10.1 #27

Bump env_logger from 0.10.0 to 0.10.1

Bump env_logger from 0.10.0 to 0.10.1 #27

Workflow file for this run

name: Rust Security Checks
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '0 3 * * 1'
jobs:
cargo_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Cargo Audit
run: cargo audit
continue-on-error: true