Skip to content

chore(deps): bump indexmap from 2.6.0 to 2.7.0 #371

chore(deps): bump indexmap from 2.6.0 to 2.7.0

chore(deps): bump indexmap from 2.6.0 to 2.7.0 #371

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