Skip to content

Bump local-ip-address from 0.5.6 to 0.6.1 #687

Bump local-ip-address from 0.5.6 to 0.6.1

Bump local-ip-address from 0.5.6 to 0.6.1 #687

Workflow file for this run

name: Security audit
on:
schedule:
- cron: "0 0 * * *"
push:
branches: [master]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
pull_request:
jobs:
audit:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-ubuntu-latest
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore: RUSTSEC-2023-0071